2023-11-16T01:54:02.820 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T01:54:02.821 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739 --owner scheduled_yuriw@teuthology --name yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} -- /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739/orig.config.yaml 2023-11-16T01:54:02.879 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T01:54:02.981 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739 branch: wip-yuri3-testing-2023-11-14-1227-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7459739' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-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-yuri3-testing-2023-11-14-1227-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: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac workunit: branch: wip-yuri3-testing-2023-11-14-1227-pacific sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7739 sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-14-1227-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac targets: smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi145.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 --cluster-id foo --pseudo-path /foouser --user-id foouser - 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}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/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 /foouser - 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-15_21:10:46 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-16T01:54:02.983 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa; will attempt to use it 2023-11-16T01:54:02.984 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks 2023-11-16T01:54:02.984 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T01:54:02.986 INFO:teuthology.task.internal:Checking packages... 2023-11-16T01:54:03.014 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac' 2023-11-16T01:54:03.014 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T01:54:03.014 INFO:teuthology.packaging:ref: None 2023-11-16T01:54:03.014 INFO:teuthology.packaging:tag: None 2023-11-16T01:54:03.014 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-16T01:54:03.014 INFO:teuthology.packaging:sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T01:54:03.014 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-16T01:54:03.236 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-171-ged3c8e92-1bionic 2023-11-16T01:54:03.236 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T01:54:03.242 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T01:54:03.242 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T01:54:03.282 INFO:teuthology.task.internal:Saving configuration 2023-11-16T01:54:03.295 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T01:54:03.316 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T01:54:03.339 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739', '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-16 01:48:29.074558', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-16T01:54:03.363 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739', '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-16 01:48:29.075963', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-16T01:54:03.364 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T01:54:03.371 INFO:teuthology.task.internal:roles: ubuntu@smithi096.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-16T01:54:03.371 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-16T01:54:03.371 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T01:54:03.496 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2240d59040>, signals=[15]) 2023-11-16T01:54:03.497 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T01:54:03.505 INFO:teuthology.task.internal:Opening connections... 2023-11-16T01:54:03.505 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2023-11-16T01:54:03.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:54:03.586 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2023-11-16T01:54:03.587 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:54:03.661 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T01:54:03.668 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2023-11-16T01:54:03.708 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2023-11-16T01:54:03.709 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2023-11-16T01:54:03.756 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="Ubuntu" 2023-11-16T01:54:03.756 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-16T01:54:03.756 INFO:teuthology.orchestra.run.smithi096.stdout:ID=ubuntu 2023-11-16T01:54:03.756 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE=debian 2023-11-16T01:54:03.756 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-16T01:54:03.756 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="18.04" 2023-11-16T01:54:03.757 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-16T01:54:03.757 INFO:teuthology.orchestra.run.smithi096.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-16T01:54:03.757 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-16T01:54:03.757 INFO:teuthology.orchestra.run.smithi096.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-16T01:54:03.757 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_CODENAME=bionic 2023-11-16T01:54:03.757 INFO:teuthology.orchestra.run.smithi096.stdout:UBUNTU_CODENAME=bionic 2023-11-16T01:54:03.758 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2023-11-16T01:54:03.793 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2023-11-16T01:54:03.799 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2023-11-16T01:54:03.800 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2023-11-16T01:54:03.849 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Ubuntu" 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:ID=ubuntu 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE=debian 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="18.04" 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_CODENAME=bionic 2023-11-16T01:54:03.850 INFO:teuthology.orchestra.run.smithi145.stdout:UBUNTU_CODENAME=bionic 2023-11-16T01:54:03.851 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2023-11-16T01:54:03.883 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T01:54:03.897 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T01:54:03.942 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T01:54:03.942 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2023-11-16T01:54:03.945 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2023-11-16T01:54:03.959 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T01:54:03.965 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T01:54:03.966 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2023-11-16T01:54:03.992 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2023-11-16T01:54:04.019 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T01:54:04.082 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T01:54:04.097 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T01:54:04.097 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T01:54:04.097 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T01:54:04.098 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T01:54:04.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:54:04.103 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2023-11-16T01:54:04.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:54:04.105 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-11-16T01:54:04.152 INFO:teuthology.orchestra.run.smithi096.stdout:4.15.0-200-generic 2023-11-16T01:54:04.152 INFO:teuthology.task.kernel:Running kernel on smithi096: 4.15.0-200-generic 2023-11-16T01:54:04.152 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-get clean 2023-11-16T01:54:04.153 INFO:teuthology.orchestra.run.smithi145.stdout:4.15.0-200-generic 2023-11-16T01:54:04.154 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.15.0-200-generic 2023-11-16T01:54:04.154 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get clean 2023-11-16T01:54:04.247 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-get update 2023-11-16T01:54:04.251 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get update 2023-11-16T01:54:04.394 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-16T01:54:04.399 INFO:teuthology.orchestra.run.smithi096.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-16T01:54:04.402 INFO:teuthology.orchestra.run.smithi145.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-16T01:54:04.418 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-16T01:54:04.423 INFO:teuthology.orchestra.run.smithi145.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-16T01:54:04.479 INFO:teuthology.orchestra.run.smithi096.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-16T01:54:04.501 INFO:teuthology.orchestra.run.smithi145.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-16T01:54:04.739 INFO:teuthology.orchestra.run.smithi145.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-16T01:54:04.748 INFO:teuthology.orchestra.run.smithi096.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-16T01:54:04.881 INFO:teuthology.orchestra.run.smithi145.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-16T01:54:04.899 INFO:teuthology.orchestra.run.smithi145.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-16T01:54:04.901 INFO:teuthology.orchestra.run.smithi145.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-16T01:54:04.903 INFO:teuthology.orchestra.run.smithi145.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-16T01:54:04.903 INFO:teuthology.orchestra.run.smithi145.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-16T01:54:04.916 INFO:teuthology.orchestra.run.smithi145.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-16T01:54:04.918 INFO:teuthology.orchestra.run.smithi145.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-16T01:54:04.933 INFO:teuthology.orchestra.run.smithi145.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-16T01:54:04.942 INFO:teuthology.orchestra.run.smithi096.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-11-16T01:54:04.944 INFO:teuthology.orchestra.run.smithi145.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-16T01:54:04.946 INFO:teuthology.orchestra.run.smithi145.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-16T01:54:04.946 INFO:teuthology.orchestra.run.smithi145.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-16T01:54:04.946 INFO:teuthology.orchestra.run.smithi145.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-16T01:54:04.981 INFO:teuthology.orchestra.run.smithi096.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-11-16T01:54:05.058 INFO:teuthology.orchestra.run.smithi096.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-16T01:54:05.060 INFO:teuthology.orchestra.run.smithi096.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-16T01:54:05.079 INFO:teuthology.orchestra.run.smithi096.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-16T01:54:05.081 INFO:teuthology.orchestra.run.smithi096.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-11-16T01:54:05.099 INFO:teuthology.orchestra.run.smithi096.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-16T01:54:05.126 INFO:teuthology.orchestra.run.smithi096.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-16T01:54:05.143 INFO:teuthology.orchestra.run.smithi096.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-16T01:54:05.144 INFO:teuthology.orchestra.run.smithi096.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-16T01:54:05.144 INFO:teuthology.orchestra.run.smithi096.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-16T01:54:05.144 INFO:teuthology.orchestra.run.smithi096.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-16T01:54:05.145 INFO:teuthology.orchestra.run.smithi096.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-16T01:54:05.145 INFO:teuthology.orchestra.run.smithi096.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-16T01:54:05.145 INFO:teuthology.orchestra.run.smithi096.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-16T01:54:05.297 INFO:teuthology.orchestra.run.smithi145.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-11-16T01:54:05.350 INFO:teuthology.orchestra.run.smithi145.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-11-16T01:54:05.368 INFO:teuthology.orchestra.run.smithi145.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-16T01:54:05.413 INFO:teuthology.orchestra.run.smithi145.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-16T01:54:05.414 INFO:teuthology.orchestra.run.smithi145.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-16T01:54:05.418 INFO:teuthology.orchestra.run.smithi145.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-11-16T01:54:05.474 INFO:teuthology.orchestra.run.smithi145.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-16T01:54:05.504 INFO:teuthology.orchestra.run.smithi145.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-16T01:54:05.512 INFO:teuthology.orchestra.run.smithi145.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-16T01:54:05.513 INFO:teuthology.orchestra.run.smithi145.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-16T01:54:05.513 INFO:teuthology.orchestra.run.smithi145.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-16T01:54:05.513 INFO:teuthology.orchestra.run.smithi145.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-16T01:54:05.513 INFO:teuthology.orchestra.run.smithi145.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-16T01:54:05.514 INFO:teuthology.orchestra.run.smithi145.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-16T01:54:05.515 INFO:teuthology.orchestra.run.smithi145.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-16T01:54:07.925 INFO:teuthology.orchestra.run.smithi145.stdout:Fetched 20.1 MB in 3s (6,264 kB/s) 2023-11-16T01:54:09.653 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2023-11-16T01:54:09.706 DEBUG:teuthology.orchestra.run.smithi145:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-16T01:54:09.836 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2023-11-16T01:54:10.127 INFO:teuthology.orchestra.run.smithi145.stdout:Building dependency tree... 2023-11-16T01:54:10.128 INFO:teuthology.orchestra.run.smithi145.stdout:Reading state information... 2023-11-16T01:54:10.347 INFO:teuthology.orchestra.run.smithi145.stdout:The following additional packages will be installed: 2023-11-16T01:54:10.348 INFO:teuthology.orchestra.run.smithi145.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-16T01:54:10.348 INFO:teuthology.orchestra.run.smithi145.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-16T01:54:10.348 INFO:teuthology.orchestra.run.smithi145.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-16T01:54:10.351 INFO:teuthology.orchestra.run.smithi145.stdout:Suggested packages: 2023-11-16T01:54:10.351 INFO:teuthology.orchestra.run.smithi145.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-16T01:54:10.351 INFO:teuthology.orchestra.run.smithi145.stdout:Recommended packages: 2023-11-16T01:54:10.351 INFO:teuthology.orchestra.run.smithi145.stdout: thermald 2023-11-16T01:54:10.406 INFO:teuthology.orchestra.run.smithi145.stdout:The following NEW packages will be installed: 2023-11-16T01:54:10.407 INFO:teuthology.orchestra.run.smithi145.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-16T01:54:10.407 INFO:teuthology.orchestra.run.smithi145.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-16T01:54:10.407 INFO:teuthology.orchestra.run.smithi145.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-16T01:54:10.409 INFO:teuthology.orchestra.run.smithi145.stdout:The following packages will be upgraded: 2023-11-16T01:54:10.409 INFO:teuthology.orchestra.run.smithi145.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-16T01:54:10.468 INFO:teuthology.orchestra.run.smithi145.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-16T01:54:10.468 INFO:teuthology.orchestra.run.smithi145.stdout:Need to get 67.4 MB of archives. 2023-11-16T01:54:10.468 INFO:teuthology.orchestra.run.smithi145.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-16T01:54:10.468 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:10.759 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:10.853 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:11.237 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:11.237 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:11.237 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:11.364 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:11.378 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:12.183 INFO:teuthology.orchestra.run.smithi145.stdout:Fetched 67.4 MB in 1s (71.0 MB/s) 2023-11-16T01:54:12.390 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-16T01:54:13.332 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:13.336 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-16T01:54:13.387 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:15.037 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-16T01:54:15.054 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-16T01:54:15.159 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:15.610 INFO:teuthology.orchestra.run.smithi096.stdout:Get:20 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-16T01:54:15.700 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-16T01:54:15.714 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-16T01:54:15.757 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:15.843 INFO:teuthology.orchestra.run.smithi096.stdout:Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-16T01:54:15.971 INFO:teuthology.orchestra.run.smithi096.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-16T01:54:15.996 INFO:teuthology.orchestra.run.smithi096.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-16T01:54:16.002 INFO:teuthology.orchestra.run.smithi096.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-16T01:54:16.002 INFO:teuthology.orchestra.run.smithi096.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-16T01:54:16.014 INFO:teuthology.orchestra.run.smithi096.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-16T01:54:16.016 INFO:teuthology.orchestra.run.smithi096.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-16T01:54:16.028 INFO:teuthology.orchestra.run.smithi096.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-16T01:54:16.038 INFO:teuthology.orchestra.run.smithi096.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-16T01:54:16.041 INFO:teuthology.orchestra.run.smithi096.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-16T01:54:16.041 INFO:teuthology.orchestra.run.smithi096.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-16T01:54:16.041 INFO:teuthology.orchestra.run.smithi096.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-16T01:54:17.316 INFO:teuthology.orchestra.run.smithi096.stdout:Fetched 20.1 MB in 13s (1,567 kB/s) 2023-11-16T01:54:18.983 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2023-11-16T01:54:19.035 DEBUG:teuthology.orchestra.run.smithi096:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-16T01:54:19.120 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2023-11-16T01:54:19.407 INFO:teuthology.orchestra.run.smithi096.stdout:Building dependency tree... 2023-11-16T01:54:19.407 INFO:teuthology.orchestra.run.smithi096.stdout:Reading state information... 2023-11-16T01:54:19.551 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-16T01:54:19.628 INFO:teuthology.orchestra.run.smithi096.stdout:The following additional packages will be installed: 2023-11-16T01:54:19.629 INFO:teuthology.orchestra.run.smithi096.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-16T01:54:19.629 INFO:teuthology.orchestra.run.smithi096.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-16T01:54:19.629 INFO:teuthology.orchestra.run.smithi096.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-16T01:54:19.631 INFO:teuthology.orchestra.run.smithi096.stdout:Suggested packages: 2023-11-16T01:54:19.631 INFO:teuthology.orchestra.run.smithi096.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-16T01:54:19.631 INFO:teuthology.orchestra.run.smithi096.stdout:Recommended packages: 2023-11-16T01:54:19.631 INFO:teuthology.orchestra.run.smithi096.stdout: thermald 2023-11-16T01:54:19.662 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-16T01:54:19.698 INFO:teuthology.orchestra.run.smithi096.stdout:The following NEW packages will be installed: 2023-11-16T01:54:19.698 INFO:teuthology.orchestra.run.smithi096.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-16T01:54:19.698 INFO:teuthology.orchestra.run.smithi096.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-16T01:54:19.698 INFO:teuthology.orchestra.run.smithi096.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-16T01:54:19.700 INFO:teuthology.orchestra.run.smithi096.stdout:The following packages will be upgraded: 2023-11-16T01:54:19.701 INFO:teuthology.orchestra.run.smithi096.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-16T01:54:19.886 INFO:teuthology.orchestra.run.smithi096.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-16T01:54:19.886 INFO:teuthology.orchestra.run.smithi096.stdout:Need to get 67.4 MB of archives. 2023-11-16T01:54:19.886 INFO:teuthology.orchestra.run.smithi096.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-16T01:54:19.886 INFO:teuthology.orchestra.run.smithi096.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-16T01:54:19.965 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-16T01:54:20.073 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-16T01:54:20.385 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-16T01:54:20.398 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-16T01:54:20.443 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-16T01:54:20.978 INFO:teuthology.orchestra.run.smithi096.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-16T01:54:21.182 INFO:teuthology.orchestra.run.smithi096.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-16T01:54:22.171 INFO:teuthology.orchestra.run.smithi096.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-16T01:54:22.172 INFO:teuthology.orchestra.run.smithi096.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-16T01:54:22.172 INFO:teuthology.orchestra.run.smithi096.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-16T01:54:22.490 INFO:teuthology.orchestra.run.smithi096.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-16T01:54:22.535 INFO:teuthology.orchestra.run.smithi096.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-16T01:54:23.256 INFO:teuthology.orchestra.run.smithi096.stdout:Fetched 67.4 MB in 3s (23.9 MB/s) 2023-11-16T01:54:23.455 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-16T01:54:24.410 INFO:teuthology.orchestra.run.smithi096.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-16T01:54:24.414 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-16T01:54:24.494 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:25.149 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-16T01:54:25.171 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-16T01:54:25.217 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:26.218 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-16T01:54:26.234 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-16T01:54:26.337 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:26.829 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-16T01:54:26.843 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-16T01:54:26.880 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:27.574 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-16T01:54:27.695 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-16T01:54:28.024 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:28.583 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:29.058 INFO:teuthology.orchestra.run.smithi145.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-16T01:54:29.058 INFO:teuthology.orchestra.run.smithi145.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-16T01:54:29.058 INFO:teuthology.orchestra.run.smithi145.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-16T01:54:29.058 INFO:teuthology.orchestra.run.smithi145.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-16T01:54:29.202 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:29.738 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-16T01:54:29.868 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-16T01:54:29.989 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:30.115 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-16T01:54:30.241 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-16T01:54:30.368 INFO:teuthology.orchestra.run.smithi145.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:30.582 INFO:teuthology.orchestra.run.smithi145.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-16T01:54:30.582 INFO:teuthology.orchestra.run.smithi145.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-16T01:54:30.705 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-16T01:54:30.858 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-16T01:54:31.156 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-16T01:54:31.293 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-16T01:54:31.612 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-16T01:54:31.627 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-16T01:54:31.690 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-16T01:54:37.069 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-16T01:54:37.093 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-16T01:54:37.136 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:40.035 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-16T01:54:40.156 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-16T01:54:40.510 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:41.094 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:41.590 INFO:teuthology.orchestra.run.smithi096.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-16T01:54:41.590 INFO:teuthology.orchestra.run.smithi096.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-16T01:54:41.590 INFO:teuthology.orchestra.run.smithi096.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-16T01:54:41.590 INFO:teuthology.orchestra.run.smithi096.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-16T01:54:41.738 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:42.298 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-16T01:54:42.430 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-16T01:54:42.550 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:42.676 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-16T01:54:42.802 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-16T01:54:42.920 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-16T01:54:43.136 INFO:teuthology.orchestra.run.smithi096.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-16T01:54:43.136 INFO:teuthology.orchestra.run.smithi096.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-16T01:54:46.035 INFO:teuthology.orchestra.run.smithi145.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-16T01:54:46.036 INFO:teuthology.orchestra.run.smithi145.stdout:Sourcing file `/etc/default/grub' 2023-11-16T01:54:46.069 INFO:teuthology.orchestra.run.smithi145.stdout:Generating grub configuration file ... 2023-11-16T01:54:46.457 INFO:teuthology.orchestra.run.smithi145.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-16T01:54:46.504 INFO:teuthology.orchestra.run.smithi145.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-16T01:54:46.869 INFO:teuthology.orchestra.run.smithi145.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-16T01:54:46.897 INFO:teuthology.orchestra.run.smithi145.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-16T01:54:46.971 INFO:teuthology.orchestra.run.smithi145.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-16T01:54:47.003 INFO:teuthology.orchestra.run.smithi145.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-16T01:54:47.913 INFO:teuthology.orchestra.run.smithi145.stdout:done 2023-11-16T01:54:48.370 DEBUG:teuthology.orchestra.run.smithi145:> dpkg -s linux-image-generic 2023-11-16T01:54:48.392 INFO:teuthology.orchestra.run.smithi145.stdout:Package: linux-image-generic 2023-11-16T01:54:48.392 INFO:teuthology.orchestra.run.smithi145.stdout:Status: install ok installed 2023-11-16T01:54:48.392 INFO:teuthology.orchestra.run.smithi145.stdout:Priority: optional 2023-11-16T01:54:48.392 INFO:teuthology.orchestra.run.smithi145.stdout:Section: kernel 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout:Installed-Size: 18 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: amd64 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout:Source: linux-meta 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout:Version: 4.15.0.213.196 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.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-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout:Recommends: thermald 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout:Description: Generic Linux kernel image 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout: This package will always depend on the latest generic kernel image 2023-11-16T01:54:48.393 INFO:teuthology.orchestra.run.smithi145.stdout: available. 2023-11-16T01:54:48.394 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-16T01:54:48.394 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T01:54:48.394 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T01:54:48.394 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-16T01:54:48.394 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T01:54:48.394 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get clean 2023-11-16T01:54:48.499 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get update 2023-11-16T01:54:48.616 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-16T01:54:48.624 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-16T01:54:48.641 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-16T01:54:58.191 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-16T01:55:02.540 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2023-11-16T01:55:02.541 DEBUG:teuthology.orchestra.run.smithi145:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-16T01:55:02.541 INFO:teuthology.orchestra.run.smithi096.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-16T01:55:02.542 INFO:teuthology.orchestra.run.smithi096.stdout:Sourcing file `/etc/default/grub' 2023-11-16T01:55:02.542 INFO:teuthology.orchestra.run.smithi096.stdout:Generating grub configuration file ... 2023-11-16T01:55:02.542 INFO:teuthology.orchestra.run.smithi096.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-16T01:55:02.542 INFO:teuthology.orchestra.run.smithi096.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-16T01:55:02.542 INFO:teuthology.orchestra.run.smithi096.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-16T01:55:02.542 INFO:teuthology.orchestra.run.smithi096.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-16T01:55:02.542 INFO:teuthology.orchestra.run.smithi096.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-16T01:55:02.542 INFO:teuthology.orchestra.run.smithi096.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-16T01:55:02.542 INFO:teuthology.orchestra.run.smithi096.stdout:done 2023-11-16T01:55:02.631 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2023-11-16T01:55:02.757 DEBUG:teuthology.orchestra.run.smithi096:> dpkg -s linux-image-generic 2023-11-16T01:55:02.779 INFO:teuthology.orchestra.run.smithi096.stdout:Package: linux-image-generic 2023-11-16T01:55:02.779 INFO:teuthology.orchestra.run.smithi096.stdout:Status: install ok installed 2023-11-16T01:55:02.779 INFO:teuthology.orchestra.run.smithi096.stdout:Priority: optional 2023-11-16T01:55:02.779 INFO:teuthology.orchestra.run.smithi096.stdout:Section: kernel 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout:Installed-Size: 18 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout:Architecture: amd64 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout:Source: linux-meta 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout:Version: 4.15.0.213.196 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.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-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout:Recommends: thermald 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout:Description: Generic Linux kernel image 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout: This package will always depend on the latest generic kernel image 2023-11-16T01:55:02.780 INFO:teuthology.orchestra.run.smithi096.stdout: available. 2023-11-16T01:55:02.780 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-16T01:55:02.781 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T01:55:02.781 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T01:55:02.781 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-16T01:55:02.781 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi096.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T01:55:02.781 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-get clean 2023-11-16T01:55:02.884 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-get update 2023-11-16T01:55:02.920 INFO:teuthology.orchestra.run.smithi145.stdout:Building dependency tree... 2023-11-16T01:55:02.920 INFO:teuthology.orchestra.run.smithi145.stdout:Reading state information... 2023-11-16T01:55:03.009 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-16T01:55:03.015 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-16T01:55:03.032 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-16T01:55:03.124 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-16T01:55:03.127 INFO:teuthology.orchestra.run.smithi145.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-16T01:55:03.127 INFO:teuthology.orchestra.run.smithi145.stdout:The following packages were automatically installed and are no longer required: 2023-11-16T01:55:03.127 INFO:teuthology.orchestra.run.smithi145.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-16T01:55:03.127 INFO:teuthology.orchestra.run.smithi145.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-16T01:55:03.128 INFO:teuthology.orchestra.run.smithi145.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-16T01:55:03.128 INFO:teuthology.orchestra.run.smithi145.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-16T01:55:03.182 INFO:teuthology.orchestra.run.smithi145.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-16T01:55:03.185 DEBUG:teuthology.orchestra.run.smithi145:> dpkg -s linux-image-generic 2023-11-16T01:55:03.248 INFO:teuthology.orchestra.run.smithi145.stdout:Package: linux-image-generic 2023-11-16T01:55:03.248 INFO:teuthology.orchestra.run.smithi145.stdout:Status: install ok installed 2023-11-16T01:55:03.249 INFO:teuthology.orchestra.run.smithi145.stdout:Priority: optional 2023-11-16T01:55:03.249 INFO:teuthology.orchestra.run.smithi145.stdout:Section: kernel 2023-11-16T01:55:03.249 INFO:teuthology.orchestra.run.smithi145.stdout:Installed-Size: 18 2023-11-16T01:55:03.249 INFO:teuthology.orchestra.run.smithi145.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T01:55:03.249 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: amd64 2023-11-16T01:55:03.249 INFO:teuthology.orchestra.run.smithi145.stdout:Source: linux-meta 2023-11-16T01:55:03.249 INFO:teuthology.orchestra.run.smithi145.stdout:Version: 4.15.0.213.196 2023-11-16T01:55:03.249 INFO:teuthology.orchestra.run.smithi145.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-16T01:55:03.250 INFO:teuthology.orchestra.run.smithi145.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-16T01:55:03.250 INFO:teuthology.orchestra.run.smithi145.stdout:Recommends: thermald 2023-11-16T01:55:03.250 INFO:teuthology.orchestra.run.smithi145.stdout:Description: Generic Linux kernel image 2023-11-16T01:55:03.250 INFO:teuthology.orchestra.run.smithi145.stdout: This package will always depend on the latest generic kernel image 2023-11-16T01:55:03.250 INFO:teuthology.orchestra.run.smithi145.stdout: available. 2023-11-16T01:55:03.251 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2023-11-16T01:55:03.297 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.pwfa2cMhaq 2023-11-16T01:55:03.297 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub/grub.cfg /tmp/tmp.pwfa2cMhaq 2023-11-16T01:55:03.372 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.pwfa2cMhaq 2023-11-16T01:55:03.508 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.pwfa2cMhaq is 10KB 2023-11-16T01:55:03.560 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.pwfa2cMhaq 2023-11-16T01:55:03.567 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-16T01:55:03.622 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T01:55:03.622 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-16T01:55:03.622 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-16T01:55:03.706 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-16T01:55:03.706 DEBUG:teuthology.orchestra.run.smithi145:> sudo update-grub 2023-11-16T01:55:05.080 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2023-11-16T01:55:05.131 DEBUG:teuthology.orchestra.run.smithi096:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-16T01:55:05.155 INFO:teuthology.orchestra.run.smithi145.stderr:Sourcing file `/etc/default/grub' 2023-11-16T01:55:05.167 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2023-11-16T01:55:05.217 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2023-11-16T01:55:05.423 INFO:teuthology.orchestra.run.smithi145.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-16T01:55:05.436 INFO:teuthology.orchestra.run.smithi145.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-16T01:55:05.485 INFO:teuthology.orchestra.run.smithi096.stdout:Building dependency tree... 2023-11-16T01:55:05.485 INFO:teuthology.orchestra.run.smithi096.stdout:Reading state information... 2023-11-16T01:55:05.695 INFO:teuthology.orchestra.run.smithi096.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-16T01:55:05.695 INFO:teuthology.orchestra.run.smithi096.stdout:The following packages were automatically installed and are no longer required: 2023-11-16T01:55:05.695 INFO:teuthology.orchestra.run.smithi096.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-16T01:55:05.695 INFO:teuthology.orchestra.run.smithi096.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-16T01:55:05.696 INFO:teuthology.orchestra.run.smithi096.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-16T01:55:05.696 INFO:teuthology.orchestra.run.smithi096.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-16T01:55:05.751 INFO:teuthology.orchestra.run.smithi096.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-16T01:55:05.753 DEBUG:teuthology.orchestra.run.smithi096:> dpkg -s linux-image-generic 2023-11-16T01:55:05.758 INFO:teuthology.orchestra.run.smithi145.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-16T01:55:05.770 INFO:teuthology.orchestra.run.smithi145.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-16T01:55:05.775 INFO:teuthology.orchestra.run.smithi096.stdout:Package: linux-image-generic 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Status: install ok installed 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Priority: optional 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Section: kernel 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Installed-Size: 18 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Maintainer: Ubuntu Kernel Team 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Architecture: amd64 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Source: linux-meta 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Version: 4.15.0.213.196 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-16T01:55:05.776 INFO:teuthology.orchestra.run.smithi096.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-16T01:55:05.777 INFO:teuthology.orchestra.run.smithi096.stdout:Recommends: thermald 2023-11-16T01:55:05.777 INFO:teuthology.orchestra.run.smithi096.stdout:Description: Generic Linux kernel image 2023-11-16T01:55:05.777 INFO:teuthology.orchestra.run.smithi096.stdout: This package will always depend on the latest generic kernel image 2023-11-16T01:55:05.777 INFO:teuthology.orchestra.run.smithi096.stdout: available. 2023-11-16T01:55:05.777 DEBUG:teuthology.orchestra.run.smithi096:> mktemp 2023-11-16T01:55:05.824 INFO:teuthology.orchestra.run.smithi096.stdout:/tmp/tmp.YjUVcOBz3D 2023-11-16T01:55:05.824 DEBUG:teuthology.orchestra.run.smithi096:> sudo cp /boot/grub/grub.cfg /tmp/tmp.YjUVcOBz3D 2023-11-16T01:55:05.846 INFO:teuthology.orchestra.run.smithi145.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-16T01:55:05.859 INFO:teuthology.orchestra.run.smithi145.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-16T01:55:05.880 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 0666 /tmp/tmp.YjUVcOBz3D 2023-11-16T01:55:06.024 DEBUG:teuthology.orchestra.remote:smithi096:/tmp/tmp.YjUVcOBz3D is 10KB 2023-11-16T01:55:06.037 DEBUG:teuthology.orchestra.run.smithi096:> rm -fr /tmp/tmp.YjUVcOBz3D 2023-11-16T01:55:06.043 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-16T01:55:06.101 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T01:55:06.101 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-16T01:55:06.101 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-16T01:55:06.172 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-16T01:55:06.173 DEBUG:teuthology.orchestra.run.smithi096:> sudo update-grub 2023-11-16T01:55:06.460 INFO:teuthology.orchestra.run.smithi145.stderr:done 2023-11-16T01:55:06.462 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2023-11-16T01:55:07.624 INFO:teuthology.orchestra.run.smithi096.stderr:Sourcing file `/etc/default/grub' 2023-11-16T01:55:07.636 INFO:teuthology.orchestra.run.smithi096.stderr:Generating grub configuration file ... 2023-11-16T01:55:07.886 INFO:teuthology.orchestra.run.smithi096.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-16T01:55:07.899 INFO:teuthology.orchestra.run.smithi096.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-16T01:55:08.309 INFO:teuthology.orchestra.run.smithi096.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-16T01:55:08.322 INFO:teuthology.orchestra.run.smithi096.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-16T01:55:08.399 INFO:teuthology.orchestra.run.smithi096.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-16T01:55:08.412 INFO:teuthology.orchestra.run.smithi096.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-16T01:55:09.539 INFO:teuthology.orchestra.run.smithi096.stderr:done 2023-11-16T01:55:09.540 DEBUG:teuthology.orchestra.run.smithi096:> sudo shutdown -r now 2023-11-16T01:55:36.491 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-16T01:55:36.491 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-16T01:55:36.492 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:55:39.546 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-16T01:55:39.546 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2023-11-16T01:55:39.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:55:54.875 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-11-16T01:55:57.946 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2023-11-16T01:56:03.878 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-16T01:56:03.879 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:56:06.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-11-16T01:56:06.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2023-11-16T01:56:06.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:56:10.010 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2023-11-16T01:56:18.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-16T01:56:18.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:56:22.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2023-11-16T01:56:22.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:56:40.442 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2023-11-16T01:56:50.513 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-11-16T01:56:50.827 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-16T01:56:50.827 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-11-16T01:56:50.828 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-11-16T01:56:50.875 INFO:teuthology.orchestra.run.smithi145.stdout:4.15.0-213-generic 2023-11-16T01:56:50.875 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-16T01:56:50.875 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T01:56:50.875 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-16T01:56:51.876 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T01:56:51.876 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T01:56:51.911 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2023-11-16T01:56:51.940 DEBUG:teuthology.parallel:result is None 2023-11-16T01:56:55.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2023-11-16T01:56:55.444 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:56:55.531 DEBUG:teuthology.orchestra.run.smithi096:> true 2023-11-16T01:56:55.823 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2023-11-16T01:56:55.823 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-11-16T01:56:55.824 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2023-11-16T01:56:55.870 INFO:teuthology.orchestra.run.smithi096.stdout:4.15.0-213-generic 2023-11-16T01:56:55.870 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-16T01:56:55.870 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T01:56:55.870 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-16T01:56:56.871 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T01:56:56.871 DEBUG:teuthology.orchestra.run.smithi096:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T01:56:56.905 INFO:teuthology.orchestra.run.smithi096.stdout:ttyS1 2023-11-16T01:56:56.931 DEBUG:teuthology.parallel:result is None 2023-11-16T01:56:56.932 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T01:56:56.938 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T01:56:56.939 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T01:56:56.974 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T01:56:56.981 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T01:56:56.988 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T01:56:57.052 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T01:56:57.053 DEBUG:teuthology.orchestra.run.smithi096:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T01:56:57.055 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T01:56:57.386 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T01:56:57.398 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T01:56:57.398 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T01:56:57.401 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T01:56:57.424 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:56:57.428 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:56:57.433 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:56:57.435 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:56:57.436 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T01:56:57.443 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T01:56:57.444 DEBUG:teuthology.orchestra.run.smithi096:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T01:56:57.479 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T01:56:57.495 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T01:56:57.549 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T01:56:57.549 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T01:56:57.551 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T01:56:57.558 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:56:57.607 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:56:57.655 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T01:56:57.655 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T01:56:57.722 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:56:57.729 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:56:57.779 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T01:56:57.779 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T01:56:57.850 DEBUG:teuthology.orchestra.run.smithi096:> sudo service rsyslog restart 2023-11-16T01:56:57.854 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2023-11-16T01:56:57.936 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T01:56:57.949 INFO:teuthology.task.internal:Starting timer... 2023-11-16T01:56:57.949 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T01:56:58.003 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T01:56:58.048 DEBUG:teuthology.task.selinux:Excluding smithi096: OS 'ubuntu' does not support SELinux 2023-11-16T01:56:58.048 DEBUG:teuthology.task.selinux:Excluding smithi145: OS 'ubuntu' does not support SELinux 2023-11-16T01:56:58.048 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T01:56:58.048 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-16T01:56:58.048 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T01:56:58.048 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T01:56:58.098 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-16T01:56:58.098 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T01:56:58.120 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-16T01:56:58.121 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi096.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T02:03:02.249 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi096.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com')] 2023-11-16T02:03:02.250 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2023-11-16T02:03:02.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:03:02.372 DEBUG:teuthology.orchestra.run.smithi096:> true 2023-11-16T02:03:02.488 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2023-11-16T02:03:02.488 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-16T02:03:02.489 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T02:03:02.568 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-11-16T02:03:02.684 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-11-16T02:03:02.684 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T02:03:02.695 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T02:03:02.695 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T02:03:02.696 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:03:02.699 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T02:03:02.699 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T02:03:02.761 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-16T02:03:02.761 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: Command line: ntpd -gq 2023-11-16T02:03:02.762 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: proto: precision = 0.126 usec (-23) 2023-11-16T02:03:02.763 INFO:teuthology.orchestra.run.smithi096.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T02:03:02.764 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T02:03:02.765 INFO:teuthology.orchestra.run.smithi096.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-16T02:03:02.765 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: restrict ::: KOD does nothing without LIMITED. 2023-11-16T02:03:02.766 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: Listen and drop on 0 v6wildcard [::]:123 2023-11-16T02:03:02.766 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-16T02:03:02.766 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: Listen normally on 2 lo 127.0.0.1:123 2023-11-16T02:03:02.766 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: Listen normally on 3 enp3s0f1 172.21.15.96:123 2023-11-16T02:03:02.766 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: Listen normally on 4 lo [::1]:123 2023-11-16T02:03:02.766 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc0d%5]:123 2023-11-16T02:03:02.766 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:02 ntpd[24091]: Listening on routing socket on fd #22 for interface updates 2023-11-16T02:03:02.787 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-16T02:03:02.788 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: Command line: ntpd -gq 2023-11-16T02:03:02.789 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: proto: precision = 0.123 usec (-23) 2023-11-16T02:03:02.789 INFO:teuthology.orchestra.run.smithi145.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T02:03:02.789 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-16T02:03:02.790 INFO:teuthology.orchestra.run.smithi145.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-16T02:03:02.790 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: restrict ::: KOD does nothing without LIMITED. 2023-11-16T02:03:02.791 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: Listen and drop on 0 v6wildcard [::]:123 2023-11-16T02:03:02.791 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-16T02:03:02.791 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: Listen normally on 2 lo 127.0.0.1:123 2023-11-16T02:03:02.791 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: Listen normally on 3 enp3s0f1 172.21.15.145:123 2023-11-16T02:03:02.791 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: Listen normally on 4 lo [::1]:123 2023-11-16T02:03:02.791 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7791%5]:123 2023-11-16T02:03:02.791 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:02 ntpd[24234]: Listening on routing socket on fd #22 for interface updates 2023-11-16T02:03:03.761 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:03 ntpd[24091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:03.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:03 ntpd[24091]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:03.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:03 ntpd[24091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:03.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:03 ntpd[24091]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:03.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:03 ntpd[24234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:03.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:03 ntpd[24234]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:03.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:03 ntpd[24234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:03.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:03 ntpd[24234]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:03.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:03 ntpd[24234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:03.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:03 ntpd[24234]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:03.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:03 ntpd[24234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:03.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:03 ntpd[24234]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:05.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:05 ntpd[24091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:05.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:05 ntpd[24091]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:05.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:05 ntpd[24091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:05.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:05 ntpd[24091]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:05.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:05.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:05.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:05.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:05.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:05.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:05.789 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:05.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:05.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:05.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:05.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:05.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:05 ntpd[24234]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:06.761 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:06 ntpd[24091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:06.761 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:06 ntpd[24091]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:06.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:06 ntpd[24091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:06.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:06 ntpd[24091]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:07.763 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:07 ntpd[24091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:07.764 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:07 ntpd[24091]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:07.764 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:07 ntpd[24091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:07.764 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:07 ntpd[24091]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:07.764 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:07 ntpd[24091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:07.764 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:07 ntpd[24091]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:07.764 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:07 ntpd[24091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:07.765 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:07 ntpd[24091]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:07.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:07.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:07.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:07.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:07.791 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:07.791 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:07.791 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:07.791 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:07.791 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:07.791 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:07.792 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:07.792 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:07 ntpd[24234]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:08.761 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:08 ntpd[24091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:08.761 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:08 ntpd[24091]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:08.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:08 ntpd[24091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:08.762 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:08 ntpd[24091]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:09.766 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:09.766 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:09.767 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:09.767 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:09.767 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:09.767 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:09.767 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:09.767 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:09.767 INFO:teuthology.orchestra.run.smithi096.stdout:16 Nov 02:03:09 ntpd[24091]: ntpd: time slew -0.002325 s 2023-11-16T02:03:09.767 INFO:teuthology.orchestra.run.smithi096.stdout:ntpd: time slew -0.002325s 2023-11-16T02:03:09.768 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-16T02:03:09.768 INFO:teuthology.orchestra.run.smithi096.stderr:16 Nov 02:03:09 ntpd[24091]: can't open /var/log/ntpstats/loopstats.20231116: Permission denied 2023-11-16T02:03:09.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:09 ntpd[24234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-16T02:03:09.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:09 ntpd[24234]: can't open /var/log/ntpstats/rawstats.20231116: Permission denied 2023-11-16T02:03:09.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:09 ntpd[24234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-16T02:03:09.790 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:09 ntpd[24234]: can't open /var/log/ntpstats/peerstats.20231116: Permission denied 2023-11-16T02:03:09.791 INFO:teuthology.orchestra.run.smithi145.stdout:16 Nov 02:03:09 ntpd[24234]: ntpd: time slew -0.003395 s 2023-11-16T02:03:09.791 INFO:teuthology.orchestra.run.smithi145.stdout:ntpd: time slew -0.003395s 2023-11-16T02:03:09.791 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:09 ntpd[24234]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-16T02:03:09.791 INFO:teuthology.orchestra.run.smithi145.stderr:16 Nov 02:03:09 ntpd[24234]: can't open /var/log/ntpstats/loopstats.20231116: Permission denied 2023-11-16T02:03:09.824 INFO:teuthology.orchestra.run.smithi096.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T02:03:09.824 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================== 2023-11-16T02:03:09.824 INFO:teuthology.orchestra.run.smithi096.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:03:09.824 INFO:teuthology.orchestra.run.smithi096.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:03:09.824 INFO:teuthology.orchestra.run.smithi096.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:03:09.824 INFO:teuthology.orchestra.run.smithi096.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:03:09.857 INFO:teuthology.orchestra.run.smithi145.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T02:03:09.857 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================== 2023-11-16T02:03:09.857 INFO:teuthology.orchestra.run.smithi145.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:03:09.857 INFO:teuthology.orchestra.run.smithi145.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:03:09.857 INFO:teuthology.orchestra.run.smithi145.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:03:09.857 INFO:teuthology.orchestra.run.smithi145.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-16T02:03:09.858 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-16T02:03:09.868 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-16T02:03:09.869 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:03:09.869 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:03:09.876 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-16T02:03:09.876 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_1 2023-11-16T02:03:09.926 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T02:03:09.926 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:03:09.926 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 342 Links: 1 2023-11-16T02:03:09.926 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:03:09.926 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2023-11-16 02:01:31.991091240 +0000 2023-11-16T02:03:09.926 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2023-11-16 02:01:31.987091338 +0000 2023-11-16T02:03:09.926 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2023-11-16 02:01:31.987091338 +0000 2023-11-16T02:03:09.926 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2023-11-16T02:03:09.926 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T02:03:09.983 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2023-11-16T02:03:09.984 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2023-11-16T02:03:09.984 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000382927 s, 1.3 MB/s 2023-11-16T02:03:09.984 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T02:03:10.034 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_2 2023-11-16T02:03:10.085 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T02:03:10.085 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:03:10.085 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 349 Links: 1 2023-11-16T02:03:10.085 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:03:10.085 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2023-11-16 02:01:32.623075567 +0000 2023-11-16T02:03:10.085 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2023-11-16 02:01:32.371081816 +0000 2023-11-16T02:03:10.085 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2023-11-16 02:01:32.371081816 +0000 2023-11-16T02:03:10.085 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2023-11-16T02:03:10.086 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T02:03:10.139 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2023-11-16T02:03:10.139 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2023-11-16T02:03:10.139 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000286801 s, 1.8 MB/s 2023-11-16T02:03:10.140 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T02:03:10.189 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_3 2023-11-16T02:03:10.240 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T02:03:10.240 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:03:10.240 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 355 Links: 1 2023-11-16T02:03:10.240 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:03:10.240 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2023-11-16 02:01:33.003066143 +0000 2023-11-16T02:03:10.241 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2023-11-16 02:01:32.783071599 +0000 2023-11-16T02:03:10.241 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2023-11-16 02:01:32.783071599 +0000 2023-11-16T02:03:10.241 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2023-11-16T02:03:10.241 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T02:03:10.295 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2023-11-16T02:03:10.295 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2023-11-16T02:03:10.295 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000344062 s, 1.5 MB/s 2023-11-16T02:03:10.296 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T02:03:10.346 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_4 2023-11-16T02:03:10.465 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T02:03:10.466 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:03:10.466 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 361 Links: 1 2023-11-16T02:03:10.466 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:03:10.466 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2023-11-16 02:01:33.399056325 +0000 2023-11-16T02:03:10.466 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2023-11-16 02:01:33.167062077 +0000 2023-11-16T02:03:10.466 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2023-11-16 02:01:33.167062077 +0000 2023-11-16T02:03:10.466 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2023-11-16T02:03:10.466 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T02:03:10.524 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2023-11-16T02:03:10.524 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2023-11-16T02:03:10.524 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000375653 s, 1.4 MB/s 2023-11-16T02:03:10.524 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T02:03:10.574 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:03:10.704 INFO:teuthology.orchestra.run.smithi096.stdout:loop 2023-11-16T02:03:10.705 INFO:tasks.nvme_loop:Connecting nvme_loop smithi096:/dev/vg_nvme/lv_1... 2023-11-16T02:03:10.705 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:03:10.723 INFO:teuthology.orchestra.run.smithi096.stdout:1 2023-11-16T02:03:10.750 INFO:teuthology.orchestra.run.smithi096.stdout:/dev/vg_nvme/lv_11 2023-11-16T02:03:10.771 INFO:tasks.nvme_loop:Connecting nvme_loop smithi096:/dev/vg_nvme/lv_2... 2023-11-16T02:03:10.771 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:03:10.837 INFO:teuthology.orchestra.run.smithi096.stdout:1 2023-11-16T02:03:10.861 INFO:teuthology.orchestra.run.smithi096.stdout:/dev/vg_nvme/lv_21 2023-11-16T02:03:10.880 INFO:tasks.nvme_loop:Connecting nvme_loop smithi096:/dev/vg_nvme/lv_3... 2023-11-16T02:03:10.880 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:03:10.937 INFO:teuthology.orchestra.run.smithi096.stdout:1 2023-11-16T02:03:10.963 INFO:teuthology.orchestra.run.smithi096.stdout:/dev/vg_nvme/lv_31 2023-11-16T02:03:10.982 INFO:tasks.nvme_loop:Connecting nvme_loop smithi096:/dev/vg_nvme/lv_4... 2023-11-16T02:03:10.982 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:03:11.047 INFO:teuthology.orchestra.run.smithi096.stdout:1 2023-11-16T02:03:11.067 INFO:teuthology.orchestra.run.smithi096.stdout:/dev/vg_nvme/lv_41 2023-11-16T02:03:11.083 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:03:11.083 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:03:11.133 DEBUG:teuthology.orchestra.run.smithi096:> sudo nvme list 2023-11-16T02:03:11.188 INFO:teuthology.orchestra.run.smithi096.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T02:03:11.188 INFO:teuthology.orchestra.run.smithi096.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T02:03:11.188 INFO:teuthology.orchestra.run.smithi096.stdout:/dev/nvme0n1 PHFT620400NH400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T02:03:11.188 INFO:teuthology.orchestra.run.smithi096.stdout:/dev/nvme1n1 c4cf6d101534d600 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-16T02:03:11.188 INFO:teuthology.orchestra.run.smithi096.stdout:/dev/nvme2n1 857a36bb654efd08 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-16T02:03:11.188 INFO:teuthology.orchestra.run.smithi096.stdout:/dev/nvme3n1 9230db574e4ce3ca Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-16T02:03:11.188 INFO:teuthology.orchestra.run.smithi096.stdout:/dev/nvme4n1 821dfcca8d285bfc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-16T02:03:11.189 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T02:03:11.189 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:03:11.189 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/scratch_devs 2023-11-16T02:03:11.285 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:03:11.285 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:03:11.294 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-16T02:03:11.294 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_1 2023-11-16T02:03:11.344 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T02:03:11.344 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:03:11.344 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 342 Links: 1 2023-11-16T02:03:11.344 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:03:11.344 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-16 02:01:39.702273773 +0000 2023-11-16T02:03:11.344 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-16 02:01:39.450279771 +0000 2023-11-16T02:03:11.344 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-16 02:01:39.450279771 +0000 2023-11-16T02:03:11.344 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-16T02:03:11.345 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T02:03:11.399 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-16T02:03:11.399 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-16T02:03:11.399 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000391515 s, 1.3 MB/s 2023-11-16T02:03:11.400 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T02:03:11.449 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_2 2023-11-16T02:03:11.500 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T02:03:11.500 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:03:11.500 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 348 Links: 1 2023-11-16T02:03:11.500 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:03:11.500 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-16 02:01:40.154263013 +0000 2023-11-16T02:03:11.500 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-16 02:01:39.858270059 +0000 2023-11-16T02:03:11.500 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-16 02:01:39.858270059 +0000 2023-11-16T02:03:11.501 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-16T02:03:11.501 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T02:03:11.554 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-16T02:03:11.554 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-16T02:03:11.555 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000357736 s, 1.4 MB/s 2023-11-16T02:03:11.555 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T02:03:11.605 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_3 2023-11-16T02:03:11.658 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T02:03:11.659 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:03:11.659 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 355 Links: 1 2023-11-16T02:03:11.659 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:03:11.659 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-16 02:01:40.538253872 +0000 2023-11-16T02:03:11.659 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-16 02:01:40.302259490 +0000 2023-11-16T02:03:11.659 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-16 02:01:40.302259490 +0000 2023-11-16T02:03:11.659 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-16T02:03:11.659 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T02:03:11.714 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-16T02:03:11.714 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-16T02:03:11.714 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.00022996 s, 2.2 MB/s 2023-11-16T02:03:11.715 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T02:03:11.765 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_4 2023-11-16T02:03:11.816 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T02:03:11.816 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T02:03:11.816 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 364 Links: 1 2023-11-16T02:03:11.816 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T02:03:11.816 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-16 02:01:40.986243208 +0000 2023-11-16T02:03:11.816 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-16 02:01:40.698250063 +0000 2023-11-16T02:03:11.816 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-16 02:01:40.698250063 +0000 2023-11-16T02:03:11.816 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-16T02:03:11.817 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T02:03:11.871 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-16T02:03:11.871 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-16T02:03:11.871 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000361558 s, 1.4 MB/s 2023-11-16T02:03:11.872 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T02:03:11.921 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T02:03:12.037 INFO:teuthology.orchestra.run.smithi145.stdout:loop 2023-11-16T02:03:12.038 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_1... 2023-11-16T02:03:12.038 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T02:03:12.059 INFO:teuthology.orchestra.run.smithi145.stdout:1 2023-11-16T02:03:12.080 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_11 2023-11-16T02:03:12.097 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_2... 2023-11-16T02:03:12.097 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T02:03:12.159 INFO:teuthology.orchestra.run.smithi145.stdout:1 2023-11-16T02:03:12.174 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_21 2023-11-16T02:03:12.189 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_3... 2023-11-16T02:03:12.189 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T02:03:12.245 INFO:teuthology.orchestra.run.smithi145.stdout:1 2023-11-16T02:03:12.264 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_31 2023-11-16T02:03:12.280 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_4... 2023-11-16T02:03:12.281 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T02:03:12.335 INFO:teuthology.orchestra.run.smithi145.stdout:1 2023-11-16T02:03:12.359 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_41 2023-11-16T02:03:12.380 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:03:12.380 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:03:12.426 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme list 2023-11-16T02:03:12.482 INFO:teuthology.orchestra.run.smithi145.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T02:03:12.483 INFO:teuthology.orchestra.run.smithi145.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T02:03:12.483 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme0n1 PHFT620500N9400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T02:03:12.483 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme1n1 e0915f949fc334b9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-16T02:03:12.483 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme2n1 e71622c6a32104ad Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-16T02:03:12.485 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme3n1 7e619ad274b80d0a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-16T02:03:12.485 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme4n1 9ee206160803a786 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-16T02:03:12.485 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T02:03:12.485 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:03:12.486 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/scratch_devs 2023-11-16T02:03:12.543 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T02:03:12.628 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': 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac'} 2023-11-16T02:03:12.629 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T02:03:12.629 INFO:tasks.cephadm:Cluster fsid is 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:12.630 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T02:03:12.630 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-16T02:03:12.630 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi096': '172.21.15.96', 'mon.smithi145': '172.21.15.145'} 2023-11-16T02:03:12.630 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T02:03:12.630 DEBUG:teuthology.orchestra.run.smithi096:> sudo hostname $(hostname -s) 2023-11-16T02:03:12.648 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2023-11-16T02:03:12.664 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ed3c8e926b9de93026c8a7c1d86be5d6821b52ac)... 2023-11-16T02:03:12.664 DEBUG:teuthology.orchestra.run.smithi096:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T02:03:12.877 INFO:teuthology.orchestra.run.smithi096.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 16 02:03 /home/ubuntu/cephtest/cephadm 2023-11-16T02:03:12.877 DEBUG:teuthology.orchestra.run.smithi145:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T02:03:13.125 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 16 02:03 /home/ubuntu/cephtest/cephadm 2023-11-16T02:03:13.126 DEBUG:teuthology.orchestra.run.smithi096:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T02:03:13.135 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T02:03:13.152 DEBUG:teuthology.orchestra.run.smithi096:> sudo mkdir -p /etc/ceph 2023-11-16T02:03:13.190 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2023-11-16T02:03:13.205 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 777 /etc/ceph 2023-11-16T02:03:13.245 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2023-11-16T02:03:13.263 INFO:tasks.cephadm:Writing seed config... 2023-11-16T02:03:13.264 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-16T02:03:13.264 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-16T02:03:13.265 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-16T02:03:13.265 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-16T02:03:13.265 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-16T02:03:13.265 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-16T02:03:13.265 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-16T02:03:13.265 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-16T02:03:13.265 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:03:13.266 DEBUG:teuthology.orchestra.run.smithi096:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-16T02:03:13.293 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 = 4c25bd38-8424-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-16T02:03:13.293 DEBUG:teuthology.orchestra.run.smithi096:mon.smithi096> sudo journalctl -f -n 0 -u ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mon.smithi096.service 2023-11-16T02:03:13.337 INFO:tasks.cephadm:Bootstrapping... 2023-11-16T02:03:13.337 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -v bootstrap --fsid 4c25bd38-8424-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.96 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:03:13.671 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-16T02:03:13.869 INFO:teuthology.orchestra.run.smithi096.stderr:-------------------------------------------------------------------------------- 2023-11-16T02:03:13.869 INFO:teuthology.orchestra.run.smithi096.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac', '-v', 'bootstrap', '--fsid', '4c25bd38-8424-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.96', '--skip-admin-label'] 2023-11-16T02:03:13.869 INFO:teuthology.orchestra.run.smithi096.stderr:Verifying podman|docker is present... 2023-11-16T02:03:13.870 INFO:teuthology.orchestra.run.smithi096.stderr:Verifying lvm2 is present... 2023-11-16T02:03:13.870 INFO:teuthology.orchestra.run.smithi096.stderr:Verifying time synchronization is in place... 2023-11-16T02:03:13.878 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T02:03:13.886 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: inactive 2023-11-16T02:03:13.892 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-16T02:03:13.900 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: inactive 2023-11-16T02:03:13.910 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: enabled 2023-11-16T02:03:13.917 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: inactive 2023-11-16T02:03:13.923 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-16T02:03:13.929 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: inactive 2023-11-16T02:03:13.938 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: enabled 2023-11-16T02:03:13.946 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: active 2023-11-16T02:03:13.947 INFO:teuthology.orchestra.run.smithi096.stderr:Unit ntp.service is enabled and running 2023-11-16T02:03:13.947 INFO:teuthology.orchestra.run.smithi096.stderr:Repeating the final host check... 2023-11-16T02:03:13.947 INFO:teuthology.orchestra.run.smithi096.stderr:docker (/usr/bin/docker) is present 2023-11-16T02:03:13.948 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl is present 2023-11-16T02:03:13.948 INFO:teuthology.orchestra.run.smithi096.stderr:lvcreate is present 2023-11-16T02:03:13.954 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T02:03:13.961 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: inactive 2023-11-16T02:03:13.968 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-16T02:03:13.975 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: inactive 2023-11-16T02:03:13.984 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: enabled 2023-11-16T02:03:13.991 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: inactive 2023-11-16T02:03:13.999 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-16T02:03:14.007 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: inactive 2023-11-16T02:03:14.017 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: enabled 2023-11-16T02:03:14.024 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: active 2023-11-16T02:03:14.025 INFO:teuthology.orchestra.run.smithi096.stderr:Unit ntp.service is enabled and running 2023-11-16T02:03:14.025 INFO:teuthology.orchestra.run.smithi096.stderr:Host looks OK 2023-11-16T02:03:14.025 INFO:teuthology.orchestra.run.smithi096.stderr:Cluster fsid: 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:14.026 INFO:teuthology.orchestra.run.smithi096.stderr:Acquiring lock 140452919411992 on /run/cephadm/4c25bd38-8424-11ee-8dbe-212e2dc638e7.lock 2023-11-16T02:03:14.026 INFO:teuthology.orchestra.run.smithi096.stderr:Lock 140452919411992 acquired on /run/cephadm/4c25bd38-8424-11ee-8dbe-212e2dc638e7.lock 2023-11-16T02:03:14.026 INFO:teuthology.orchestra.run.smithi096.stderr:Verifying IP 172.21.15.96 port 3300 ... 2023-11-16T02:03:14.026 INFO:teuthology.orchestra.run.smithi096.stderr:Verifying IP 172.21.15.96 port 6789 ... 2023-11-16T02:03:14.026 INFO:teuthology.orchestra.run.smithi096.stderr:Base mon IP(s) is [172.21.15.96:3300, 172.21.15.96:6789], mon addrv is [v2:172.21.15.96:3300,v1:172.21.15.96:6789] 2023-11-16T02:03:14.031 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-11-16T02:03:14.031 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.96 metric 100 2023-11-16T02:03:14.031 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-16T02:03:14.032 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.96 2023-11-16T02:03:14.032 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.96 metric 100 2023-11-16T02:03:14.034 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-16T02:03:14.035 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-11-16T02:03:14.038 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-16T02:03:14.038 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-16T02:03:14.039 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T02:03:14.039 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-16T02:03:14.039 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cc0d/64 scope link 2023-11-16T02:03:14.040 INFO:teuthology.orchestra.run.smithi096.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T02:03:14.041 INFO:teuthology.orchestra.run.smithi096.stderr:Mon IP `172.21.15.96` is in CIDR network `172.21.0.0/20` 2023-11-16T02:03:14.041 INFO:teuthology.orchestra.run.smithi096.stderr:Mon IP `172.21.15.96` is in CIDR network `172.21.0.0/20` 2023-11-16T02:03:14.041 INFO:teuthology.orchestra.run.smithi096.stderr:Mon IP `172.21.15.96` is in CIDR network `172.21.15.254/32` 2023-11-16T02:03:14.041 INFO:teuthology.orchestra.run.smithi096.stderr:Mon IP `172.21.15.96` is in CIDR network `172.21.15.254/32` 2023-11-16T02:03:14.041 INFO:teuthology.orchestra.run.smithi096.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-11-16T02:03:14.042 INFO:teuthology.orchestra.run.smithi096.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-16T02:03:14.042 INFO:teuthology.orchestra.run.smithi096.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac... 2023-11-16T02:03:14.391 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac: Pulling from ceph-ci/ceph 2023-11-16T02:03:14.397 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: 837e66e3ff89: Pulling fs layer 2023-11-16T02:03:14.397 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: 0b35c5e1bfec: Pulling fs layer 2023-11-16T02:03:15.138 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: 837e66e3ff89: Verifying Checksum 2023-11-16T02:03:15.138 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: 837e66e3ff89: Download complete 2023-11-16T02:03:16.906 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: 0b35c5e1bfec: Verifying Checksum 2023-11-16T02:03:16.906 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: 0b35c5e1bfec: Download complete 2023-11-16T02:03:17.560 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: 837e66e3ff89: Pull complete 2023-11-16T02:03:27.481 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: 0b35c5e1bfec: Pull complete 2023-11-16T02:03:32.087 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: Digest: sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c 2023-11-16T02:03:32.087 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T02:03:32.087 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T02:03:37.655 INFO:teuthology.orchestra.run.smithi096.stderr:ceph: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-16T02:03:38.177 INFO:teuthology.orchestra.run.smithi096.stderr:Ceph version: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-16T02:03:38.177 INFO:teuthology.orchestra.run.smithi096.stderr:Extracting ceph user uid/gid from container image... 2023-11-16T02:03:39.029 INFO:teuthology.orchestra.run.smithi096.stderr:stat: 167 167 2023-11-16T02:03:39.506 INFO:teuthology.orchestra.run.smithi096.stderr:Creating initial keys... 2023-11-16T02:03:40.332 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-authtool: AQB8eFVle+mXExAAaK1702+m/YMCtXyC71rAjA== 2023-11-16T02:03:41.639 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-authtool: AQB9eFVl2mHlJRAAMBNf6H+MEo+mwBgM7YU08w== 2023-11-16T02:03:42.963 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-authtool: AQB+eFVloQo6ORAAMiX/SpzqBM8FMl0R56ccwA== 2023-11-16T02:03:43.463 INFO:teuthology.orchestra.run.smithi096.stderr:Creating initial monmap... 2023-11-16T02:03:44.312 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T02:03:44.312 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:44.312 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T02:03:44.815 INFO:teuthology.orchestra.run.smithi096.stderr:monmaptool for smithi096 [v2:172.21.15.96:3300,v1:172.21.15.96:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T02:03:44.815 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/monmaptool: set fsid to 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:44.816 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T02:03:44.816 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:03:44.816 INFO:teuthology.orchestra.run.smithi096.stderr:Creating mon... 2023-11-16T02:03:45.702 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T02:03:45.702 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 1 imported monmap: 2023-11-16T02:03:45.702 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-16T02:03:45.702 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:45.703 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: last_changed 2023-11-16T02:03:44.308613+0000 2023-11-16T02:03:45.703 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: created 2023-11-16T02:03:44.308613+0000 2023-11-16T02:03:45.703 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-16T02:03:45.703 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-16T02:03:45.703 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.smithi096 2023-11-16T02:03:45.703 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.703 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 0 /usr/bin/ceph-mon: set fsid to 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:45.709 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T02:03:45.709 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.709 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T02:03:45.709 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Compile date Nov 14 2023 2023-11-16T02:03:45.709 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: DB SUMMARY 2023-11-16T02:03:45.709 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.709 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi096/store.db dir, Total Num: 0, files: 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi096/store.db: 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.error_if_exists: 0 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.create_if_missing: 1 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.env: 0x5641fcd57080 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.fs: Posix File System 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.info_log: 0x5641fe2673a0 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.statistics: (nil) 2023-11-16T02:03:45.710 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.use_fsync: 0 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.db_log_dir: 2023-11-16T02:03:45.711 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi096/store.db 2023-11-16T02:03:45.712 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T02:03:45.712 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T02:03:45.712 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T02:03:45.712 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T02:03:45.712 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T02:03:45.712 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T02:03:45.712 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T02:03:45.712 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.write_buffer_manager: 0x5641fe26d980 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T02:03:45.738 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.unordered_write: 0 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.row_cache: None 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.wal_filter: None 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T02:03:45.739 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.two_write_queues: 0 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.atomic_flush: 0 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T02:03:45.740 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.max_open_files: -1 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Compression algorithms supported: 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: kZSTD supported: 0 2023-11-16T02:03:45.741 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: kXpressCompression supported: 0 2023-11-16T02:03:45.742 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T02:03:45.742 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T02:03:45.742 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T02:03:45.742 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: kZlibCompression supported: 1 2023-11-16T02:03:45.742 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.693+0000 7f4b331e8880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.697+0000 7f4b331e8880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi096/store.db/MANIFEST-000001 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.merge_operator: 2023-11-16T02:03:45.743 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_filter: None 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5641fe17bd38) 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-16T02:03:45.744 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: block_cache: 0x5641fe1b2d10 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-16T02:03:45.745 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-16T02:03:45.746 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compression: NoCompression 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.num_levels: 7 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T02:03:45.747 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T02:03:45.748 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T02:03:45.748 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T02:03:45.748 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:03:45.748 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T02:03:45.748 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T02:03:45.748 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T02:03:45.748 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T02:03:45.748 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T02:03:45.755 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:03:45.755 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T02:03:45.755 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T02:03:45.755 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T02:03:45.755 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T02:03:45.755 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T02:03:45.755 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T02:03:45.755 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T02:03:45.756 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T02:03:45.757 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.table_properties_collectors: 2023-11-16T02:03:45.758 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T02:03:45.758 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T02:03:45.758 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T02:03:45.758 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T02:03:45.758 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.bloom_locality: 0 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.ttl: 2592000 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi096/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-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.701+0000 7f4b331e8880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.759 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.705+0000 7f4b331e8880 4 rocksdb: DB pointer 0x5641fe27b800 2023-11-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.705+0000 7f4b1c06f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.705+0000 7f4b1c06f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T02:03:45.760 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:03:45.761 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:03:45.762 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.762 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.762 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.762 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.762 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:03:45.762 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.765 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T02:03:45.765 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:03:45.766 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:03:45.767 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:03:45.767 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:03:45.767 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:03:45.769 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.769 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.769 INFO:teuthology.orchestra.run.smithi096.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-16T02:03:45.770 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.770 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:03:45.770 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: 2023-11-16T02:03:45.770 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.705+0000 7f4b331e8880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-16T02:03:45.770 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.705+0000 7f4b331e8880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-16T02:03:45.770 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph-mon: debug 2023-11-16T02:03:45.705+0000 7f4b331e8880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi096 for mon.smithi096 2023-11-16T02:03:46.230 INFO:teuthology.orchestra.run.smithi096.stderr:create mon.smithi096 on 2023-11-16T02:03:46.372 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-11-16T02:03:46.490 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7.target. 2023-11-16T02:03:46.490 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7.target. 2023-11-16T02:03:46.742 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Failed to reset failed state of unit ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mon.smithi096.service: Unit ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mon.smithi096.service is not loaded. 2023-11-16T02:03:46.746 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7.target.wants/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mon.smithi096.service -> /etc/systemd/system/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T02:03:46.873 INFO:teuthology.orchestra.run.smithi096.stderr:firewalld does not appear to be present 2023-11-16T02:03:46.873 INFO:teuthology.orchestra.run.smithi096.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T02:03:46.873 INFO:teuthology.orchestra.run.smithi096.stderr:Waiting for mon to start... 2023-11-16T02:03:46.874 INFO:teuthology.orchestra.run.smithi096.stderr:Waiting for mon... 2023-11-16T02:03:47.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:46 smithi096 systemd[1]: Started Ceph mon.smithi096 for 4c25bd38-8424-11ee-8dbe-212e2dc638e7. 2023-11-16T02:03:48.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:48 smithi096 bash[25279]: cluster 2023-11-16T02:03:48.184747+0000 mon.smithi096 (mon.0) 0 : [INF] mkfs 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:48.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:48 smithi096 bash[25279]: cluster 2023-11-16T02:03:48.166188+0000 mon.smithi096 (mon.0) 1 : cluster [INF] mon.smithi096 is new leader, mons smithi096 in quorum (ranks 0) 2023-11-16T02:03:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: cluster: 2023-11-16T02:03:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: id: 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-16T02:03:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:03:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: services: 2023-11-16T02:03:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi096 (age 0.322574s) 2023-11-16T02:03:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-16T02:03:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-16T02:03:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:03:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: data: 2023-11-16T02:03:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-16T02:03:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-16T02:03:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-16T02:03:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: pgs: 2023-11-16T02:03:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:03:49.088 INFO:teuthology.orchestra.run.smithi096.stderr:mon is available 2023-11-16T02:03:49.088 INFO:teuthology.orchestra.run.smithi096.stderr:Assimilating anything we can from ceph.conf... 2023-11-16T02:03:49.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:49 smithi096 bash[25279]: cluster 2023-11-16T02:03:48.179774+0000 mon.smithi096 (mon.0) 2 : cluster [INF] mon.smithi096 is new leader, mons smithi096 in quorum (ranks 0) 2023-11-16T02:03:49.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:49 smithi096 bash[25279]: cluster 2023-11-16T02:03:48.181377+0000 mon.smithi096 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi096=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0]} removed_ranks: {} 2023-11-16T02:03:49.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:49 smithi096 bash[25279]: cluster 2023-11-16T02:03:48.191055+0000 mon.smithi096 (mon.0) 4 : cluster [DBG] fsmap 2023-11-16T02:03:49.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:49 smithi096 bash[25279]: cluster 2023-11-16T02:03:48.204328+0000 mon.smithi096 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-16T02:03:49.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:49 smithi096 bash[25279]: cluster 2023-11-16T02:03:48.205789+0000 mon.smithi096 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-16T02:03:49.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:49 smithi096 bash[25279]: audit 2023-11-16T02:03:48.502260+0000 mon.smithi096 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.96:0/2175914344' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-16T02:03:50.316 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:03:50.316 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: [global] 2023-11-16T02:03:50.316 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: fsid = 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:50.316 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.96:3300,v1:172.21.15.96:6789] 2023-11-16T02:03:50.317 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T02:03:50.317 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T02:03:50.318 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T02:03:50.318 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T02:03:50.318 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:03:50.318 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: [mgr] 2023-11-16T02:03:50.318 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T02:03:50.318 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:03:50.318 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: [osd] 2023-11-16T02:03:50.318 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T02:03:50.318 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T02:03:50.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:50 smithi096 bash[25279]: audit 2023-11-16T02:03:50.305304+0000 mon.smithi096 (mon.0) 8 : audit [INF] from='client.? 172.21.15.96:0/2423865835' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T02:03:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:50 smithi096 bash[25279]: audit 2023-11-16T02:03:50.311622+0000 mon.smithi096 (mon.0) 9 : audit [INF] from='client.? 172.21.15.96:0/2423865835' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-16T02:03:50.867 INFO:teuthology.orchestra.run.smithi096.stderr:Generating new minimal ceph.conf... 2023-11-16T02:03:52.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:52 smithi096 bash[25279]: audit 2023-11-16T02:03:52.000964+0000 mon.smithi096 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.96:0/42668176' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:03:52.522 INFO:teuthology.orchestra.run.smithi096.stderr:Restarting the monitor... 2023-11-16T02:03:52.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:52 smithi096 systemd[1]: Stopping Ceph mon.smithi096 for 4c25bd38-8424-11ee-8dbe-212e2dc638e7... 2023-11-16T02:03:52.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:52 smithi096 bash[25805]: Error response from daemon: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-mon.smithi096 2023-11-16T02:03:52.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:52 smithi096 bash[25279]: debug 2023-11-16T02:03:52.709+0000 7f83ac4f8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi096 -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-16T02:03:52.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:52 smithi096 bash[25279]: debug 2023-11-16T02:03:52.709+0000 7f83ac4f8700 -1 mon.smithi096@0(leader) e1 *** Got Signal Terminated *** 2023-11-16T02:03:53.575 INFO:teuthology.orchestra.run.smithi096.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-11-16T02:03:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:53 smithi096 bash[25805]: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-mon-smithi096 2023-11-16T02:03:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:53 smithi096 systemd[1]: Stopped Ceph mon.smithi096 for 4c25bd38-8424-11ee-8dbe-212e2dc638e7. 2023-11-16T02:03:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:53 smithi096 systemd[1]: Started Ceph mon.smithi096 for 4c25bd38-8424-11ee-8dbe-212e2dc638e7. 2023-11-16T02:03:55.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.809+0000 7f27a7aab880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T02:03:55.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.809+0000 7f27a7aab880 0 ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable), process ceph-mon, pid 7 2023-11-16T02:03:55.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.809+0000 7f27a7aab880 0 pidfile_write: ignore empty --pid-file 2023-11-16T02:03:55.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 0 load: jerasure load: lrc load: isa 2023-11-16T02:03:55.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T02:03:55.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T02:03:55.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Compile date Nov 14 2023 2023-11-16T02:03:55.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: DB SUMMARY 2023-11-16T02:03:55.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: CURRENT file: CURRENT 2023-11-16T02:03:55.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-16T02:03:55.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-16T02:03:55.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi096/store.db dir, Total Num: 1, files: 000004.sst 2023-11-16T02:03:55.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi096/store.db: 000006.log size: 86515 ; 2023-11-16T02:03:55.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.error_if_exists: 0 2023-11-16T02:03:55.111 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.create_if_missing: 0 2023-11-16T02:03:55.111 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T02:03:55.112 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.env: 0x5646ddc45080 2023-11-16T02:03:55.112 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.fs: Posix File System 2023-11-16T02:03:55.112 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.info_log: 0x5646e0036580 2023-11-16T02:03:55.112 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T02:03:55.113 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.statistics: (nil) 2023-11-16T02:03:55.113 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.use_fsync: 0 2023-11-16T02:03:55.113 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T02:03:55.113 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T02:03:55.113 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T02:03:55.114 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T02:03:55.114 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T02:03:55.114 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T02:03:55.114 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T02:03:55.114 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T02:03:55.114 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T02:03:55.114 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T02:03:55.115 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T02:03:55.115 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.db_log_dir: 2023-11-16T02:03:55.115 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi096/store.db 2023-11-16T02:03:55.115 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T02:03:55.115 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T02:03:55.115 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T02:03:55.115 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T02:03:55.116 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T02:03:55.116 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T02:03:55.116 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T02:03:55.116 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T02:03:55.116 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T02:03:55.116 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T02:03:55.116 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.write_buffer_manager: 0x5646e0c84480 2023-11-16T02:03:55.117 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T02:03:55.117 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T02:03:55.117 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T02:03:55.117 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T02:03:55.117 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T02:03:55.117 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T02:03:55.117 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T02:03:55.118 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T02:03:55.118 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T02:03:55.118 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.unordered_write: 0 2023-11-16T02:03:55.118 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T02:03:55.118 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T02:03:55.118 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T02:03:55.119 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T02:03:55.119 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.row_cache: None 2023-11-16T02:03:55.119 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.wal_filter: None 2023-11-16T02:03:55.119 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T02:03:55.119 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T02:03:55.119 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T02:03:55.119 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.two_write_queues: 0 2023-11-16T02:03:55.120 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T02:03:55.120 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.atomic_flush: 0 2023-11-16T02:03:55.120 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T02:03:55.120 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T02:03:55.120 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T02:03:55.120 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T02:03:55.120 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T02:03:55.120 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T02:03:55.121 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T02:03:55.121 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T02:03:55.121 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T02:03:55.122 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T02:03:55.122 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T02:03:55.122 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T02:03:55.123 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T02:03:55.123 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T02:03:55.123 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T02:03:55.123 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_open_files: -1 2023-11-16T02:03:55.124 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T02:03:55.124 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T02:03:55.124 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T02:03:55.125 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T02:03:55.125 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Compression algorithms supported: 2023-11-16T02:03:55.125 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T02:03:55.125 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: kZSTD supported: 0 2023-11-16T02:03:55.125 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: kXpressCompression supported: 0 2023-11-16T02:03:55.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T02:03:55.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T02:03:55.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T02:03:55.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: kZlibCompression supported: 1 2023-11-16T02:03:55.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T02:03:55.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T02:03:55.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi096/store.db/MANIFEST-000005 2023-11-16T02:03:55.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T02:03:55.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T02:03:55.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.merge_operator: 2023-11-16T02:03:55.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_filter: None 2023-11-16T02:03:55.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T02:03:55.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T02:03:55.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T02:03:55.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5646dffd9d30) 2023-11-16T02:03:55.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: cache_index_and_filter_blocks: 1 2023-11-16T02:03:55.132 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T02:03:55.133 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T02:03:55.135 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: pin_top_level_index_and_filter: 1 2023-11-16T02:03:55.136 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: index_type: 0 2023-11-16T02:03:55.136 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: data_block_index_type: 0 2023-11-16T02:03:55.136 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: index_shortening: 1 2023-11-16T02:03:55.136 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: data_block_hash_table_util_ratio: 0.750000 2023-11-16T02:03:55.136 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: hash_index_allow_collision: 1 2023-11-16T02:03:55.138 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: checksum: 1 2023-11-16T02:03:55.138 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: no_block_cache: 0 2023-11-16T02:03:55.138 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: block_cache: 0x5646e0010f10 2023-11-16T02:03:55.139 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: block_cache_name: BinnedLRUCache 2023-11-16T02:03:55.139 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: block_cache_options: 2023-11-16T02:03:55.139 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: capacity : 536870912 2023-11-16T02:03:55.139 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: num_shard_bits : 4 2023-11-16T02:03:55.139 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: strict_capacity_limit : 0 2023-11-16T02:03:55.139 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: high_pri_pool_ratio: 0.000 2023-11-16T02:03:55.140 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: block_cache_compressed: (nil) 2023-11-16T02:03:55.140 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: persistent_cache: (nil) 2023-11-16T02:03:55.141 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: block_size: 4096 2023-11-16T02:03:55.141 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: block_size_deviation: 10 2023-11-16T02:03:55.142 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: block_restart_interval: 16 2023-11-16T02:03:55.149 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: index_block_restart_interval: 1 2023-11-16T02:03:55.151 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: metadata_block_size: 4096 2023-11-16T02:03:55.151 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: partition_filters: 0 2023-11-16T02:03:55.151 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: use_delta_encoding: 1 2023-11-16T02:03:55.151 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T02:03:55.151 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: whole_key_filtering: 1 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: verify_compression: 0 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: read_amp_bytes_per_bit: 0 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: format_version: 2 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: enable_index_compression: 1 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: block_align: 0 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compression: NoCompression 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.num_levels: 7 2023-11-16T02:03:55.152 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T02:03:55.153 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T02:03:55.153 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T02:03:55.153 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T02:03:55.153 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T02:03:55.154 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T02:03:55.154 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T02:03:55.154 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:03:55.154 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T02:03:55.154 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T02:03:55.154 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T02:03:55.154 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T02:03:55.154 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T02:03:55.155 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:03:55.155 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T02:03:55.155 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T02:03:55.155 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T02:03:55.155 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T02:03:55.172 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T02:03:55.172 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T02:03:55.172 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T02:03:55.172 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T02:03:55.172 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T02:03:55.172 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T02:03:55.172 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T02:03:55.173 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T02:03:55.173 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T02:03:55.173 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T02:03:55.173 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T02:03:55.173 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T02:03:55.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.table_properties_collectors: 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.bloom_locality: 0 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T02:03:55.175 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.ttl: 2592000 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.817+0000 7f27a7aab880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.821+0000 7f27a7aab880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi096/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-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.821+0000 7f27a7aab880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.821+0000 7f27a7aab880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700100234821771, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.821+0000 7f27a7aab880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.821+0000 7f27a7aab880 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-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.821+0000 7f27a7aab880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700100234823237, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83388, "table_properties": {"data_size": 81655, "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": 76167, "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": 1700100234, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.821+0000 7f27a7aab880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-16T02:03:55.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.821+0000 7f27a7aab880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700100234823977, "job": 1, "event": "recovery_finished"} 2023-11-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.821+0000 7f27a7aab880 4 rocksdb: DB pointer 0x5646e00d9800 2023-11-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f278e8b1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f278e8b1700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ** DB Stats ** 2023-11-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T02:03:55.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:03:55.178 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ** Compaction Stats [default] ** 2023-11-16T02:03:55.178 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.178 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:03:55.178 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 80.7 0.00 0.00 1 0.001 0 0 2023-11-16T02:03:55.179 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 80.7 0.00 0.00 1 0.001 0 0 2023-11-16T02:03:55.179 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 80.7 0.00 0.00 1 0.001 0 0 2023-11-16T02:03:55.179 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ** Compaction Stats [default] ** 2023-11-16T02:03:55.179 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.179 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:03:55.179 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 80.7 0.00 0.00 1 0.001 0 0 2023-11-16T02:03:55.179 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:03:55.179 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:03:55.179 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Cumulative compaction: 0.00 GB write, 11.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Interval compaction: 0.00 GB write, 11.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ** Compaction Stats [default] ** 2023-11-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:03:55.180 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 80.7 0.00 0.00 1 0.001 0 0 2023-11-16T02:03:55.181 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 80.7 0.00 0.00 1 0.001 0 0 2023-11-16T02:03:55.181 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.181 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ** Compaction Stats [default] ** 2023-11-16T02:03:55.181 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.181 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:03:55.181 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 80.7 0.00 0.00 1 0.001 0 0 2023-11-16T02:03:55.181 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:03:55.181 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:03:55.182 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:03:55.182 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:03:55.182 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:03:55.182 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:03:55.182 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: Cumulative compaction: 0.00 GB write, 11.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:03:55.182 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.182 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f27a7aab880 0 starting mon.smithi096 rank 0 at public addrs [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] at bind addrs [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi096 fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f27a7aab880 1 mon.smithi096@-1(???) e1 preinit fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f27a7aab880 0 mon.smithi096@-1(???).mds e1 new map 2023-11-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f27a7aab880 0 mon.smithi096@-1(???).mds e1 print_map 2023-11-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: e1 2023-11-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 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-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: legacy client fscid: -1 2023-11-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: 2023-11-16T02:03:55.183 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: No filesystems configured 2023-11-16T02:03:55.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f27a7aab880 0 mon.smithi096@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T02:03:55.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f27a7aab880 0 mon.smithi096@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T02:03:55.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f27a7aab880 0 mon.smithi096@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T02:03:55.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: audit 2023-11-16T02:03:52.000964+0000 mon.smithi096 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.96:0/42668176' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:03:55.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: debug 2023-11-16T02:03:54.825+0000 7f27a7aab880 1 mon.smithi096@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-16T02:03:55.185 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: cluster 2023-11-16T02:03:54.832709+0000 mon.smithi096 (mon.0) 1 : cluster [INF] mon.smithi096 is new leader, mons smithi096 in quorum (ranks 0) 2023-11-16T02:03:55.185 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: cluster 2023-11-16T02:03:54.832829+0000 mon.smithi096 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi096=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0]} removed_ranks: {} 2023-11-16T02:03:55.185 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: cluster 2023-11-16T02:03:54.833759+0000 mon.smithi096 (mon.0) 3 : cluster [DBG] fsmap 2023-11-16T02:03:55.185 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: cluster 2023-11-16T02:03:54.833841+0000 mon.smithi096 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-16T02:03:55.185 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:54 smithi096 bash[25928]: cluster 2023-11-16T02:03:54.834557+0000 mon.smithi096 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-16T02:03:55.783 INFO:teuthology.orchestra.run.smithi096.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-16T02:03:55.783 INFO:teuthology.orchestra.run.smithi096.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:03:55.783 INFO:teuthology.orchestra.run.smithi096.stderr:Creating mgr... 2023-11-16T02:03:55.783 INFO:teuthology.orchestra.run.smithi096.stderr:Verifying port 9283 ... 2023-11-16T02:03:55.919 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Failed to reset failed state of unit ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mgr.smithi096.ejdhsd.service: Unit ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mgr.smithi096.ejdhsd.service is not loaded. 2023-11-16T02:03:55.926 INFO:teuthology.orchestra.run.smithi096.stderr:systemctl: Created symlink /etc/systemd/system/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7.target.wants/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mgr.smithi096.ejdhsd.service -> /etc/systemd/system/ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T02:03:56.054 INFO:teuthology.orchestra.run.smithi096.stderr:firewalld does not appear to be present 2023-11-16T02:03:56.055 INFO:teuthology.orchestra.run.smithi096.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T02:03:56.055 INFO:teuthology.orchestra.run.smithi096.stderr:firewalld does not appear to be present 2023-11-16T02:03:56.055 INFO:teuthology.orchestra.run.smithi096.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-16T02:03:56.056 INFO:teuthology.orchestra.run.smithi096.stderr:Waiting for mgr to start... 2023-11-16T02:03:56.056 INFO:teuthology.orchestra.run.smithi096.stderr:Waiting for mgr... 2023-11-16T02:03:56.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:56 smithi096 bash[25928]: audit 2023-11-16T02:03:55.170937+0000 mon.smithi096 (mon.0) 6 : audit [INF] from='client.? 172.21.15.96:0/3955216353' entity='client.admin' 2023-11-16T02:03:57.819 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:03:57.819 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: { 2023-11-16T02:03:57.820 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "fsid": "4c25bd38-8424-11ee-8dbe-212e2dc638e7", 2023-11-16T02:03:57.820 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "health": { 2023-11-16T02:03:57.820 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T02:03:57.820 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T02:03:57.820 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T02:03:57.820 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:03:57.821 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T02:03:57.821 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T02:03:57.822 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 0 2023-11-16T02:03:57.822 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ], 2023-11-16T02:03:57.822 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T02:03:57.822 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "smithi096" 2023-11-16T02:03:57.822 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ], 2023-11-16T02:03:57.822 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-16T02:03:57.824 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T02:03:57.824 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:03:57.824 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T02:03:57.824 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T02:03:57.824 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:03:57.824 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T02:03:57.824 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:03:57.825 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T02:03:57.825 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T02:03:57.825 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T02:03:57.825 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T02:03:57.825 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T02:03:57.825 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T02:03:57.825 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:03:57.825 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T02:03:57.825 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T02:03:57.827 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T02:03:57.827 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T02:03:57.827 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T02:03:57.827 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T02:03:57.827 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T02:03:57.828 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T02:03:57.828 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T02:03:57.828 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:03:57.829 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T02:03:57.829 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:03:57.829 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T02:03:57.829 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T02:03:57.829 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:03:57.829 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T02:03:57.829 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "available": false, 2023-11-16T02:03:57.829 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T02:03:57.830 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T02:03:57.830 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "iostat", 2023-11-16T02:03:57.830 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "nfs", 2023-11-16T02:03:57.830 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "restful" 2023-11-16T02:03:57.831 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ], 2023-11-16T02:03:57.831 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:03:57.831 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:03:57.831 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T02:03:57.831 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:03:57.831 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "modified": "2023-11-16T02:03:48.185822+0000", 2023-11-16T02:03:57.831 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:03:57.832 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:03:57.832 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T02:03:57.832 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: } 2023-11-16T02:03:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:03:57 smithi096 bash[25928]: audit 2023-11-16T02:03:57.815190+0000 mon.smithi096 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.96:0/2247068330' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T02:03:58.353 INFO:teuthology.orchestra.run.smithi096.stderr:mgr not available, waiting (1/15)... 2023-11-16T02:04:01.628 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:04:01.647 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: { 2023-11-16T02:04:01.655 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "fsid": "4c25bd38-8424-11ee-8dbe-212e2dc638e7", 2023-11-16T02:04:01.655 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "health": { 2023-11-16T02:04:01.655 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T02:04:01.655 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T02:04:01.655 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T02:04:01.655 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:01.655 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T02:04:01.655 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T02:04:01.656 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 0 2023-11-16T02:04:01.656 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ], 2023-11-16T02:04:01.657 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T02:04:01.657 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "smithi096" 2023-11-16T02:04:01.657 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ], 2023-11-16T02:04:01.657 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-16T02:04:01.657 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T02:04:01.657 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:04:01.657 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T02:04:01.657 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T02:04:01.657 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:01.658 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T02:04:01.658 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:04:01.659 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T02:04:01.659 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T02:04:01.659 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T02:04:01.659 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T02:04:01.659 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T02:04:01.660 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T02:04:01.660 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:01.660 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T02:04:01.660 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T02:04:01.660 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T02:04:01.660 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T02:04:01.661 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T02:04:01.661 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T02:04:01.661 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T02:04:01.661 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T02:04:01.661 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T02:04:01.661 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:01.661 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "available": false, 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "iostat", 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "nfs", 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "restful" 2023-11-16T02:04:01.662 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ], 2023-11-16T02:04:01.663 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:04:01.663 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:01.663 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T02:04:01.663 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:04:01.663 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "modified": "2023-11-16T02:03:48.185822+0000", 2023-11-16T02:04:01.663 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:04:01.663 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:01.663 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T02:04:01.663 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: } 2023-11-16T02:04:01.823 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:01 smithi096 bash[25928]: audit 2023-11-16T02:04:01.623782+0000 mon.smithi096 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.96:0/877584354' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T02:04:02.217 INFO:teuthology.orchestra.run.smithi096.stderr:mgr not available, waiting (2/15)... 2023-11-16T02:04:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: cluster 2023-11-16T02:04:03.823415+0000 mon.smithi096 (mon.0) 9 : cluster [INF] Activating manager daemon smithi096.ejdhsd 2023-11-16T02:04:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: cluster 2023-11-16T02:04:03.829851+0000 mon.smithi096 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi096.ejdhsd(active, starting, since 0.00662606s) 2023-11-16T02:04:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.832028+0000 mon.smithi096 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T02:04:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.832372+0000 mon.smithi096 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T02:04:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.832698+0000 mon.smithi096 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T02:04:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.833100+0000 mon.smithi096 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi096"}]: dispatch 2023-11-16T02:04:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.833871+0000 mon.smithi096 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr metadata", "who": "smithi096.ejdhsd", "id": "smithi096.ejdhsd"}]: dispatch 2023-11-16T02:04:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: cluster 2023-11-16T02:04:03.838052+0000 mon.smithi096 (mon.0) 16 : cluster [INF] Manager daemon smithi096.ejdhsd is now available 2023-11-16T02:04:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.853241+0000 mon.smithi096 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:04.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.861620+0000 mon.smithi096 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi096.ejdhsd/mirror_snapshot_schedule"}]: dispatch 2023-11-16T02:04:04.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.866137+0000 mon.smithi096 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi096.ejdhsd/trash_purge_schedule"}]: dispatch 2023-11-16T02:04:04.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.871029+0000 mon.smithi096 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:04.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:03 smithi096 bash[25928]: audit 2023-11-16T02:04:03.874027+0000 mon.smithi096 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.96:0/647789984' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:05.925 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:04:05.925 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: { 2023-11-16T02:04:05.925 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "fsid": "4c25bd38-8424-11ee-8dbe-212e2dc638e7", 2023-11-16T02:04:05.925 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "health": { 2023-11-16T02:04:05.925 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T02:04:05.926 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T02:04:05.926 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T02:04:05.926 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:05.927 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T02:04:05.927 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T02:04:05.927 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 0 2023-11-16T02:04:05.927 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ], 2023-11-16T02:04:05.928 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T02:04:05.928 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "smithi096" 2023-11-16T02:04:05.928 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ], 2023-11-16T02:04:05.928 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-16T02:04:05.928 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T02:04:05.928 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T02:04:05.931 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:05.932 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T02:04:05.932 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T02:04:05.932 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T02:04:05.932 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T02:04:05.932 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T02:04:05.932 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T02:04:05.932 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T02:04:05.933 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T02:04:05.933 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T02:04:05.935 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:05.935 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T02:04:05.935 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:04:05.935 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T02:04:05.935 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T02:04:05.935 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:05.935 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T02:04:05.935 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "available": true, 2023-11-16T02:04:05.935 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "iostat", 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "nfs", 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "restful" 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ], 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "modified": "2023-11-16T02:03:48.185822+0000", 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "services": {} 2023-11-16T02:04:05.936 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: }, 2023-11-16T02:04:05.937 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T02:04:05.937 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: } 2023-11-16T02:04:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:05 smithi096 bash[25928]: cluster 2023-11-16T02:04:04.835303+0000 mon.smithi096 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi096.ejdhsd(active, since 1.01207s) 2023-11-16T02:04:06.423 INFO:teuthology.orchestra.run.smithi096.stderr:mgr is available 2023-11-16T02:04:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:06 smithi096 bash[25928]: cluster 2023-11-16T02:04:05.842339+0000 mon.smithi096 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi096.ejdhsd(active, since 2s) 2023-11-16T02:04:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:06 smithi096 bash[25928]: audit 2023-11-16T02:04:05.920631+0000 mon.smithi096 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.96:0/3747915938' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T02:04:07.861 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: [global] 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: fsid = 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: [mgr] 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T02:04:07.862 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 2023-11-16T02:04:07.863 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: [osd] 2023-11-16T02:04:07.863 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T02:04:07.863 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T02:04:08.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:07 smithi096 bash[25928]: audit 2023-11-16T02:04:07.855673+0000 mon.smithi096 (mon.0) 25 : audit [INF] from='client.? 172.21.15.96:0/3513392063' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T02:04:08.455 INFO:teuthology.orchestra.run.smithi096.stderr:Enabling cephadm module... 2023-11-16T02:04:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:10 smithi096 bash[25928]: audit 2023-11-16T02:04:09.869597+0000 mon.smithi096 (mon.0) 26 : audit [INF] from='client.? 172.21.15.96:0/2087328777' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-16T02:04:12.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:11 smithi096 bash[25928]: audit 2023-11-16T02:04:10.849387+0000 mon.smithi096 (mon.0) 27 : audit [INF] from='client.? 172.21.15.96:0/2087328777' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-16T02:04:12.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:11 smithi096 bash[25928]: cluster 2023-11-16T02:04:10.849519+0000 mon.smithi096 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi096.ejdhsd(active, since 7s) 2023-11-16T02:04:13.002 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: { 2023-11-16T02:04:13.003 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-16T02:04:13.003 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "available": true, 2023-11-16T02:04:13.003 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "active_name": "smithi096.ejdhsd", 2023-11-16T02:04:13.003 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T02:04:13.003 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: } 2023-11-16T02:04:13.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:13 smithi096 bash[25928]: audit 2023-11-16T02:04:12.998216+0000 mon.smithi096 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.96:0/2138983942' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T02:04:13.567 INFO:teuthology.orchestra.run.smithi096.stderr:Waiting for the mgr to restart... 2023-11-16T02:04:13.567 INFO:teuthology.orchestra.run.smithi096.stderr:Waiting for mgr epoch 5... 2023-11-16T02:04:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: cluster 2023-11-16T02:04:17.167166+0000 mon.smithi096 (mon.0) 30 : cluster [INF] Active manager daemon smithi096.ejdhsd restarted 2023-11-16T02:04:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: cluster 2023-11-16T02:04:17.167758+0000 mon.smithi096 (mon.0) 31 : cluster [INF] Activating manager daemon smithi096.ejdhsd 2023-11-16T02:04:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: cluster 2023-11-16T02:04:17.173972+0000 mon.smithi096 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-16T02:04:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: cluster 2023-11-16T02:04:17.174237+0000 mon.smithi096 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi096.ejdhsd(active, starting, since 0.00672445s) 2023-11-16T02:04:17.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: audit 2023-11-16T02:04:17.176037+0000 mon.smithi096 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi096"}]: dispatch 2023-11-16T02:04:17.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: audit 2023-11-16T02:04:17.177822+0000 mon.smithi096 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr metadata", "who": "smithi096.ejdhsd", "id": "smithi096.ejdhsd"}]: dispatch 2023-11-16T02:04:17.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: audit 2023-11-16T02:04:17.179497+0000 mon.smithi096 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T02:04:17.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: audit 2023-11-16T02:04:17.179849+0000 mon.smithi096 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T02:04:17.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: audit 2023-11-16T02:04:17.180139+0000 mon.smithi096 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T02:04:17.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: cluster 2023-11-16T02:04:17.184906+0000 mon.smithi096 (mon.0) 39 : cluster [INF] Manager daemon smithi096.ejdhsd is now available 2023-11-16T02:04:17.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:17 smithi096 bash[25928]: audit 2023-11-16T02:04:17.206095+0000 mon.smithi096 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:18.196 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: { 2023-11-16T02:04:18.196 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-16T02:04:18.196 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T02:04:18.197 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: } 2023-11-16T02:04:18.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:18 smithi096 bash[25928]: cephadm 2023-11-16T02:04:17.200753+0000 mgr.smithi096.ejdhsd (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-16T02:04:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:18 smithi096 bash[25928]: audit 2023-11-16T02:04:17.329871+0000 mon.smithi096 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:18 smithi096 bash[25928]: audit 2023-11-16T02:04:17.332035+0000 mon.smithi096 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:04:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:18 smithi096 bash[25928]: audit 2023-11-16T02:04:17.335094+0000 mon.smithi096 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:04:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:18 smithi096 bash[25928]: audit 2023-11-16T02:04:17.347246+0000 mon.smithi096 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:04:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:18 smithi096 bash[25928]: audit 2023-11-16T02:04:17.363572+0000 mon.smithi096 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi096.ejdhsd/mirror_snapshot_schedule"}]: dispatch 2023-11-16T02:04:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:18 smithi096 bash[25928]: audit 2023-11-16T02:04:17.367870+0000 mon.smithi096 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi096.ejdhsd/trash_purge_schedule"}]: dispatch 2023-11-16T02:04:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:18 smithi096 bash[25928]: cluster 2023-11-16T02:04:18.178128+0000 mon.smithi096 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi096.ejdhsd(active, since 1.01062s) 2023-11-16T02:04:18.798 INFO:teuthology.orchestra.run.smithi096.stderr:mgr epoch 5 is available 2023-11-16T02:04:18.798 INFO:teuthology.orchestra.run.smithi096.stderr:Setting orchestrator backend to cephadm... 2023-11-16T02:04:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:19 smithi096 bash[25928]: audit 2023-11-16T02:04:18.177742+0000 mgr.smithi096.ejdhsd (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T02:04:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:19 smithi096 bash[25928]: audit 2023-11-16T02:04:18.192244+0000 mgr.smithi096.ejdhsd (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T02:04:20.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:20 smithi096 bash[25928]: cluster 2023-11-16T02:04:19.334757+0000 mon.smithi096 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi096.ejdhsd(active, since 2s) 2023-11-16T02:04:20.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:20 smithi096 bash[25928]: audit 2023-11-16T02:04:20.269481+0000 mon.smithi096 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:20.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:20 smithi096 bash[25928]: audit 2023-11-16T02:04:20.324071+0000 mon.smithi096 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:04:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:21 smithi096 bash[25928]: audit 2023-11-16T02:04:20.259060+0000 mgr.smithi096.ejdhsd (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-16T02:04:22.141 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: value unchanged 2023-11-16T02:04:22.657 INFO:teuthology.orchestra.run.smithi096.stderr:Generating ssh key... 2023-11-16T02:04:23.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:22 smithi096 bash[25928]: audit 2023-11-16T02:04:22.136455+0000 mgr.smithi096.ejdhsd (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:25.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:25 smithi096 bash[25928]: audit 2023-11-16T02:04:24.094307+0000 mgr.smithi096.ejdhsd (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:25.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:25 smithi096 bash[25928]: cephadm 2023-11-16T02:04:24.094752+0000 mgr.smithi096.ejdhsd (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-16T02:04:25.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:25 smithi096 bash[25928]: audit 2023-11-16T02:04:24.327773+0000 mon.smithi096 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:25.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:25 smithi096 bash[25928]: audit 2023-11-16T02:04:24.330561+0000 mon.smithi096 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:26.252 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1cSnE5Rm9ozocKdtpnvuimVWeCkVVpnhqVISxUt/xccjVU1io4OY9YqhkARiHGIHQOdtCz0Hyet7XHqTQ7DKEBqbaptvTblL7atFmniijG50h0ARK4Y+r1qHx8jvJ2xV8pZaOo6KpXSSaFJrXfJX92YaCGKAwDyZit/8ReXB3mFzfig6T/MbTNe7kua60tPo9NC2gYSKsEg0UQFYAydungpTLQ1oWHKNyZHtp3bMzb++txgckpiWgnZlvbccLbT1E9W/Qk15CwbgDKcEKi9wM0vY9Y3BSFKwKppvYzQRh8tlZUqb7Ayu8fqe/LVTVJkE3C6nid6qM/uylv/WLSFE1CITM+Y2RElLp6MpkosZVpO0SfvIT/9MF6eJLS4ka26JMja7afPOOiaE5gHY9dG6sTASFMubOrxfqfvsVJC/AXIbjY0y3IFr473x9Avd2oOuiWqZbkO3mZ0fYuaXK8RO8uz4FDQcW0E4ZYrdGjSo8hGne7Exzs0zFenFdj/2hfFk= ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:04:26.777 INFO:teuthology.orchestra.run.smithi096.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-16T02:04:26.778 INFO:teuthology.orchestra.run.smithi096.stderr:Adding key to root@localhost authorized_keys... 2023-11-16T02:04:26.779 INFO:teuthology.orchestra.run.smithi096.stderr:Adding host smithi096... 2023-11-16T02:04:27.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:26 smithi096 bash[25928]: audit 2023-11-16T02:04:26.248158+0000 mgr.smithi096.ejdhsd (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:29.104 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: Added host 'smithi096' with addr '172.21.15.96' 2023-11-16T02:04:29.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:28 smithi096 bash[25928]: audit 2023-11-16T02:04:28.294471+0000 mgr.smithi096.ejdhsd (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi096", "addr": "172.21.15.96", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:29.853 INFO:teuthology.orchestra.run.smithi096.stderr:Deploying mon service with default placement... 2023-11-16T02:04:30.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:30 smithi096 bash[25928]: audit 2023-11-16T02:04:29.099600+0000 mon.smithi096 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:30.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:30 smithi096 bash[25928]: cephadm 2023-11-16T02:04:29.100331+0000 mgr.smithi096.ejdhsd (mgr.14116) 10 : cephadm [INF] Added host smithi096 2023-11-16T02:04:30.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:30 smithi096 bash[25928]: audit 2023-11-16T02:04:29.119547+0000 mon.smithi096 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:04:31.768 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-16T02:04:32.367 INFO:teuthology.orchestra.run.smithi096.stderr:Deploying mgr service with default placement... 2023-11-16T02:04:33.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:32 smithi096 bash[25928]: audit 2023-11-16T02:04:31.753498+0000 mgr.smithi096.ejdhsd (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:33.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:32 smithi096 bash[25928]: cephadm 2023-11-16T02:04:31.754872+0000 mgr.smithi096.ejdhsd (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-16T02:04:33.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:32 smithi096 bash[25928]: audit 2023-11-16T02:04:31.758300+0000 mon.smithi096 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:33.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:32 smithi096 bash[25928]: audit 2023-11-16T02:04:32.044424+0000 mon.smithi096 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:33.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:32 smithi096 bash[25928]: audit 2023-11-16T02:04:32.344953+0000 mon.smithi096 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:33.844 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-16T02:04:34.358 INFO:teuthology.orchestra.run.smithi096.stderr:Deploying crash service with default placement... 2023-11-16T02:04:35.092 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:34 smithi096 bash[25928]: audit 2023-11-16T02:04:33.832514+0000 mgr.smithi096.ejdhsd (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:35.092 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:34 smithi096 bash[25928]: cephadm 2023-11-16T02:04:33.834683+0000 mgr.smithi096.ejdhsd (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-16T02:04:35.092 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:34 smithi096 bash[25928]: audit 2023-11-16T02:04:33.839379+0000 mon.smithi096 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:35.796 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-16T02:04:36.322 INFO:teuthology.orchestra.run.smithi096.stderr:Deploying prometheus service with default placement... 2023-11-16T02:04:37.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:36 smithi096 bash[25928]: audit 2023-11-16T02:04:35.785172+0000 mgr.smithi096.ejdhsd (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:37.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:36 smithi096 bash[25928]: cephadm 2023-11-16T02:04:35.786514+0000 mgr.smithi096.ejdhsd (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-16T02:04:37.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:36 smithi096 bash[25928]: audit 2023-11-16T02:04:35.791425+0000 mon.smithi096 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:37.769 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-16T02:04:38.312 INFO:teuthology.orchestra.run.smithi096.stderr:Deploying grafana service with default placement... 2023-11-16T02:04:38.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:38 smithi096 bash[25928]: cluster 2023-11-16T02:04:37.181283+0000 mgr.smithi096.ejdhsd (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:04:38.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:38 smithi096 bash[25928]: audit 2023-11-16T02:04:37.481751+0000 mon.smithi096 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:38.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:38 smithi096 bash[25928]: audit 2023-11-16T02:04:37.757676+0000 mgr.smithi096.ejdhsd (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:38.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:38 smithi096 bash[25928]: cephadm 2023-11-16T02:04:37.759646+0000 mgr.smithi096.ejdhsd (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-16T02:04:38.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:38 smithi096 bash[25928]: audit 2023-11-16T02:04:37.764337+0000 mon.smithi096 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:39.842 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-16T02:04:40.367 INFO:teuthology.orchestra.run.smithi096.stderr:Deploying node-exporter service with default placement... 2023-11-16T02:04:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:40 smithi096 bash[25928]: cluster 2023-11-16T02:04:39.181660+0000 mgr.smithi096.ejdhsd (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:04:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:40 smithi096 bash[25928]: audit 2023-11-16T02:04:39.831977+0000 mgr.smithi096.ejdhsd (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:40 smithi096 bash[25928]: cephadm 2023-11-16T02:04:39.834120+0000 mgr.smithi096.ejdhsd (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-16T02:04:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:40 smithi096 bash[25928]: audit 2023-11-16T02:04:39.837677+0000 mon.smithi096 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:41.750 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-16T02:04:42.295 INFO:teuthology.orchestra.run.smithi096.stderr:Deploying alertmanager service with default placement... 2023-11-16T02:04:43.050 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:42 smithi096 bash[25928]: cluster 2023-11-16T02:04:41.182049+0000 mgr.smithi096.ejdhsd (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:04:43.050 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:42 smithi096 bash[25928]: audit 2023-11-16T02:04:41.738554+0000 mgr.smithi096.ejdhsd (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-16T02:04:43.050 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:42 smithi096 bash[25928]: cephadm 2023-11-16T02:04:41.740760+0000 mgr.smithi096.ejdhsd (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-16T02:04:43.050 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:42 smithi096 bash[25928]: audit 2023-11-16T02:04:41.745716+0000 mon.smithi096 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:43.724 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-16T02:04:45.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:44 smithi096 bash[25928]: cluster 2023-11-16T02:04:43.182437+0000 mgr.smithi096.ejdhsd (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:04:45.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:44 smithi096 bash[25928]: audit 2023-11-16T02:04:43.708431+0000 mgr.smithi096.ejdhsd (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:04:45.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:44 smithi096 bash[25928]: cephadm 2023-11-16T02:04:43.710648+0000 mgr.smithi096.ejdhsd (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-16T02:04:45.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:44 smithi096 bash[25928]: audit 2023-11-16T02:04:43.713995+0000 mon.smithi096 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.96:0/4210326503' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:04:47.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:46 smithi096 bash[25928]: cluster 2023-11-16T02:04:45.182838+0000 mgr.smithi096.ejdhsd (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:04:47.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:46 smithi096 bash[25928]: audit 2023-11-16T02:04:46.094924+0000 mon.smithi096 (mon.0) 65 : audit [INF] from='client.? 172.21.15.96:0/1644791556' entity='client.admin' 2023-11-16T02:04:48.962 INFO:teuthology.orchestra.run.smithi096.stderr:Enabling the dashboard module... 2023-11-16T02:04:49.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:48 smithi096 bash[25928]: cluster 2023-11-16T02:04:47.183256+0000 mgr.smithi096.ejdhsd (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:04:49.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:48 smithi096 bash[25928]: audit 2023-11-16T02:04:48.395170+0000 mon.smithi096 (mon.0) 66 : audit [INF] from='client.? 172.21.15.96:0/1917012' entity='client.admin' 2023-11-16T02:04:51.167 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:50 smithi096 bash[25928]: cluster 2023-11-16T02:04:49.183733+0000 mgr.smithi096.ejdhsd (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:04:51.167 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:50 smithi096 bash[25928]: audit 2023-11-16T02:04:50.458156+0000 mon.smithi096 (mon.0) 67 : audit [INF] from='client.? 172.21.15.96:0/2536071973' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-16T02:04:52.328 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:51 smithi096 bash[25928]: audit 2023-11-16T02:04:50.859325+0000 mon.smithi096 (mon.0) 68 : audit [INF] from='client.? 172.21.15.96:0/2536071973' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-16T02:04:52.328 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:51 smithi096 bash[25928]: cluster 2023-11-16T02:04:50.859493+0000 mon.smithi096 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi096.ejdhsd(active, since 33s) 2023-11-16T02:04:53.112 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: { 2023-11-16T02:04:53.112 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-16T02:04:53.112 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "available": true, 2023-11-16T02:04:53.112 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "active_name": "smithi096.ejdhsd", 2023-11-16T02:04:53.113 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T02:04:53.113 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: } 2023-11-16T02:04:53.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:53 smithi096 bash[25928]: audit 2023-11-16T02:04:53.106857+0000 mon.smithi096 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.96:0/1333135191' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T02:04:53.647 INFO:teuthology.orchestra.run.smithi096.stderr:Waiting for the mgr to restart... 2023-11-16T02:04:53.647 INFO:teuthology.orchestra.run.smithi096.stderr:Waiting for mgr epoch 9... 2023-11-16T02:04:57.469 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: cluster 2023-11-16T02:04:57.231086+0000 mon.smithi096 (mon.0) 71 : cluster [INF] Active manager daemon smithi096.ejdhsd restarted 2023-11-16T02:04:57.469 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: cluster 2023-11-16T02:04:57.231682+0000 mon.smithi096 (mon.0) 72 : cluster [INF] Activating manager daemon smithi096.ejdhsd 2023-11-16T02:04:57.469 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: cluster 2023-11-16T02:04:57.240328+0000 mon.smithi096 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-16T02:04:57.469 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: cluster 2023-11-16T02:04:57.240593+0000 mon.smithi096 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi096.ejdhsd(active, starting, since 0.00908934s) 2023-11-16T02:04:57.469 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: audit 2023-11-16T02:04:57.242009+0000 mon.smithi096 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi096"}]: dispatch 2023-11-16T02:04:57.469 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: audit 2023-11-16T02:04:57.243917+0000 mon.smithi096 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr metadata", "who": "smithi096.ejdhsd", "id": "smithi096.ejdhsd"}]: dispatch 2023-11-16T02:04:57.470 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: audit 2023-11-16T02:04:57.245621+0000 mon.smithi096 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T02:04:57.470 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: audit 2023-11-16T02:04:57.246151+0000 mon.smithi096 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T02:04:57.470 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: audit 2023-11-16T02:04:57.246644+0000 mon.smithi096 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T02:04:57.470 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:57 smithi096 bash[25928]: cluster 2023-11-16T02:04:57.251385+0000 mon.smithi096 (mon.0) 80 : cluster [INF] Manager daemon smithi096.ejdhsd is now available 2023-11-16T02:04:58.261 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: { 2023-11-16T02:04:58.261 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-16T02:04:58.261 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T02:04:58.261 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: } 2023-11-16T02:04:58.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:58 smithi096 bash[25928]: audit 2023-11-16T02:04:57.392889+0000 mon.smithi096 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:04:58.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:58 smithi096 bash[25928]: audit 2023-11-16T02:04:57.395779+0000 mon.smithi096 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:04:58.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:58 smithi096 bash[25928]: audit 2023-11-16T02:04:57.450167+0000 mon.smithi096 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi096.ejdhsd/mirror_snapshot_schedule"}]: dispatch 2023-11-16T02:04:58.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:58 smithi096 bash[25928]: audit 2023-11-16T02:04:57.456148+0000 mon.smithi096 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi096.ejdhsd/trash_purge_schedule"}]: dispatch 2023-11-16T02:04:58.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:58 smithi096 bash[25928]: cluster 2023-11-16T02:04:58.242870+0000 mon.smithi096 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi096.ejdhsd(active, since 1.01136s) 2023-11-16T02:04:58.919 INFO:teuthology.orchestra.run.smithi096.stderr:mgr epoch 9 is available 2023-11-16T02:04:58.920 INFO:teuthology.orchestra.run.smithi096.stderr:Generating a dashboard self-signed certificate... 2023-11-16T02:04:59.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:59 smithi096 bash[25928]: audit 2023-11-16T02:04:58.241173+0000 mgr.smithi096.ejdhsd (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T02:04:59.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:04:59 smithi096 bash[25928]: audit 2023-11-16T02:04:58.257036+0000 mgr.smithi096.ejdhsd (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T02:05:00.490 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-16T02:05:00.568 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:00 smithi096 bash[25928]: cluster 2023-11-16T02:04:59.292850+0000 mon.smithi096 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi096.ejdhsd(active, since 2s) 2023-11-16T02:05:01.094 INFO:teuthology.orchestra.run.smithi096.stderr:Creating initial admin user... 2023-11-16T02:05:01.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:01 smithi096 bash[25928]: audit 2023-11-16T02:05:00.295824+0000 mgr.smithi096.ejdhsd (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:05:01.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:01 smithi096 bash[25928]: audit 2023-11-16T02:05:00.479320+0000 mon.smithi096 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:01.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:01 smithi096 bash[25928]: audit 2023-11-16T02:05:00.485796+0000 mon.smithi096 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:02.856 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$FQcTCcs9OV8qIHK8XNosWu97svnEt98.xiNS.V7.nBi0SpeG9vpUm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700100302, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-16T02:05:03.415 INFO:teuthology.orchestra.run.smithi096.stderr:Fetching dashboard port number... 2023-11-16T02:05:04.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:03 smithi096 bash[25928]: audit 2023-11-16T02:05:02.611061+0000 mgr.smithi096.ejdhsd (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-16T02:05:04.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:03 smithi096 bash[25928]: audit 2023-11-16T02:05:02.851328+0000 mon.smithi096 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:04.782 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: 8443 2023-11-16T02:05:05.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:04 smithi096 bash[25928]: cluster 2023-11-16T02:05:03.859620+0000 mon.smithi096 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi096.ejdhsd(active, since 6s) 2023-11-16T02:05:05.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:04 smithi096 bash[25928]: audit 2023-11-16T02:05:04.192729+0000 mon.smithi096 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:05.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:04 smithi096 bash[25928]: audit 2023-11-16T02:05:04.777573+0000 mon.smithi096 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.96:0/2573330330' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-16T02:05:05.314 INFO:teuthology.orchestra.run.smithi096.stderr:firewalld does not appear to be present 2023-11-16T02:05:05.314 INFO:teuthology.orchestra.run.smithi096.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-16T02:05:05.324 INFO:teuthology.orchestra.run.smithi096.stderr:Ceph Dashboard is now available at: 2023-11-16T02:05:05.324 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:05.324 INFO:teuthology.orchestra.run.smithi096.stderr: URL: https://smithi096.front.sepia.ceph.com:8443/ 2023-11-16T02:05:05.325 INFO:teuthology.orchestra.run.smithi096.stderr: User: admin 2023-11-16T02:05:05.325 INFO:teuthology.orchestra.run.smithi096.stderr: Password: okrhmz0jos 2023-11-16T02:05:05.325 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:05.325 INFO:teuthology.orchestra.run.smithi096.stderr:Enabling autotune for osd_memory_target 2023-11-16T02:05:08.937 INFO:teuthology.orchestra.run.smithi096.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-16T02:05:09.630 INFO:teuthology.orchestra.run.smithi096.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-16T02:05:09.630 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:09.630 INFO:teuthology.orchestra.run.smithi096.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:05:09.630 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:09.630 INFO:teuthology.orchestra.run.smithi096.stderr:Or, if you are only running a single cluster on this host: 2023-11-16T02:05:09.630 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:09.630 INFO:teuthology.orchestra.run.smithi096.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr: ceph telemetry on 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr:For more information see: 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:05:09.631 INFO:teuthology.orchestra.run.smithi096.stderr:Bootstrap complete. 2023-11-16T02:05:09.668 INFO:tasks.cephadm:Fetching config... 2023-11-16T02:05:09.669 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:05:09.669 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-16T02:05:09.678 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-16T02:05:09.679 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:05:09.679 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-16T02:05:09.728 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-16T02:05:09.729 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:05:09.729 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/keyring of=/dev/stdout 2023-11-16T02:05:09.785 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-16T02:05:09.785 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:05:09.785 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-16T02:05:09.834 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-16T02:05:09.834 DEBUG:teuthology.orchestra.run.smithi096:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1cSnE5Rm9ozocKdtpnvuimVWeCkVVpnhqVISxUt/xccjVU1io4OY9YqhkARiHGIHQOdtCz0Hyet7XHqTQ7DKEBqbaptvTblL7atFmniijG50h0ARK4Y+r1qHx8jvJ2xV8pZaOo6KpXSSaFJrXfJX92YaCGKAwDyZit/8ReXB3mFzfig6T/MbTNe7kua60tPo9NC2gYSKsEg0UQFYAydungpTLQ1oWHKNyZHtp3bMzb++txgckpiWgnZlvbccLbT1E9W/Qk15CwbgDKcEKi9wM0vY9Y3BSFKwKppvYzQRh8tlZUqb7Ayu8fqe/LVTVJkE3C6nid6qM/uylv/WLSFE1CITM+Y2RElLp6MpkosZVpO0SfvIT/9MF6eJLS4ka26JMja7afPOOiaE5gHY9dG6sTASFMubOrxfqfvsVJC/AXIbjY0y3IFr473x9Avd2oOuiWqZbkO3mZ0fYuaXK8RO8uz4FDQcW0E4ZYrdGjSo8hGne7Exzs0zFenFdj/2hfFk= ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T02:05:09.897 INFO:teuthology.orchestra.run.smithi096.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1cSnE5Rm9ozocKdtpnvuimVWeCkVVpnhqVISxUt/xccjVU1io4OY9YqhkARiHGIHQOdtCz0Hyet7XHqTQ7DKEBqbaptvTblL7atFmniijG50h0ARK4Y+r1qHx8jvJ2xV8pZaOo6KpXSSaFJrXfJX92YaCGKAwDyZit/8ReXB3mFzfig6T/MbTNe7kua60tPo9NC2gYSKsEg0UQFYAydungpTLQ1oWHKNyZHtp3bMzb++txgckpiWgnZlvbccLbT1E9W/Qk15CwbgDKcEKi9wM0vY9Y3BSFKwKppvYzQRh8tlZUqb7Ayu8fqe/LVTVJkE3C6nid6qM/uylv/WLSFE1CITM+Y2RElLp6MpkosZVpO0SfvIT/9MF6eJLS4ka26JMja7afPOOiaE5gHY9dG6sTASFMubOrxfqfvsVJC/AXIbjY0y3IFr473x9Avd2oOuiWqZbkO3mZ0fYuaXK8RO8uz4FDQcW0E4ZYrdGjSo8hGne7Exzs0zFenFdj/2hfFk= ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:05:09.907 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1cSnE5Rm9ozocKdtpnvuimVWeCkVVpnhqVISxUt/xccjVU1io4OY9YqhkARiHGIHQOdtCz0Hyet7XHqTQ7DKEBqbaptvTblL7atFmniijG50h0ARK4Y+r1qHx8jvJ2xV8pZaOo6KpXSSaFJrXfJX92YaCGKAwDyZit/8ReXB3mFzfig6T/MbTNe7kua60tPo9NC2gYSKsEg0UQFYAydungpTLQ1oWHKNyZHtp3bMzb++txgckpiWgnZlvbccLbT1E9W/Qk15CwbgDKcEKi9wM0vY9Y3BSFKwKppvYzQRh8tlZUqb7Ayu8fqe/LVTVJkE3C6nid6qM/uylv/WLSFE1CITM+Y2RElLp6MpkosZVpO0SfvIT/9MF6eJLS4ka26JMja7afPOOiaE5gHY9dG6sTASFMubOrxfqfvsVJC/AXIbjY0y3IFr473x9Avd2oOuiWqZbkO3mZ0fYuaXK8RO8uz4FDQcW0E4ZYrdGjSo8hGne7Exzs0zFenFdj/2hfFk= ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T02:05:09.933 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1cSnE5Rm9ozocKdtpnvuimVWeCkVVpnhqVISxUt/xccjVU1io4OY9YqhkARiHGIHQOdtCz0Hyet7XHqTQ7DKEBqbaptvTblL7atFmniijG50h0ARK4Y+r1qHx8jvJ2xV8pZaOo6KpXSSaFJrXfJX92YaCGKAwDyZit/8ReXB3mFzfig6T/MbTNe7kua60tPo9NC2gYSKsEg0UQFYAydungpTLQ1oWHKNyZHtp3bMzb++txgckpiWgnZlvbccLbT1E9W/Qk15CwbgDKcEKi9wM0vY9Y3BSFKwKppvYzQRh8tlZUqb7Ayu8fqe/LVTVJkE3C6nid6qM/uylv/WLSFE1CITM+Y2RElLp6MpkosZVpO0SfvIT/9MF6eJLS4ka26JMja7afPOOiaE5gHY9dG6sTASFMubOrxfqfvsVJC/AXIbjY0y3IFr473x9Avd2oOuiWqZbkO3mZ0fYuaXK8RO8uz4FDQcW0E4ZYrdGjSo8hGne7Exzs0zFenFdj/2hfFk= ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:05:09.948 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-16T02:05:10.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:09 smithi096 bash[25928]: audit 2023-11-16T02:05:08.930099+0000 mon.smithi096 (mon.0) 93 : audit [INF] from='client.? 172.21.15.96:0/351752612' entity='client.admin' 2023-11-16T02:05:14.289 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-16T02:05:14.289 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-16T02:05:14.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:14 smithi096 bash[25928]: audit 2023-11-16T02:05:13.440309+0000 mon.smithi096 (mon.0) 94 : audit [INF] from='client.? 172.21.15.96:0/3872814053' entity='client.admin' 2023-11-16T02:05:14.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:14 smithi096 bash[25928]: audit 2023-11-16T02:05:13.478699+0000 mon.smithi096 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:14.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:14 smithi096 bash[25928]: audit 2023-11-16T02:05:13.799555+0000 mon.smithi096 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi096", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:05:14.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:14 smithi096 bash[25928]: audit 2023-11-16T02:05:13.806240+0000 mon.smithi096 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:14.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:14 smithi096 bash[25928]: cephadm 2023-11-16T02:05:13.821223+0000 mgr.smithi096.ejdhsd (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi096 on smithi096 2023-11-16T02:05:18.505 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi145 2023-11-16T02:05:18.520 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:05:18.520 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.conf 2023-11-16T02:05:18.527 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:05:18.528 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:05:18.574 INFO:tasks.cephadm:Adding host smithi145 to orchestrator... 2023-11-16T02:05:18.575 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi145 2023-11-16T02:05:18.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:18 smithi096 bash[25928]: cluster 2023-11-16T02:05:17.247079+0000 mgr.smithi096.ejdhsd (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:18.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:18 smithi096 bash[25928]: audit 2023-11-16T02:05:17.708472+0000 mgr.smithi096.ejdhsd (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-16T02:05:18.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:18 smithi096 bash[25928]: audit 2023-11-16T02:05:17.711995+0000 mon.smithi096 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:21.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:20 smithi096 bash[25928]: cluster 2023-11-16T02:05:19.247477+0000 mgr.smithi096.ejdhsd (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:23.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:22 smithi096 bash[25928]: cluster 2023-11-16T02:05:21.247955+0000 mgr.smithi096.ejdhsd (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:24.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:24 smithi096 bash[25928]: cluster 2023-11-16T02:05:23.248372+0000 mgr.smithi096.ejdhsd (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:24.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:24 smithi096 bash[25928]: audit 2023-11-16T02:05:24.648548+0000 mon.smithi096 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:25.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:24 smithi096 bash[25928]: audit 2023-11-16T02:05:24.652475+0000 mon.smithi096 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi096", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:05:25.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:24 smithi096 bash[25928]: audit 2023-11-16T02:05:24.655395+0000 mon.smithi096 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi096", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T02:05:25.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:24 smithi096 bash[25928]: audit 2023-11-16T02:05:24.656943+0000 mon.smithi096 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:05:26.136 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:25 smithi096 bash[25928]: cephadm 2023-11-16T02:05:24.658164+0000 mgr.smithi096.ejdhsd (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi096 on smithi096 2023-11-16T02:05:27.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:26 smithi096 bash[25928]: cluster 2023-11-16T02:05:25.248856+0000 mgr.smithi096.ejdhsd (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:28.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:28 smithi096 bash[25928]: audit 2023-11-16T02:05:27.144566+0000 mon.smithi096 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:28.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:28 smithi096 bash[25928]: audit 2023-11-16T02:05:27.242385+0000 mon.smithi096 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:28.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:28 smithi096 bash[25928]: audit 2023-11-16T02:05:27.246666+0000 mon.smithi096 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:28.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:28 smithi096 bash[25928]: cluster 2023-11-16T02:05:27.249291+0000 mgr.smithi096.ejdhsd (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:28.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:28 smithi096 bash[25928]: audit 2023-11-16T02:05:27.249436+0000 mon.smithi096 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T02:05:28.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:28 smithi096 bash[25928]: audit 2023-11-16T02:05:27.250544+0000 mgr.smithi096.ejdhsd (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T02:05:28.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:28 smithi096 bash[25928]: audit 2023-11-16T02:05:27.255485+0000 mon.smithi096 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:28.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:28 smithi096 bash[25928]: cephadm 2023-11-16T02:05:27.268333+0000 mgr.smithi096.ejdhsd (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi096 on smithi096 2023-11-16T02:05:28.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:28 smithi096 bash[25928]: audit 2023-11-16T02:05:27.452165+0000 mon.smithi096 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:31.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:30 smithi096 bash[25928]: cluster 2023-11-16T02:05:29.249837+0000 mgr.smithi096.ejdhsd (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:33.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:32 smithi096 bash[25928]: cluster 2023-11-16T02:05:31.250271+0000 mgr.smithi096.ejdhsd (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:35.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:34 smithi096 bash[25928]: cluster 2023-11-16T02:05:33.250642+0000 mgr.smithi096.ejdhsd (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:37.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:36 smithi096 bash[25928]: cluster 2023-11-16T02:05:35.251027+0000 mgr.smithi096.ejdhsd (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:39.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:38 smithi096 bash[25928]: cluster 2023-11-16T02:05:37.251497+0000 mgr.smithi096.ejdhsd (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:41.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:40 smithi096 bash[25928]: cluster 2023-11-16T02:05:39.252004+0000 mgr.smithi096.ejdhsd (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:43.241 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:42 smithi096 bash[25928]: cluster 2023-11-16T02:05:41.252470+0000 mgr.smithi096.ejdhsd (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:44.449 INFO:teuthology.orchestra.run.smithi145.stdout:Added host 'smithi145' with addr '172.21.15.145' 2023-11-16T02:05:45.136 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-16T02:05:45.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:44 smithi096 bash[25928]: cluster 2023-11-16T02:05:43.252802+0000 mgr.smithi096.ejdhsd (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:05:45.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:44 smithi096 bash[25928]: audit 2023-11-16T02:05:43.624329+0000 mgr.smithi096.ejdhsd (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:05:45.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:44 smithi096 bash[25928]: audit 2023-11-16T02:05:43.989829+0000 mon.smithi096 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:45.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:44 smithi096 bash[25928]: audit 2023-11-16T02:05:44.444335+0000 mon.smithi096 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:45.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:44 smithi096 bash[25928]: audit 2023-11-16T02:05:44.552382+0000 mon.smithi096 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:45.176 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:44 smithi096 bash[25928]: audit 2023-11-16T02:05:44.559160+0000 mon.smithi096 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-16T02:05:45.967 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:45 smithi096 bash[25928]: cephadm 2023-11-16T02:05:43.999361+0000 mgr.smithi096.ejdhsd (mgr.14156) 25 : cephadm [INF] Deploying daemon node-exporter.smithi096 on smithi096 2023-11-16T02:05:45.967 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:45 smithi096 bash[25928]: cephadm 2023-11-16T02:05:44.445182+0000 mgr.smithi096.ejdhsd (mgr.14156) 26 : cephadm [INF] Added host smithi145 2023-11-16T02:05:45.967 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:45 smithi096 bash[25928]: audit 2023-11-16T02:05:45.557470+0000 mon.smithi096 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.96:0/2957226889' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-16T02:05:45.967 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:45 smithi096 bash[25928]: cluster 2023-11-16T02:05:45.557640+0000 mon.smithi096 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi096.ejdhsd(active, since 48s) 2023-11-16T02:05:52.299 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: cluster 2023-11-16T02:05:52.031533+0000 mon.smithi096 (mon.0) 115 : cluster [INF] Active manager daemon smithi096.ejdhsd restarted 2023-11-16T02:05:52.299 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: cluster 2023-11-16T02:05:52.032087+0000 mon.smithi096 (mon.0) 116 : cluster [INF] Activating manager daemon smithi096.ejdhsd 2023-11-16T02:05:52.299 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: cluster 2023-11-16T02:05:52.040692+0000 mon.smithi096 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-16T02:05:52.299 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: cluster 2023-11-16T02:05:52.040936+0000 mon.smithi096 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi096.ejdhsd(active, starting, since 0.00901418s) 2023-11-16T02:05:52.299 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: audit 2023-11-16T02:05:52.042122+0000 mon.smithi096 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi096"}]: dispatch 2023-11-16T02:05:52.299 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: audit 2023-11-16T02:05:52.042947+0000 mon.smithi096 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr metadata", "who": "smithi096.ejdhsd", "id": "smithi096.ejdhsd"}]: dispatch 2023-11-16T02:05:52.299 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: audit 2023-11-16T02:05:52.043744+0000 mon.smithi096 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T02:05:52.300 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: audit 2023-11-16T02:05:52.043906+0000 mon.smithi096 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T02:05:52.300 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: audit 2023-11-16T02:05:52.044070+0000 mon.smithi096 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T02:05:52.300 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:52 smithi096 bash[25928]: cluster 2023-11-16T02:05:52.046450+0000 mon.smithi096 (mon.0) 124 : cluster [INF] Manager daemon smithi096.ejdhsd is now available 2023-11-16T02:05:53.048 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-16T02:05:53.048 INFO:teuthology.orchestra.run.smithi145.stdout:[{"addr": "172.21.15.96", "hostname": "smithi096", "labels": [], "status": ""}, {"addr": "172.21.15.145", "hostname": "smithi145", "labels": [], "status": ""}] 2023-11-16T02:05:53.346 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:53 smithi096 bash[25928]: audit 2023-11-16T02:05:52.174289+0000 mon.smithi096 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:05:53.346 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:53 smithi096 bash[25928]: audit 2023-11-16T02:05:52.176067+0000 mon.smithi096 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:05:53.346 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:53 smithi096 bash[25928]: audit 2023-11-16T02:05:52.228487+0000 mon.smithi096 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:53.346 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:53 smithi096 bash[25928]: audit 2023-11-16T02:05:52.244974+0000 mon.smithi096 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi096.ejdhsd/mirror_snapshot_schedule"}]: dispatch 2023-11-16T02:05:53.346 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:53 smithi096 bash[25928]: audit 2023-11-16T02:05:52.252078+0000 mon.smithi096 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi096.ejdhsd/trash_purge_schedule"}]: dispatch 2023-11-16T02:05:53.346 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:53 smithi096 bash[25928]: audit 2023-11-16T02:05:52.821546+0000 mon.smithi096 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:53.347 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:53 smithi096 bash[25928]: cluster 2023-11-16T02:05:53.046508+0000 mon.smithi096 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi096.ejdhsd(active, since 1.01458s) 2023-11-16T02:05:53.689 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-16T02:05:53.689 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-16T02:05:54.349 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:54 smithi096 bash[25928]: audit 2023-11-16T02:05:53.044270+0000 mgr.smithi096.ejdhsd (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:05:55.284 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:55 smithi096 bash[25928]: cluster 2023-11-16T02:05:54.091956+0000 mon.smithi096 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi096.ejdhsd(active, since 2s) 2023-11-16T02:05:55.284 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:55 smithi096 bash[25928]: audit 2023-11-16T02:05:54.697973+0000 mon.smithi096 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:58.193 INFO:teuthology.orchestra.run.smithi096.stderr:adjusted tunables profile to default 2023-11-16T02:05:58.215 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:58 smithi096 bash[25928]: audit 2023-11-16T02:05:58.131169+0000 mon.smithi096 (mon.0) 134 : audit [INF] from='client.? 172.21.15.96:0/4234040617' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-16T02:05:58.216 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:58 smithi096 bash[25928]: audit 2023-11-16T02:05:58.158407+0000 mon.smithi096 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:05:58.945 INFO:tasks.cephadm:Adding mon.smithi096 on smithi096 2023-11-16T02:05:58.945 INFO:tasks.cephadm:Adding mon.smithi145 on smithi145 2023-11-16T02:05:58.946 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi096:172.21.15.96=smithi096;smithi145:172.21.15.145=smithi145' 2023-11-16T02:05:59.477 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:59 smithi096 bash[25928]: audit 2023-11-16T02:05:58.186062+0000 mon.smithi096 (mon.0) 136 : audit [INF] from='client.? 172.21.15.96:0/4234040617' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-16T02:05:59.477 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:59 smithi096 bash[25928]: cluster 2023-11-16T02:05:58.186185+0000 mon.smithi096 (mon.0) 137 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T02:05:59.477 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:05:59 smithi096 bash[25928]: audit 2023-11-16T02:05:58.453485+0000 mon.smithi096 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi096", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:06:01.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:00.431525+0000 mon.smithi096 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:01.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:00.744081+0000 mon.smithi096 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:01.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:00.745778+0000 mon.smithi096 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:06:01.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:00.747463+0000 mon.smithi096 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:01.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:00.749054+0000 mon.smithi096 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:06:01.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:00.820055+0000 mon.smithi096 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:01.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:01.006535+0000 mon.smithi096 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:01.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:01.013530+0000 mon.smithi096 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:01.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:01.017483+0000 mon.smithi096 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:06:01.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:01.023705+0000 mon.smithi096 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T02:06:01.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:01 smithi096 bash[25928]: audit 2023-11-16T02:06:01.025507+0000 mon.smithi096 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:02.586 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mon update... 2023-11-16T02:06:02.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:02 smithi096 bash[25928]: cephadm 2023-11-16T02:06:00.751858+0000 mgr.smithi096.ejdhsd (mgr.14182) 2 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2023-11-16T02:06:02.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:02 smithi096 bash[25928]: cephadm 2023-11-16T02:06:00.752286+0000 mgr.smithi096.ejdhsd (mgr.14182) 3 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2023-11-16T02:06:02.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:02 smithi096 bash[25928]: cephadm 2023-11-16T02:06:00.773673+0000 mgr.smithi096.ejdhsd (mgr.14182) 4 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:06:02.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:02 smithi096 bash[25928]: cephadm 2023-11-16T02:06:00.958831+0000 mgr.smithi096.ejdhsd (mgr.14182) 5 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:06:02.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:02 smithi096 bash[25928]: cephadm 2023-11-16T02:06:01.027163+0000 mgr.smithi096.ejdhsd (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi145 on smithi145 2023-11-16T02:06:03.304 DEBUG:teuthology.orchestra.run.smithi145:mon.smithi145> sudo journalctl -f -n 0 -u ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mon.smithi145.service 2023-11-16T02:06:03.307 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T02:06:03.307 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T02:06:03.471 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-16T02:06:03.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:03 smithi096 bash[25928]: audit 2023-11-16T02:06:02.571286+0000 mgr.smithi096.ejdhsd (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi096:172.21.15.96=smithi096;smithi145:172.21.15.145=smithi145", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:06:03.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:03 smithi096 bash[25928]: cephadm 2023-11-16T02:06:02.576916+0000 mgr.smithi096.ejdhsd (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi096:172.21.15.96=smithi096;smithi145:172.21.15.145=smithi145;count:2 2023-11-16T02:06:03.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:03 smithi096 bash[25928]: audit 2023-11-16T02:06:02.581650+0000 mon.smithi096 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:05.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:04 smithi096 bash[25928]: audit 2023-11-16T02:06:03.760833+0000 mon.smithi096 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:05.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:04 smithi096 bash[25928]: audit 2023-11-16T02:06:03.765985+0000 mon.smithi096 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.tanrve", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:06:05.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:04 smithi096 bash[25928]: audit 2023-11-16T02:06:03.772606+0000 mon.smithi096 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.tanrve", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-16T02:06:05.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:04 smithi096 bash[25928]: audit 2023-11-16T02:06:03.774207+0000 mon.smithi096 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:06:05.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:04 smithi096 bash[25928]: audit 2023-11-16T02:06:03.775664+0000 mon.smithi096 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:05.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:04 smithi096 bash[25928]: cephadm 2023-11-16T02:06:03.776932+0000 mgr.smithi096.ejdhsd (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi145.tanrve on smithi145 2023-11-16T02:06:07.541 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-16T02:06:07.541 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"4c25bd38-8424-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T02:03:44.308613Z","created":"2023-11-16T02:03:44.308613Z","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":"smithi096","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:3300","nonce":0},{"type":"v1","addr":"172.21.15.96:6789","nonce":0}]},"addr":"172.21.15.96:6789/0","public_addr":"172.21.15.96:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T02:06:07.543 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2023-11-16T02:06:08.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:07 smithi096 bash[25928]: audit 2023-11-16T02:06:06.866585+0000 mon.smithi096 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:08.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:07 smithi096 bash[25928]: audit 2023-11-16T02:06:06.871391+0000 mon.smithi096 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:06:08.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:07 smithi096 bash[25928]: audit 2023-11-16T02:06:06.872704+0000 mon.smithi096 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T02:06:08.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:07 smithi096 bash[25928]: audit 2023-11-16T02:06:06.873994+0000 mon.smithi096 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:08.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:07 smithi096 bash[25928]: cephadm 2023-11-16T02:06:06.875135+0000 mgr.smithi096.ejdhsd (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi145 on smithi145 2023-11-16T02:06:08.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:07 smithi096 bash[25928]: audit 2023-11-16T02:06:07.236832+0000 mon.smithi096 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:08.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:07 smithi096 bash[25928]: audit 2023-11-16T02:06:07.537202+0000 mon.smithi096 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.145:0/3999510817' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T02:06:09.476 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T02:06:09.476 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T02:06:11.999 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:11 smithi145 systemd[1]: Started Ceph mon.smithi145 for 4c25bd38-8424-11ee-8dbe-212e2dc638e7. 2023-11-16T02:06:13.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:12 smithi096 bash[25928]: audit 2023-11-16T02:06:11.969032+0000 mon.smithi096 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:13.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:12 smithi096 bash[25928]: cephadm 2023-11-16T02:06:11.973113+0000 mgr.smithi096.ejdhsd (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi145 on smithi145 2023-11-16T02:06:13.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:12 smithi096 bash[25928]: cluster 2023-11-16T02:06:12.045650+0000 mgr.smithi096.ejdhsd (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:13.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:12 smithi096 bash[25928]: audit 2023-11-16T02:06:12.247047+0000 mon.smithi096 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:13.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:12 smithi096 bash[25928]: audit 2023-11-16T02:06:12.507769+0000 mon.smithi096 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:13.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:12 smithi096 bash[25928]: cephadm 2023-11-16T02:06:12.534490+0000 mgr.smithi096.ejdhsd (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi145 on smithi145 2023-11-16T02:06:14.006 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.944+0000 7fdd17240880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.944+0000 7fdd17240880 0 ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable), process ceph-mon, pid 7 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.944+0000 7fdd17240880 0 pidfile_write: ignore empty --pid-file 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.948+0000 7fdd17240880 0 load: jerasure load: lrc load: isa 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Compile date Nov 14 2023 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: DB SUMMARY 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: CURRENT file: CURRENT 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-16T02:06:14.007 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi145/store.db dir, Total Num: 0, files: 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi145/store.db: 000003.log size: 511 ; 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.error_if_exists: 0 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.create_if_missing: 0 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.env: 0x5654547b8080 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.fs: Posix File System 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.info_log: 0x565455210460 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.statistics: (nil) 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.use_fsync: 0 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T02:06:14.008 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.db_log_dir: 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi145/store.db 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T02:06:14.009 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.write_buffer_manager: 0x565455e5e480 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T02:06:14.010 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T02:06:14.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T02:06:14.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T02:06:14.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T02:06:14.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T02:06:14.011 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T02:06:14.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T02:06:14.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.unordered_write: 0 2023-11-16T02:06:14.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T02:06:14.012 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.row_cache: None 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.wal_filter: None 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.two_write_queues: 0 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.atomic_flush: 0 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T02:06:14.013 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T02:06:14.014 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_open_files: -1 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Compression algorithms supported: 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: kZSTD supported: 0 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: kXpressCompression supported: 0 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T02:06:14.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: kZlibCompression supported: 1 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000001 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.merge_operator: 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_filter: None 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T02:06:14.016 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T02:06:14.017 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5654551b3d30) 2023-11-16T02:06:14.017 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: cache_index_and_filter_blocks: 1 2023-11-16T02:06:14.017 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T02:06:14.017 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T02:06:14.017 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: pin_top_level_index_and_filter: 1 2023-11-16T02:06:14.017 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: index_type: 0 2023-11-16T02:06:14.017 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: data_block_index_type: 0 2023-11-16T02:06:14.017 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: index_shortening: 1 2023-11-16T02:06:14.017 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: data_block_hash_table_util_ratio: 0.750000 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: hash_index_allow_collision: 1 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: checksum: 1 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: no_block_cache: 0 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: block_cache: 0x5654551eaf10 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: block_cache_name: BinnedLRUCache 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: block_cache_options: 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: capacity : 536870912 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: num_shard_bits : 4 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: strict_capacity_limit : 0 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: high_pri_pool_ratio: 0.000 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: block_cache_compressed: (nil) 2023-11-16T02:06:14.018 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: persistent_cache: (nil) 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: block_size: 4096 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: block_size_deviation: 10 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: block_restart_interval: 16 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: index_block_restart_interval: 1 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: metadata_block_size: 4096 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: partition_filters: 0 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: use_delta_encoding: 1 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: whole_key_filtering: 1 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: verify_compression: 0 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: read_amp_bytes_per_bit: 0 2023-11-16T02:06:14.019 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: format_version: 2 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: enable_index_compression: 1 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: block_align: 0 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compression: NoCompression 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.num_levels: 7 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T02:06:14.020 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T02:06:14.021 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T02:06:14.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T02:06:14.023 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.table_properties_collectors: 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T02:06:14.024 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.bloom_locality: 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.ttl: 2592000 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi145/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-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-16T02:06:14.025 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700100373954614, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 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-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700100373955139, "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": 1700100373, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700100373955680, "job": 1, "event": "recovery_finished"} 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 4 rocksdb: DB pointer 0x5654552b3800 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 0 mon.smithi145 does not exist in monmap, will attempt to join an existing cluster 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.952+0000 7fdd17240880 0 using public_addr v2:172.21.15.145:0/0 -> [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.956+0000 7fdcfe046700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.956+0000 7fdcfe046700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ** DB Stats ** 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:06:14.026 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ** Compaction Stats [default] ** 2023-11-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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.8 0.00 0.00 1 0.000 0 0 2023-11-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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.8 0.00 0.00 1 0.000 0 0 2023-11-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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.8 0.00 0.00 1 0.000 0 0 2023-11-16T02:06:14.027 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ** Compaction Stats [default] ** 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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.8 0.00 0.00 1 0.000 0 0 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ** Compaction Stats [default] ** 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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.8 0.00 0.00 1 0.000 0 0 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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.8 0.00 0.00 1 0.000 0 0 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ** Compaction Stats [default] ** 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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.8 0.00 0.00 1 0.000 0 0 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T02:06:14.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: Cumulative compaction: 0.00 GB write, 0.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: 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-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.956+0000 7fdd17240880 0 starting mon.smithi145 rank -1 at public addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] at bind addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi145 fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:13 smithi145 bash[29583]: debug 2023-11-16T02:06:13.956+0000 7fdd17240880 1 mon.smithi145@-1(???) e0 preinit fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 0 mon.smithi145@-1(synchronizing).mds e1 new map 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 0 mon.smithi145@-1(synchronizing).mds e1 print_map 2023-11-16T02:06:14.030 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: e1 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: 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-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: legacy client fscid: -1 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: No filesystems configured 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 1 mon.smithi145@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 1 mon.smithi145@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 1 mon.smithi145@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 1 mon.smithi145@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 1 mon.smithi145@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 1 mon.smithi145@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-16T02:06:14.031 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 1 mon.smithi145@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-16T02:06:14.032 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 0 mon.smithi145@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T02:06:14.032 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.000+0000 7fdd0084b700 0 mon.smithi145@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T02:06:14.032 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: audit 2023-11-16T02:06:11.969032+0000 mon.smithi096 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:14.032 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: cephadm 2023-11-16T02:06:11.973113+0000 mgr.smithi096.ejdhsd (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi145 on smithi145 2023-11-16T02:06:14.032 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: cluster 2023-11-16T02:06:12.045650+0000 mgr.smithi096.ejdhsd (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:14.032 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: audit 2023-11-16T02:06:12.247047+0000 mon.smithi096 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:14.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: audit 2023-11-16T02:06:12.507769+0000 mon.smithi096 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:14.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: cephadm 2023-11-16T02:06:12.534490+0000 mgr.smithi096.ejdhsd (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi145 on smithi145 2023-11-16T02:06:14.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:14 smithi145 bash[29583]: debug 2023-11-16T02:06:14.004+0000 7fdd0084b700 1 mon.smithi145@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-16T02:06:19.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:14.015751+0000 mon.smithi096 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi096"}]: dispatch 2023-11-16T02:06:19.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:14.016236+0000 mon.smithi096 (mon.0) 167 : cluster [INF] mon.smithi096 calling monitor election 2023-11-16T02:06:19.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:14.034721+0000 mon.smithi096 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:14.046101+0000 mgr.smithi096.ejdhsd (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:19.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:15.010256+0000 mon.smithi096 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:15.591706+0000 mon.smithi096 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.145:0/4252712079' entity='mgr.smithi145.tanrve' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.tanrve/crt"}]: dispatch 2023-11-16T02:06:19.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:16.010518+0000 mon.smithi096 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:16.012230+0000 mon.smithi145 (mon.1) 1 : cluster [INF] mon.smithi145 calling monitor election 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:16.046520+0000 mgr.smithi096.ejdhsd (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:17.010507+0000 mon.smithi096 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:18.010432+0000 mon.smithi096 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:18.046887+0000 mgr.smithi096.ejdhsd (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:19.010816+0000 mon.smithi096 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:19.055370+0000 mon.smithi096 (mon.0) 175 : cluster [INF] mon.smithi096 is new leader, mons smithi096,smithi145 in quorum (ranks 0,1) 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:19.066122+0000 mon.smithi096 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi096=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} removed_ranks: {} 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:19.067183+0000 mon.smithi096 (mon.0) 177 : cluster [DBG] fsmap 2023-11-16T02:06:19.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:19.067252+0000 mon.smithi096 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T02:06:19.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:19.067622+0000 mon.smithi096 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi096.ejdhsd(active, since 27s) 2023-11-16T02:06:19.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:19.069364+0000 mon.smithi096 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi145.tanrve started 2023-11-16T02:06:19.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:19.072445+0000 mon.smithi096 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.145:0/4252712079' entity='mgr.smithi145.tanrve' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T02:06:19.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: cluster 2023-11-16T02:06:19.075876+0000 mon.smithi096 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2023-11-16T02:06:19.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:19.076642+0000 mon.smithi096 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.145:0/4252712079' entity='mgr.smithi145.tanrve' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.tanrve/key"}]: dispatch 2023-11-16T02:06:19.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:19.077449+0000 mon.smithi096 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.145:0/4252712079' entity='mgr.smithi145.tanrve' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T02:06:19.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:19 smithi145 bash[29583]: audit 2023-11-16T02:06:19.081047+0000 mon.smithi096 (mon.0) 185 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:14.015751+0000 mon.smithi096 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi096"}]: dispatch 2023-11-16T02:06:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:14.016236+0000 mon.smithi096 (mon.0) 167 : cluster [INF] mon.smithi096 calling monitor election 2023-11-16T02:06:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:14.034721+0000 mon.smithi096 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:14.046101+0000 mgr.smithi096.ejdhsd (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:15.010256+0000 mon.smithi096 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:15.591706+0000 mon.smithi096 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.145:0/4252712079' entity='mgr.smithi145.tanrve' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.tanrve/crt"}]: dispatch 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:16.010518+0000 mon.smithi096 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:16.012230+0000 mon.smithi145 (mon.1) 1 : cluster [INF] mon.smithi145 calling monitor election 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:16.046520+0000 mgr.smithi096.ejdhsd (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:17.010507+0000 mon.smithi096 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:18.010432+0000 mon.smithi096 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:18.046887+0000 mgr.smithi096.ejdhsd (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:19.010816+0000 mon.smithi096 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:19.055370+0000 mon.smithi096 (mon.0) 175 : cluster [INF] mon.smithi096 is new leader, mons smithi096,smithi145 in quorum (ranks 0,1) 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:19.066122+0000 mon.smithi096 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi096=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} removed_ranks: {} 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:19.067183+0000 mon.smithi096 (mon.0) 177 : cluster [DBG] fsmap 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:19.067252+0000 mon.smithi096 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:19.067622+0000 mon.smithi096 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi096.ejdhsd(active, since 27s) 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:19.069364+0000 mon.smithi096 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi145.tanrve started 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:19.072445+0000 mon.smithi096 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.145:0/4252712079' entity='mgr.smithi145.tanrve' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: cluster 2023-11-16T02:06:19.075876+0000 mon.smithi096 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:19.076642+0000 mon.smithi096 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.145:0/4252712079' entity='mgr.smithi145.tanrve' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi145.tanrve/key"}]: dispatch 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:19.077449+0000 mon.smithi096 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.145:0/4252712079' entity='mgr.smithi145.tanrve' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T02:06:19.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:19 smithi096 bash[25928]: audit 2023-11-16T02:06:19.081047+0000 mon.smithi096 (mon.0) 185 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:20.320 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-11-16T02:06:20.320 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":2,"fsid":"4c25bd38-8424-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T02:06:14.010638Z","created":"2023-11-16T02:03:44.308613Z","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":"smithi096","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:3300","nonce":0},{"type":"v1","addr":"172.21.15.96:6789","nonce":0}]},"addr":"172.21.15.96:6789/0","public_addr":"172.21.15.96:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-16T02:06:20.322 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 2 2023-11-16T02:06:20.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:20 smithi145 bash[29583]: cluster 2023-11-16T02:06:19.139850+0000 mon.smithi096 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi096.ejdhsd(active, since 27s), standbys: smithi145.tanrve 2023-11-16T02:06:20.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:20 smithi145 bash[29583]: audit 2023-11-16T02:06:19.141465+0000 mon.smithi096 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr metadata", "who": "smithi145.tanrve", "id": "smithi145.tanrve"}]: dispatch 2023-11-16T02:06:20.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:20 smithi145 bash[29583]: audit 2023-11-16T02:06:20.011272+0000 mon.smithi096 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:20.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:20 smithi096 bash[25928]: cluster 2023-11-16T02:06:19.139850+0000 mon.smithi096 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi096.ejdhsd(active, since 27s), standbys: smithi145.tanrve 2023-11-16T02:06:20.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:20 smithi096 bash[25928]: audit 2023-11-16T02:06:19.141465+0000 mon.smithi096 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr metadata", "who": "smithi145.tanrve", "id": "smithi145.tanrve"}]: dispatch 2023-11-16T02:06:20.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:20 smithi096 bash[25928]: audit 2023-11-16T02:06:20.011272+0000 mon.smithi096 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2023-11-16T02:06:21.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:21 smithi145 bash[29583]: cluster 2023-11-16T02:06:20.047265+0000 mgr.smithi096.ejdhsd (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:21.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:21 smithi145 bash[29583]: audit 2023-11-16T02:06:20.315177+0000 mon.smithi096 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.145:0/205259340' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T02:06:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:21 smithi096 bash[25928]: cluster 2023-11-16T02:06:20.047265+0000 mgr.smithi096.ejdhsd (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:21 smithi096 bash[25928]: audit 2023-11-16T02:06:20.315177+0000 mon.smithi096 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.145:0/205259340' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T02:06:22.401 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-16T02:06:22.402 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-16T02:06:23.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:23 smithi145 bash[29583]: cluster 2023-11-16T02:06:22.047691+0000 mgr.smithi096.ejdhsd (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:23.511 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:23 smithi096 bash[25928]: cluster 2023-11-16T02:06:22.047691+0000 mgr.smithi096.ejdhsd (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:25.063 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:24 smithi145 bash[29583]: cluster 2023-11-16T02:06:24.048200+0000 mgr.smithi096.ejdhsd (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:30.843 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:24 smithi096 bash[25928]: cluster 2023-11-16T02:06:24.048200+0000 mgr.smithi096.ejdhsd (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:30.844 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:25 smithi145 bash[29583]: audit 2023-11-16T02:06:25.453304+0000 mon.smithi096 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.96:0/1398949828' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:30.844 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:25 smithi145 bash[29583]: audit 2023-11-16T02:06:25.887291+0000 mon.smithi096 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:30.844 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:25 smithi145 bash[29583]: audit 2023-11-16T02:06:25.891217+0000 mon.smithi096 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:06:30.844 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:26 smithi145 bash[29583]: cluster 2023-11-16T02:06:26.048702+0000 mgr.smithi096.ejdhsd (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:30.844 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:29 smithi145 bash[29583]: cluster 2023-11-16T02:06:28.049245+0000 mgr.smithi096.ejdhsd (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:30.844 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:29 smithi145 bash[29583]: audit 2023-11-16T02:06:29.090833+0000 mon.smithi096 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:30.845 INFO:teuthology.orchestra.run.smithi096.stdout:# minimal ceph.conf for 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:06:30.845 INFO:teuthology.orchestra.run.smithi096.stdout:[global] 2023-11-16T02:06:30.845 INFO:teuthology.orchestra.run.smithi096.stdout: fsid = 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:06:30.845 INFO:teuthology.orchestra.run.smithi096.stdout: mon_host = [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2023-11-16T02:06:30.846 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-16T02:06:30.846 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:06:30.846 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T02:06:30.846 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:25 smithi096 bash[25928]: audit 2023-11-16T02:06:25.453304+0000 mon.smithi096 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.96:0/1398949828' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:30.846 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:25 smithi096 bash[25928]: audit 2023-11-16T02:06:25.887291+0000 mon.smithi096 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:30.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:25 smithi096 bash[25928]: audit 2023-11-16T02:06:25.891217+0000 mon.smithi096 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:06:30.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:26 smithi096 bash[25928]: cluster 2023-11-16T02:06:26.048702+0000 mgr.smithi096.ejdhsd (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:30.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:29 smithi096 bash[25928]: cluster 2023-11-16T02:06:28.049245+0000 mgr.smithi096.ejdhsd (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:30.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:29 smithi096 bash[25928]: audit 2023-11-16T02:06:29.090833+0000 mon.smithi096 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:30.905 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:06:30.905 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:06:30.963 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:06:30.963 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T02:06:30.978 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:06:30.978 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T02:06:31.029 INFO:tasks.cephadm:Deploying OSDs... 2023-11-16T02:06:31.030 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:06:31.030 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:06:31.037 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T02:06:31.037 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/nvme1n1 2023-11-16T02:06:31.091 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/nvme1n1 2023-11-16T02:06:31.091 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:06:31.091 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 472 Links: 1 Device type: 103,2 2023-11-16T02:06:31.091 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:06:31.091 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2023-11-16 02:05:15.107371940 +0000 2023-11-16T02:06:31.091 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2023-11-16 02:05:15.031373749 +0000 2023-11-16T02:06:31.091 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2023-11-16 02:05:15.031373749 +0000 2023-11-16T02:06:31.091 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2023-11-16T02:06:31.092 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-16T02:06:31.147 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:30 smithi096 bash[25928]: cluster 2023-11-16T02:06:30.049828+0000 mgr.smithi096.ejdhsd (mgr.14182) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:31.149 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2023-11-16T02:06:31.150 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2023-11-16T02:06:31.150 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.00043874 s, 1.2 MB/s 2023-11-16T02:06:31.151 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-16T02:06:31.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:30 smithi145 bash[29583]: cluster 2023-11-16T02:06:30.049828+0000 mgr.smithi096.ejdhsd (mgr.14182) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:31.200 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/nvme2n1 2023-11-16T02:06:31.250 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/nvme2n1 2023-11-16T02:06:31.251 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:06:31.251 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 478 Links: 1 Device type: 103,4 2023-11-16T02:06:31.251 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:06:31.251 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2023-11-16 02:05:15.123371560 +0000 2023-11-16T02:06:31.251 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2023-11-16 02:05:15.031373749 +0000 2023-11-16T02:06:31.251 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2023-11-16 02:05:15.031373749 +0000 2023-11-16T02:06:31.251 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2023-11-16T02:06:31.251 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-16T02:06:31.305 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2023-11-16T02:06:31.305 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2023-11-16T02:06:31.305 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000430017 s, 1.2 MB/s 2023-11-16T02:06:31.306 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-16T02:06:31.357 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/nvme3n1 2023-11-16T02:06:31.407 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/nvme3n1 2023-11-16T02:06:31.407 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:06:31.407 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-16T02:06:31.407 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:06:31.407 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2023-11-16 02:05:15.139371179 +0000 2023-11-16T02:06:31.407 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2023-11-16 02:05:15.035373653 +0000 2023-11-16T02:06:31.407 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2023-11-16 02:05:15.035373653 +0000 2023-11-16T02:06:31.408 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2023-11-16T02:06:31.408 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-16T02:06:31.462 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2023-11-16T02:06:31.462 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2023-11-16T02:06:31.483 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.00043079 s, 1.2 MB/s 2023-11-16T02:06:31.484 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-16T02:06:31.537 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/nvme4n1 2023-11-16T02:06:31.587 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/nvme4n1 2023-11-16T02:06:31.587 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:06:31.587 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-11-16T02:06:31.588 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:06:31.588 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2023-11-16 02:05:15.151370893 +0000 2023-11-16T02:06:31.588 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2023-11-16 02:05:15.035373653 +0000 2023-11-16T02:06:31.588 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2023-11-16 02:05:15.035373653 +0000 2023-11-16T02:06:31.588 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2023-11-16T02:06:31.588 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-16T02:06:31.641 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2023-11-16T02:06:31.641 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2023-11-16T02:06:31.642 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000336392 s, 1.5 MB/s 2023-11-16T02:06:31.642 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-16T02:06:31.692 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:06:31.692 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T02:06:31.699 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T02:06:31.699 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme1n1 2023-11-16T02:06:31.750 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme1n1 2023-11-16T02:06:31.750 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:06:31.750 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-11-16T02:06:31.750 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:06:31.750 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-16 02:05:58.564691707 +0000 2023-11-16T02:06:31.751 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-16 02:05:58.532692469 +0000 2023-11-16T02:06:31.751 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-16 02:05:58.532692469 +0000 2023-11-16T02:06:31.751 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-16T02:06:31.751 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-16T02:06:31.805 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-16T02:06:31.805 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-16T02:06:31.805 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000447243 s, 1.1 MB/s 2023-11-16T02:06:31.806 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-16T02:06:31.860 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme2n1 2023-11-16T02:06:31.914 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme2n1 2023-11-16T02:06:31.915 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:06:31.915 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-11-16T02:06:31.915 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:06:31.915 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-16 02:05:58.580691326 +0000 2023-11-16T02:06:31.915 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-16 02:05:58.532692469 +0000 2023-11-16T02:06:31.915 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-16 02:05:58.532692469 +0000 2023-11-16T02:06:31.915 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-16T02:06:31.915 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-16T02:06:31.969 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-16T02:06:31.969 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-16T02:06:31.969 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000389135 s, 1.3 MB/s 2023-11-16T02:06:31.970 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-16T02:06:32.020 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme3n1 2023-11-16T02:06:32.070 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme3n1 2023-11-16T02:06:32.070 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:06:32.071 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-16T02:06:32.071 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:06:32.071 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-16 02:05:58.596690945 +0000 2023-11-16T02:06:32.071 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-16 02:05:58.532692469 +0000 2023-11-16T02:06:32.071 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-16 02:05:58.532692469 +0000 2023-11-16T02:06:32.071 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-16T02:06:32.071 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-16T02:06:32.125 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-16T02:06:32.125 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-16T02:06:32.125 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000449965 s, 1.1 MB/s 2023-11-16T02:06:32.126 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-16T02:06:32.175 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme4n1 2023-11-16T02:06:32.226 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme4n1 2023-11-16T02:06:32.226 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T02:06:32.226 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-11-16T02:06:32.226 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T02:06:32.226 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2023-11-16 02:05:58.612690565 +0000 2023-11-16T02:06:32.226 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2023-11-16 02:05:58.536692374 +0000 2023-11-16T02:06:32.226 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2023-11-16 02:05:58.536692374 +0000 2023-11-16T02:06:32.226 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2023-11-16T02:06:32.227 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-16T02:06:32.281 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2023-11-16T02:06:32.281 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2023-11-16T02:06:32.281 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000476388 s, 1.1 MB/s 2023-11-16T02:06:32.282 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-16T02:06:32.332 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-16T02:06:32.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: audit 2023-11-16T02:06:31.484260+0000 mon.smithi096 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:32.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: audit 2023-11-16T02:06:31.486129+0000 mon.smithi096 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:32.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: audit 2023-11-16T02:06:31.487699+0000 mon.smithi096 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:06:32.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: cephadm 2023-11-16T02:06:31.489990+0000 mgr.smithi096.ejdhsd (mgr.14182) 23 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2023-11-16T02:06:32.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: cephadm 2023-11-16T02:06:31.490617+0000 mgr.smithi096.ejdhsd (mgr.14182) 24 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2023-11-16T02:06:32.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: audit 2023-11-16T02:06:31.521426+0000 mon.smithi096 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:32.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: audit 2023-11-16T02:06:31.527448+0000 mon.smithi096 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:32.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: audit 2023-11-16T02:06:31.536067+0000 mon.smithi096 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:32.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: cephadm 2023-11-16T02:06:31.541797+0000 mgr.smithi096.ejdhsd (mgr.14182) 25 : cephadm [INF] Reconfiguring mon.smithi096 (unknown last config time)... 2023-11-16T02:06:32.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: audit 2023-11-16T02:06:31.542204+0000 mon.smithi096 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:06:32.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: audit 2023-11-16T02:06:31.543464+0000 mon.smithi096 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T02:06:32.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: audit 2023-11-16T02:06:31.544534+0000 mon.smithi096 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:32.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:32 smithi145 bash[29583]: cephadm 2023-11-16T02:06:31.545473+0000 mgr.smithi096.ejdhsd (mgr.14182) 26 : cephadm [INF] Reconfiguring daemon mon.smithi096 on smithi096 2023-11-16T02:06:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: audit 2023-11-16T02:06:31.484260+0000 mon.smithi096 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: audit 2023-11-16T02:06:31.486129+0000 mon.smithi096 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: audit 2023-11-16T02:06:31.487699+0000 mon.smithi096 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:06:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: cephadm 2023-11-16T02:06:31.489990+0000 mgr.smithi096.ejdhsd (mgr.14182) 23 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2023-11-16T02:06:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: cephadm 2023-11-16T02:06:31.490617+0000 mgr.smithi096.ejdhsd (mgr.14182) 24 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2023-11-16T02:06:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: audit 2023-11-16T02:06:31.521426+0000 mon.smithi096 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: audit 2023-11-16T02:06:31.527448+0000 mon.smithi096 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: audit 2023-11-16T02:06:31.536067+0000 mon.smithi096 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: cephadm 2023-11-16T02:06:31.541797+0000 mgr.smithi096.ejdhsd (mgr.14182) 25 : cephadm [INF] Reconfiguring mon.smithi096 (unknown last config time)... 2023-11-16T02:06:32.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: audit 2023-11-16T02:06:31.542204+0000 mon.smithi096 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:06:32.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: audit 2023-11-16T02:06:31.543464+0000 mon.smithi096 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T02:06:32.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: audit 2023-11-16T02:06:31.544534+0000 mon.smithi096 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:32.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:32 smithi096 bash[25928]: cephadm 2023-11-16T02:06:31.545473+0000 mgr.smithi096.ejdhsd (mgr.14182) 26 : cephadm [INF] Reconfiguring daemon mon.smithi096 on smithi096 2023-11-16T02:06:33.815 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:33 smithi145 bash[29583]: cluster 2023-11-16T02:06:32.050396+0000 mgr.smithi096.ejdhsd (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:33.816 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:33 smithi145 bash[29583]: audit 2023-11-16T02:06:33.431084+0000 mon.smithi096 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:33.816 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:33 smithi145 bash[29583]: audit 2023-11-16T02:06:33.432952+0000 mon.smithi096 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi096.ejdhsd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:06:33.816 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:33 smithi145 bash[29583]: audit 2023-11-16T02:06:33.434399+0000 mon.smithi096 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:06:33.816 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:33 smithi145 bash[29583]: audit 2023-11-16T02:06:33.435699+0000 mon.smithi096 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:33 smithi096 bash[25928]: cluster 2023-11-16T02:06:32.050396+0000 mgr.smithi096.ejdhsd (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:33 smithi096 bash[25928]: audit 2023-11-16T02:06:33.431084+0000 mon.smithi096 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:33 smithi096 bash[25928]: audit 2023-11-16T02:06:33.432952+0000 mon.smithi096 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi096.ejdhsd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:06:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:33 smithi096 bash[25928]: audit 2023-11-16T02:06:33.434399+0000 mon.smithi096 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:06:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:33 smithi096 bash[25928]: audit 2023-11-16T02:06:33.435699+0000 mon.smithi096 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:34.751 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:34 smithi096 bash[25928]: cephadm 2023-11-16T02:06:33.432478+0000 mgr.smithi096.ejdhsd (mgr.14182) 28 : cephadm [INF] Reconfiguring mgr.smithi096.ejdhsd (unknown last config time)... 2023-11-16T02:06:34.751 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:34 smithi096 bash[25928]: cephadm 2023-11-16T02:06:33.436849+0000 mgr.smithi096.ejdhsd (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi096.ejdhsd on smithi096 2023-11-16T02:06:34.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:34 smithi145 bash[29583]: cephadm 2023-11-16T02:06:33.432478+0000 mgr.smithi096.ejdhsd (mgr.14182) 28 : cephadm [INF] Reconfiguring mgr.smithi096.ejdhsd (unknown last config time)... 2023-11-16T02:06:34.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:34 smithi145 bash[29583]: cephadm 2023-11-16T02:06:33.436849+0000 mgr.smithi096.ejdhsd (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mgr.smithi096.ejdhsd on smithi096 2023-11-16T02:06:35.609 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled osd.all-available-devices update... 2023-11-16T02:06:35.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:35 smithi096 bash[25928]: cluster 2023-11-16T02:06:34.050911+0000 mgr.smithi096.ejdhsd (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:35.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:35 smithi096 bash[25928]: audit 2023-11-16T02:06:35.276172+0000 mon.smithi096 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:35.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:35 smithi145 bash[29583]: cluster 2023-11-16T02:06:34.050911+0000 mgr.smithi096.ejdhsd (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:35.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:35 smithi145 bash[29583]: audit 2023-11-16T02:06:35.276172+0000 mon.smithi096 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:36.182 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-16T02:06:36.182 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:06:36.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:36 smithi145 bash[29583]: cephadm 2023-11-16T02:06:35.278022+0000 mgr.smithi096.ejdhsd (mgr.14182) 31 : cephadm [INF] Reconfiguring alertmanager.smithi096 (dependencies changed)... 2023-11-16T02:06:36.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:36 smithi145 bash[29583]: cephadm 2023-11-16T02:06:35.290911+0000 mgr.smithi096.ejdhsd (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi096 on smithi096 2023-11-16T02:06:36.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:36 smithi145 bash[29583]: audit 2023-11-16T02:06:35.593261+0000 mgr.smithi096.ejdhsd (mgr.14182) 33 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:06:36.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:36 smithi145 bash[29583]: cephadm 2023-11-16T02:06:35.597652+0000 mgr.smithi096.ejdhsd (mgr.14182) 34 : cephadm [INF] Marking host: smithi096 for OSDSpec preview refresh. 2023-11-16T02:06:36.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:36 smithi145 bash[29583]: cephadm 2023-11-16T02:06:35.597833+0000 mgr.smithi096.ejdhsd (mgr.14182) 35 : cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2023-11-16T02:06:36.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:36 smithi145 bash[29583]: cephadm 2023-11-16T02:06:35.598591+0000 mgr.smithi096.ejdhsd (mgr.14182) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-16T02:06:36.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:36 smithi145 bash[29583]: audit 2023-11-16T02:06:35.605003+0000 mon.smithi096 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:37.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:36 smithi096 bash[25928]: cephadm 2023-11-16T02:06:35.278022+0000 mgr.smithi096.ejdhsd (mgr.14182) 31 : cephadm [INF] Reconfiguring alertmanager.smithi096 (dependencies changed)... 2023-11-16T02:06:37.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:36 smithi096 bash[25928]: cephadm 2023-11-16T02:06:35.290911+0000 mgr.smithi096.ejdhsd (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi096 on smithi096 2023-11-16T02:06:37.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:36 smithi096 bash[25928]: audit 2023-11-16T02:06:35.593261+0000 mgr.smithi096.ejdhsd (mgr.14182) 33 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:06:37.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:36 smithi096 bash[25928]: cephadm 2023-11-16T02:06:35.597652+0000 mgr.smithi096.ejdhsd (mgr.14182) 34 : cephadm [INF] Marking host: smithi096 for OSDSpec preview refresh. 2023-11-16T02:06:37.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:36 smithi096 bash[25928]: cephadm 2023-11-16T02:06:35.597833+0000 mgr.smithi096.ejdhsd (mgr.14182) 35 : cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2023-11-16T02:06:37.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:36 smithi096 bash[25928]: cephadm 2023-11-16T02:06:35.598591+0000 mgr.smithi096.ejdhsd (mgr.14182) 36 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-16T02:06:37.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:36 smithi096 bash[25928]: audit 2023-11-16T02:06:35.605003+0000 mon.smithi096 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:37.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:37 smithi096 bash[25928]: cluster 2023-11-16T02:06:36.051376+0000 mgr.smithi096.ejdhsd (mgr.14182) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:37.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:37 smithi145 bash[29583]: cluster 2023-11-16T02:06:36.051376+0000 mgr.smithi096.ejdhsd (mgr.14182) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:39.047 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:38 smithi096 bash[25928]: cluster 2023-11-16T02:06:38.051785+0000 mgr.smithi096.ejdhsd (mgr.14182) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:39.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:38 smithi145 bash[29583]: cluster 2023-11-16T02:06:38.051785+0000 mgr.smithi096.ejdhsd (mgr.14182) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:40.772 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:06:41.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:40 smithi145 bash[29583]: cluster 2023-11-16T02:06:40.052323+0000 mgr.smithi096.ejdhsd (mgr.14182) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:41.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:40 smithi145 bash[29583]: audit 2023-11-16T02:06:40.768715+0000 mon.smithi096 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.96:0/653187340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:06:41.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:40 smithi096 bash[25928]: cluster 2023-11-16T02:06:40.052323+0000 mgr.smithi096.ejdhsd (mgr.14182) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:41.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:40 smithi096 bash[25928]: audit 2023-11-16T02:06:40.768715+0000 mon.smithi096 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.96:0/653187340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:06:41.701 INFO:teuthology.orchestra.run.smithi096.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-16T02:06:42.703 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:06:42.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:42 smithi145 bash[29583]: audit 2023-11-16T02:06:41.638883+0000 mon.smithi096 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:42.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:42 smithi145 bash[29583]: cephadm 2023-11-16T02:06:41.639842+0000 mgr.smithi096.ejdhsd (mgr.14182) 40 : cephadm [INF] Reconfiguring crash.smithi096 (monmap changed)... 2023-11-16T02:06:42.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:42 smithi145 bash[29583]: audit 2023-11-16T02:06:41.640205+0000 mon.smithi096 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi096", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:06:42.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:42 smithi145 bash[29583]: audit 2023-11-16T02:06:41.641097+0000 mon.smithi096 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:42.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:42 smithi145 bash[29583]: cephadm 2023-11-16T02:06:41.641876+0000 mgr.smithi096.ejdhsd (mgr.14182) 41 : cephadm [INF] Reconfiguring daemon crash.smithi096 on smithi096 2023-11-16T02:06:42.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:42 smithi145 bash[29583]: cluster 2023-11-16T02:06:42.052866+0000 mgr.smithi096.ejdhsd (mgr.14182) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:42 smithi096 bash[25928]: audit 2023-11-16T02:06:41.638883+0000 mon.smithi096 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:42 smithi096 bash[25928]: cephadm 2023-11-16T02:06:41.639842+0000 mgr.smithi096.ejdhsd (mgr.14182) 40 : cephadm [INF] Reconfiguring crash.smithi096 (monmap changed)... 2023-11-16T02:06:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:42 smithi096 bash[25928]: audit 2023-11-16T02:06:41.640205+0000 mon.smithi096 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi096", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:06:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:42 smithi096 bash[25928]: audit 2023-11-16T02:06:41.641097+0000 mon.smithi096 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:42 smithi096 bash[25928]: cephadm 2023-11-16T02:06:41.641876+0000 mgr.smithi096.ejdhsd (mgr.14182) 41 : cephadm [INF] Reconfiguring daemon crash.smithi096 on smithi096 2023-11-16T02:06:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:42 smithi096 bash[25928]: cluster 2023-11-16T02:06:42.052866+0000 mgr.smithi096.ejdhsd (mgr.14182) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:45.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:45 smithi145 bash[29583]: cluster 2023-11-16T02:06:44.053363+0000 mgr.smithi096.ejdhsd (mgr.14182) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:45.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:45 smithi145 bash[29583]: audit 2023-11-16T02:06:44.734728+0000 mon.smithi096 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:45.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:45 smithi096 bash[25928]: cluster 2023-11-16T02:06:44.053363+0000 mgr.smithi096.ejdhsd (mgr.14182) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:45.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:45 smithi096 bash[25928]: audit 2023-11-16T02:06:44.734728+0000 mon.smithi096 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:46.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:46 smithi096 bash[25928]: cephadm 2023-11-16T02:06:44.735674+0000 mgr.smithi096.ejdhsd (mgr.14182) 44 : cephadm [INF] Reconfiguring grafana.smithi096 (dependencies changed)... 2023-11-16T02:06:46.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:46 smithi096 bash[25928]: cephadm 2023-11-16T02:06:44.778125+0000 mgr.smithi096.ejdhsd (mgr.14182) 45 : cephadm [INF] Reconfiguring daemon grafana.smithi096 on smithi096 2023-11-16T02:06:46.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:46 smithi145 bash[29583]: cephadm 2023-11-16T02:06:44.735674+0000 mgr.smithi096.ejdhsd (mgr.14182) 44 : cephadm [INF] Reconfiguring grafana.smithi096 (dependencies changed)... 2023-11-16T02:06:46.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:46 smithi145 bash[29583]: cephadm 2023-11-16T02:06:44.778125+0000 mgr.smithi096.ejdhsd (mgr.14182) 45 : cephadm [INF] Reconfiguring daemon grafana.smithi096 on smithi096 2023-11-16T02:06:47.060 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:06:47.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:47 smithi145 bash[29583]: cluster 2023-11-16T02:06:46.053809+0000 mgr.smithi096.ejdhsd (mgr.14182) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:47.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:47 smithi145 bash[29583]: audit 2023-11-16T02:06:47.056257+0000 mon.smithi096 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.96:0/374759636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:06:47.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:47 smithi096 bash[25928]: cluster 2023-11-16T02:06:46.053809+0000 mgr.smithi096.ejdhsd (mgr.14182) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:47.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:47 smithi096 bash[25928]: audit 2023-11-16T02:06:47.056257+0000 mon.smithi096 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.96:0/374759636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:06:47.883 INFO:teuthology.orchestra.run.smithi096.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-16T02:06:48.885 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:06:49.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:49 smithi145 bash[29583]: cluster 2023-11-16T02:06:48.054255+0000 mgr.smithi096.ejdhsd (mgr.14182) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:49.493 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:49 smithi096 bash[25928]: cluster 2023-11-16T02:06:48.054255+0000 mgr.smithi096.ejdhsd (mgr.14182) 47 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:51.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:50 smithi096 bash[25928]: cluster 2023-11-16T02:06:50.054765+0000 mgr.smithi096.ejdhsd (mgr.14182) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:51.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:50 smithi096 bash[25928]: audit 2023-11-16T02:06:50.836353+0000 mon.smithi096 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:51.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:50 smithi096 bash[25928]: audit 2023-11-16T02:06:50.838273+0000 mon.smithi096 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:06:51.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:50 smithi096 bash[25928]: audit 2023-11-16T02:06:50.839688+0000 mon.smithi096 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:51.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:50 smithi145 bash[29583]: cluster 2023-11-16T02:06:50.054765+0000 mgr.smithi096.ejdhsd (mgr.14182) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:51.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:50 smithi145 bash[29583]: audit 2023-11-16T02:06:50.836353+0000 mon.smithi096 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:51.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:50 smithi145 bash[29583]: audit 2023-11-16T02:06:50.838273+0000 mon.smithi096 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T02:06:51.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:50 smithi145 bash[29583]: audit 2023-11-16T02:06:50.839688+0000 mon.smithi096 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:51 smithi145 bash[29583]: cephadm 2023-11-16T02:06:50.837785+0000 mgr.smithi096.ejdhsd (mgr.14182) 49 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2023-11-16T02:06:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:51 smithi145 bash[29583]: cephadm 2023-11-16T02:06:50.840704+0000 mgr.smithi096.ejdhsd (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2023-11-16T02:06:52.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:51 smithi096 bash[25928]: cephadm 2023-11-16T02:06:50.837785+0000 mgr.smithi096.ejdhsd (mgr.14182) 49 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2023-11-16T02:06:52.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:51 smithi096 bash[25928]: cephadm 2023-11-16T02:06:50.840704+0000 mgr.smithi096.ejdhsd (mgr.14182) 50 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2023-11-16T02:06:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:52 smithi096 bash[25928]: cluster 2023-11-16T02:06:52.055191+0000 mgr.smithi096.ejdhsd (mgr.14182) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:53.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:52 smithi096 bash[25928]: audit 2023-11-16T02:06:52.682488+0000 mon.smithi096 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:53.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:52 smithi096 bash[25928]: audit 2023-11-16T02:06:52.684038+0000 mon.smithi096 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.tanrve", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:06:53.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:52 smithi096 bash[25928]: audit 2023-11-16T02:06:52.686105+0000 mon.smithi096 (mon.0) 220 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:06:53.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:52 smithi096 bash[25928]: audit 2023-11-16T02:06:52.687225+0000 mon.smithi096 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:52 smithi145 bash[29583]: cluster 2023-11-16T02:06:52.055191+0000 mgr.smithi096.ejdhsd (mgr.14182) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:52 smithi145 bash[29583]: audit 2023-11-16T02:06:52.682488+0000 mon.smithi096 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:52 smithi145 bash[29583]: audit 2023-11-16T02:06:52.684038+0000 mon.smithi096 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.tanrve", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T02:06:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:52 smithi145 bash[29583]: audit 2023-11-16T02:06:52.686105+0000 mon.smithi096 (mon.0) 220 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T02:06:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:52 smithi145 bash[29583]: audit 2023-11-16T02:06:52.687225+0000 mon.smithi096 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:53.219 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:06:53.873 INFO:teuthology.orchestra.run.smithi096.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-16T02:06:54.090 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:53 smithi145 bash[29583]: cephadm 2023-11-16T02:06:52.683608+0000 mgr.smithi096.ejdhsd (mgr.14182) 52 : cephadm [INF] Reconfiguring mgr.smithi145.tanrve (monmap changed)... 2023-11-16T02:06:54.090 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:53 smithi145 bash[29583]: cephadm 2023-11-16T02:06:52.688192+0000 mgr.smithi096.ejdhsd (mgr.14182) 53 : cephadm [INF] Reconfiguring daemon mgr.smithi145.tanrve on smithi145 2023-11-16T02:06:54.090 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:53 smithi145 bash[29583]: audit 2023-11-16T02:06:53.215776+0000 mon.smithi096 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.96:0/3750129851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:06:54.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:53 smithi096 bash[25928]: cephadm 2023-11-16T02:06:52.683608+0000 mgr.smithi096.ejdhsd (mgr.14182) 52 : cephadm [INF] Reconfiguring mgr.smithi145.tanrve (monmap changed)... 2023-11-16T02:06:54.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:53 smithi096 bash[25928]: cephadm 2023-11-16T02:06:52.688192+0000 mgr.smithi096.ejdhsd (mgr.14182) 53 : cephadm [INF] Reconfiguring daemon mgr.smithi145.tanrve on smithi145 2023-11-16T02:06:54.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:53 smithi096 bash[25928]: audit 2023-11-16T02:06:53.215776+0000 mon.smithi096 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.96:0/3750129851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:06:54.875 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:06:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:54 smithi145 bash[29583]: cluster 2023-11-16T02:06:54.055657+0000 mgr.smithi096.ejdhsd (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:54 smithi145 bash[29583]: audit 2023-11-16T02:06:54.650207+0000 mon.smithi096 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:54 smithi145 bash[29583]: audit 2023-11-16T02:06:54.652104+0000 mon.smithi096 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:06:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:54 smithi145 bash[29583]: audit 2023-11-16T02:06:54.653610+0000 mon.smithi096 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T02:06:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:54 smithi145 bash[29583]: audit 2023-11-16T02:06:54.655035+0000 mon.smithi096 (mon.0) 226 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:55.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:54 smithi096 bash[25928]: cluster 2023-11-16T02:06:54.055657+0000 mgr.smithi096.ejdhsd (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:55.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:54 smithi096 bash[25928]: audit 2023-11-16T02:06:54.650207+0000 mon.smithi096 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:55.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:54 smithi096 bash[25928]: audit 2023-11-16T02:06:54.652104+0000 mon.smithi096 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T02:06:55.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:54 smithi096 bash[25928]: audit 2023-11-16T02:06:54.653610+0000 mon.smithi096 (mon.0) 225 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T02:06:55.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:54 smithi096 bash[25928]: audit 2023-11-16T02:06:54.655035+0000 mon.smithi096 (mon.0) 226 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:06:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:55 smithi145 bash[29583]: cephadm 2023-11-16T02:06:54.651529+0000 mgr.smithi096.ejdhsd (mgr.14182) 55 : cephadm [INF] Reconfiguring mon.smithi145 (monmap changed)... 2023-11-16T02:06:56.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:55 smithi145 bash[29583]: cephadm 2023-11-16T02:06:54.656327+0000 mgr.smithi096.ejdhsd (mgr.14182) 56 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2023-11-16T02:06:56.246 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:55 smithi096 bash[25928]: cephadm 2023-11-16T02:06:54.651529+0000 mgr.smithi096.ejdhsd (mgr.14182) 55 : cephadm [INF] Reconfiguring mon.smithi145 (monmap changed)... 2023-11-16T02:06:56.246 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:55 smithi096 bash[25928]: cephadm 2023-11-16T02:06:54.656327+0000 mgr.smithi096.ejdhsd (mgr.14182) 56 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2023-11-16T02:06:57.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: cluster 2023-11-16T02:06:56.056003+0000 mgr.smithi096.ejdhsd (mgr.14182) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:57.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.381788+0000 mon.smithi096 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:57.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.389646+0000 mon.smithi096 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.390592+0000 mgr.smithi096.ejdhsd (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.392331+0000 mon.smithi096 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.392802+0000 mgr.smithi096.ejdhsd (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.401921+0000 mon.smithi096 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.413020+0000 mon.smithi096 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.413687+0000 mgr.smithi096.ejdhsd (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.422463+0000 mon.smithi096 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi096.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.423184+0000 mgr.smithi096.ejdhsd (mgr.14182) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi096.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.432949+0000 mon.smithi096 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.439745+0000 mon.smithi096 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.440311+0000 mgr.smithi096.ejdhsd (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.443174+0000 mon.smithi096 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T02:06:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.443635+0000 mgr.smithi096.ejdhsd (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T02:06:57.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.449490+0000 mon.smithi096 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:57.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:57 smithi145 bash[29583]: audit 2023-11-16T02:06:56.454976+0000 mon.smithi096 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:06:57.711 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: cluster 2023-11-16T02:06:56.056003+0000 mgr.smithi096.ejdhsd (mgr.14182) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:57.711 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.381788+0000 mon.smithi096 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:57.711 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.389646+0000 mon.smithi096 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T02:06:57.712 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.390592+0000 mgr.smithi096.ejdhsd (mgr.14182) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T02:06:57.712 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.392331+0000 mon.smithi096 (mon.0) 229 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T02:06:57.712 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.392802+0000 mgr.smithi096.ejdhsd (mgr.14182) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T02:06:57.712 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.401921+0000 mon.smithi096 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:57.712 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.413020+0000 mon.smithi096 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T02:06:57.712 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.413687+0000 mgr.smithi096.ejdhsd (mgr.14182) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T02:06:57.712 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.422463+0000 mon.smithi096 (mon.0) 232 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi096.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T02:06:57.712 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.423184+0000 mgr.smithi096.ejdhsd (mgr.14182) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi096.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T02:06:57.713 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.432949+0000 mon.smithi096 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:57.713 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.439745+0000 mon.smithi096 (mon.0) 234 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T02:06:57.713 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.440311+0000 mgr.smithi096.ejdhsd (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T02:06:57.713 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.443174+0000 mon.smithi096 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T02:06:57.713 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.443635+0000 mgr.smithi096.ejdhsd (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T02:06:57.713 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.449490+0000 mon.smithi096 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:06:57.713 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:57 smithi096 bash[25928]: audit 2023-11-16T02:06:56.454976+0000 mon.smithi096 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:06:58.149 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:06:58.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:58 smithi096 bash[25928]: audit 2023-11-16T02:06:58.145668+0000 mon.smithi096 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.96:0/3433586155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:06:58.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:58 smithi145 bash[29583]: audit 2023-11-16T02:06:58.145668+0000 mon.smithi096 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.96:0/3433586155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:06:58.799 INFO:teuthology.orchestra.run.smithi096.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-16T02:06:59.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:06:59 smithi145 bash[29583]: cluster 2023-11-16T02:06:58.056373+0000 mgr.smithi096.ejdhsd (mgr.14182) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:06:59.801 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:06:59.813 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:06:59 smithi096 bash[25928]: cluster 2023-11-16T02:06:58.056373+0000 mgr.smithi096.ejdhsd (mgr.14182) 64 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:01.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:00 smithi096 bash[25928]: cluster 2023-11-16T02:07:00.056704+0000 mgr.smithi096.ejdhsd (mgr.14182) 65 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:00 smithi145 bash[29583]: cluster 2023-11-16T02:07:00.056704+0000 mgr.smithi096.ejdhsd (mgr.14182) 65 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:02.784 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: cluster 2023-11-16T02:07:02.057106+0000 mgr.smithi096.ejdhsd (mgr.14182) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.079170+0000 mon.smithi096 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.273778+0000 mon.smithi096 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.380353+0000 mon.smithi096 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.584885+0000 mon.smithi096 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.586235+0000 mon.smithi096 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.587227+0000 mon.smithi096 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:07:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.600113+0000 mon.smithi096 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.606875+0000 mon.smithi096 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:07:03.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.613425+0000 mon.smithi096 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:07:03.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.615368+0000 mon.smithi096 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:07:03.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.615756+0000 mon.smithi096 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:03.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.616796+0000 mon.smithi096 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:03.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:03 smithi096 bash[25928]: audit 2023-11-16T02:07:02.779220+0000 mon.smithi096 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.96:0/2267069709' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:03.364 INFO:teuthology.orchestra.run.smithi096.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-16T02:07:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: cluster 2023-11-16T02:07:02.057106+0000 mgr.smithi096.ejdhsd (mgr.14182) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.079170+0000 mon.smithi096 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.273778+0000 mon.smithi096 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.380353+0000 mon.smithi096 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.584885+0000 mon.smithi096 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.586235+0000 mon.smithi096 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:03.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.587227+0000 mon.smithi096 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:07:03.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.600113+0000 mon.smithi096 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:03.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.606875+0000 mon.smithi096 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:07:03.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.613425+0000 mon.smithi096 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:07:03.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.615368+0000 mon.smithi096 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:07:03.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.615756+0000 mon.smithi096 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:03.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.616796+0000 mon.smithi096 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:03.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:03 smithi145 bash[29583]: audit 2023-11-16T02:07:02.779220+0000 mon.smithi096 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.96:0/2267069709' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:04.366 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:05.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:05 smithi096 bash[25928]: cluster 2023-11-16T02:07:04.057577+0000 mgr.smithi096.ejdhsd (mgr.14182) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:05 smithi145 bash[29583]: cluster 2023-11-16T02:07:04.057577+0000 mgr.smithi096.ejdhsd (mgr.14182) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:07.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:07 smithi096 bash[25928]: cluster 2023-11-16T02:07:06.058016+0000 mgr.smithi096.ejdhsd (mgr.14182) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:07.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:07 smithi145 bash[29583]: cluster 2023-11-16T02:07:06.058016+0000 mgr.smithi096.ejdhsd (mgr.14182) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:07.711 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:08.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:08 smithi145 bash[29583]: audit 2023-11-16T02:07:07.707523+0000 mon.smithi096 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.96:0/1962733549' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:08 smithi096 bash[25928]: audit 2023-11-16T02:07:07.707523+0000 mon.smithi096 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.96:0/1962733549' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:08.727 INFO:teuthology.orchestra.run.smithi096.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-16T02:07:09.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:09 smithi096 bash[25928]: cluster 2023-11-16T02:07:08.058511+0000 mgr.smithi096.ejdhsd (mgr.14182) 69 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:09.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:09 smithi145 bash[29583]: cluster 2023-11-16T02:07:08.058511+0000 mgr.smithi096.ejdhsd (mgr.14182) 69 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:09.729 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:11.160 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:10 smithi096 bash[25928]: cluster 2023-11-16T02:07:10.059027+0000 mgr.smithi096.ejdhsd (mgr.14182) 70 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:10 smithi145 bash[29583]: cluster 2023-11-16T02:07:10.059027+0000 mgr.smithi096.ejdhsd (mgr.14182) 70 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:12.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:11 smithi145 bash[29583]: audit 2023-11-16T02:07:10.987836+0000 mon.smithi096 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9d5dfd1-035f-4f41-9e8d-9de2d51a3243"}]: dispatch 2023-11-16T02:07:12.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:11 smithi145 bash[29583]: audit 2023-11-16T02:07:10.989147+0000 mon.smithi145 (mon.1) 2 : audit [INF] from='client.? 172.21.15.145:0/1206605389' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9d5dfd1-035f-4f41-9e8d-9de2d51a3243"}]: dispatch 2023-11-16T02:07:12.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:11 smithi145 bash[29583]: audit 2023-11-16T02:07:10.993319+0000 mon.smithi096 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9d5dfd1-035f-4f41-9e8d-9de2d51a3243"}]': finished 2023-11-16T02:07:12.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:11 smithi145 bash[29583]: cluster 2023-11-16T02:07:10.993453+0000 mon.smithi096 (mon.0) 255 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-16T02:07:12.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:11 smithi145 bash[29583]: audit 2023-11-16T02:07:10.993643+0000 mon.smithi096 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:12.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:11 smithi096 bash[25928]: audit 2023-11-16T02:07:10.987836+0000 mon.smithi096 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9d5dfd1-035f-4f41-9e8d-9de2d51a3243"}]: dispatch 2023-11-16T02:07:12.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:11 smithi096 bash[25928]: audit 2023-11-16T02:07:10.989147+0000 mon.smithi145 (mon.1) 2 : audit [INF] from='client.? 172.21.15.145:0/1206605389' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9d5dfd1-035f-4f41-9e8d-9de2d51a3243"}]: dispatch 2023-11-16T02:07:12.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:11 smithi096 bash[25928]: audit 2023-11-16T02:07:10.993319+0000 mon.smithi096 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9d5dfd1-035f-4f41-9e8d-9de2d51a3243"}]': finished 2023-11-16T02:07:12.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:11 smithi096 bash[25928]: cluster 2023-11-16T02:07:10.993453+0000 mon.smithi096 (mon.0) 255 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-16T02:07:12.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:11 smithi096 bash[25928]: audit 2023-11-16T02:07:10.993643+0000 mon.smithi096 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:13.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:12 smithi145 bash[29583]: audit 2023-11-16T02:07:12.047223+0000 mon.smithi145 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.145:0/435738505' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:13.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:12 smithi145 bash[29583]: cluster 2023-11-16T02:07:12.059344+0000 mgr.smithi096.ejdhsd (mgr.14182) 71 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:13.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:12 smithi145 bash[29583]: audit 2023-11-16T02:07:12.281016+0000 mon.smithi096 (mon.0) 257 : audit [INF] from='client.? 172.21.15.96:0/3120792299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c35e602-52e5-4fdc-ac9c-f5ffef03e0ad"}]: dispatch 2023-11-16T02:07:13.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:12 smithi145 bash[29583]: audit 2023-11-16T02:07:12.289244+0000 mon.smithi096 (mon.0) 258 : audit [INF] from='client.? 172.21.15.96:0/3120792299' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c35e602-52e5-4fdc-ac9c-f5ffef03e0ad"}]': finished 2023-11-16T02:07:13.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:12 smithi145 bash[29583]: cluster 2023-11-16T02:07:12.289361+0000 mon.smithi096 (mon.0) 259 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-16T02:07:13.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:12 smithi145 bash[29583]: audit 2023-11-16T02:07:12.289603+0000 mon.smithi096 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:13.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:12 smithi145 bash[29583]: audit 2023-11-16T02:07:12.289966+0000 mon.smithi096 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:13.173 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:12 smithi096 bash[25928]: audit 2023-11-16T02:07:12.047223+0000 mon.smithi145 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.145:0/435738505' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:13.173 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:12 smithi096 bash[25928]: cluster 2023-11-16T02:07:12.059344+0000 mgr.smithi096.ejdhsd (mgr.14182) 71 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:13.173 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:12 smithi096 bash[25928]: audit 2023-11-16T02:07:12.281016+0000 mon.smithi096 (mon.0) 257 : audit [INF] from='client.? 172.21.15.96:0/3120792299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c35e602-52e5-4fdc-ac9c-f5ffef03e0ad"}]: dispatch 2023-11-16T02:07:13.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:12 smithi096 bash[25928]: audit 2023-11-16T02:07:12.289244+0000 mon.smithi096 (mon.0) 258 : audit [INF] from='client.? 172.21.15.96:0/3120792299' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c35e602-52e5-4fdc-ac9c-f5ffef03e0ad"}]': finished 2023-11-16T02:07:13.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:12 smithi096 bash[25928]: cluster 2023-11-16T02:07:12.289361+0000 mon.smithi096 (mon.0) 259 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-16T02:07:13.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:12 smithi096 bash[25928]: audit 2023-11-16T02:07:12.289603+0000 mon.smithi096 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:13.174 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:12 smithi096 bash[25928]: audit 2023-11-16T02:07:12.289966+0000 mon.smithi096 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:13.507 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:14.160 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:13 smithi096 bash[25928]: audit 2023-11-16T02:07:13.503599+0000 mon.smithi096 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.96:0/2528754809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:14.160 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:13 smithi096 bash[25928]: audit 2023-11-16T02:07:13.753456+0000 mon.smithi096 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.96:0/2679105990' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:14.161 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700100432,"num_remapped_pgs":0} 2023-11-16T02:07:14.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:13 smithi145 bash[29583]: audit 2023-11-16T02:07:13.503599+0000 mon.smithi096 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.96:0/2528754809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:14.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:13 smithi145 bash[29583]: audit 2023-11-16T02:07:13.753456+0000 mon.smithi096 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.96:0/2679105990' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:15.162 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:15.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:14 smithi145 bash[29583]: cluster 2023-11-16T02:07:14.059716+0000 mgr.smithi096.ejdhsd (mgr.14182) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:15.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:14 smithi145 bash[29583]: audit 2023-11-16T02:07:14.761224+0000 mon.smithi096 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "677153e7-06b0-45f1-bc38-1805bf28b22e"}]: dispatch 2023-11-16T02:07:15.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:14 smithi145 bash[29583]: audit 2023-11-16T02:07:14.762706+0000 mon.smithi145 (mon.1) 4 : audit [INF] from='client.? 172.21.15.145:0/447717980' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "677153e7-06b0-45f1-bc38-1805bf28b22e"}]: dispatch 2023-11-16T02:07:15.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:14 smithi145 bash[29583]: audit 2023-11-16T02:07:14.768329+0000 mon.smithi096 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "677153e7-06b0-45f1-bc38-1805bf28b22e"}]': finished 2023-11-16T02:07:15.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:14 smithi145 bash[29583]: cluster 2023-11-16T02:07:14.768464+0000 mon.smithi096 (mon.0) 266 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-16T02:07:15.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:14 smithi145 bash[29583]: audit 2023-11-16T02:07:14.768678+0000 mon.smithi096 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:15.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:14 smithi145 bash[29583]: audit 2023-11-16T02:07:14.769226+0000 mon.smithi096 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:15.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:14 smithi145 bash[29583]: audit 2023-11-16T02:07:14.769556+0000 mon.smithi096 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:15.169 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:14 smithi096 bash[25928]: cluster 2023-11-16T02:07:14.059716+0000 mgr.smithi096.ejdhsd (mgr.14182) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:15.169 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:14 smithi096 bash[25928]: audit 2023-11-16T02:07:14.761224+0000 mon.smithi096 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "677153e7-06b0-45f1-bc38-1805bf28b22e"}]: dispatch 2023-11-16T02:07:15.170 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:14 smithi096 bash[25928]: audit 2023-11-16T02:07:14.762706+0000 mon.smithi145 (mon.1) 4 : audit [INF] from='client.? 172.21.15.145:0/447717980' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "677153e7-06b0-45f1-bc38-1805bf28b22e"}]: dispatch 2023-11-16T02:07:15.170 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:14 smithi096 bash[25928]: audit 2023-11-16T02:07:14.768329+0000 mon.smithi096 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "677153e7-06b0-45f1-bc38-1805bf28b22e"}]': finished 2023-11-16T02:07:15.170 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:14 smithi096 bash[25928]: cluster 2023-11-16T02:07:14.768464+0000 mon.smithi096 (mon.0) 266 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-16T02:07:15.170 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:14 smithi096 bash[25928]: audit 2023-11-16T02:07:14.768678+0000 mon.smithi096 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:15.170 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:14 smithi096 bash[25928]: audit 2023-11-16T02:07:14.769226+0000 mon.smithi096 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:15.170 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:14 smithi096 bash[25928]: audit 2023-11-16T02:07:14.769556+0000 mon.smithi096 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:16.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:15 smithi145 bash[29583]: audit 2023-11-16T02:07:15.838547+0000 mon.smithi145 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.145:0/48569463' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:16.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:15 smithi096 bash[25928]: audit 2023-11-16T02:07:15.838547+0000 mon.smithi145 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.145:0/48569463' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:16.932 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:16 smithi096 bash[25928]: cluster 2023-11-16T02:07:16.060151+0000 mgr.smithi096.ejdhsd (mgr.14182) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:17.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:16 smithi096 bash[25928]: audit 2023-11-16T02:07:16.491331+0000 mon.smithi096 (mon.0) 270 : audit [INF] from='client.? 172.21.15.96:0/4185038816' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "921fbe29-8d9c-48c8-b61e-c85265e51e06"}]: dispatch 2023-11-16T02:07:17.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:16 smithi096 bash[25928]: audit 2023-11-16T02:07:16.496231+0000 mon.smithi096 (mon.0) 271 : audit [INF] from='client.? 172.21.15.96:0/4185038816' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "921fbe29-8d9c-48c8-b61e-c85265e51e06"}]': finished 2023-11-16T02:07:17.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:16 smithi096 bash[25928]: cluster 2023-11-16T02:07:16.496288+0000 mon.smithi096 (mon.0) 272 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-16T02:07:17.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:16 smithi096 bash[25928]: audit 2023-11-16T02:07:16.496406+0000 mon.smithi096 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:17.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:16 smithi096 bash[25928]: audit 2023-11-16T02:07:16.496696+0000 mon.smithi096 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:17.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:16 smithi096 bash[25928]: audit 2023-11-16T02:07:16.496863+0000 mon.smithi096 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:17.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:16 smithi096 bash[25928]: audit 2023-11-16T02:07:16.497030+0000 mon.smithi096 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:17.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:16 smithi145 bash[29583]: cluster 2023-11-16T02:07:16.060151+0000 mgr.smithi096.ejdhsd (mgr.14182) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:17.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:16 smithi145 bash[29583]: audit 2023-11-16T02:07:16.491331+0000 mon.smithi096 (mon.0) 270 : audit [INF] from='client.? 172.21.15.96:0/4185038816' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "921fbe29-8d9c-48c8-b61e-c85265e51e06"}]: dispatch 2023-11-16T02:07:17.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:16 smithi145 bash[29583]: audit 2023-11-16T02:07:16.496231+0000 mon.smithi096 (mon.0) 271 : audit [INF] from='client.? 172.21.15.96:0/4185038816' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "921fbe29-8d9c-48c8-b61e-c85265e51e06"}]': finished 2023-11-16T02:07:17.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:16 smithi145 bash[29583]: cluster 2023-11-16T02:07:16.496288+0000 mon.smithi096 (mon.0) 272 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-16T02:07:17.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:16 smithi145 bash[29583]: audit 2023-11-16T02:07:16.496406+0000 mon.smithi096 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:17.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:16 smithi145 bash[29583]: audit 2023-11-16T02:07:16.496696+0000 mon.smithi096 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:17.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:16 smithi145 bash[29583]: audit 2023-11-16T02:07:16.496863+0000 mon.smithi096 (mon.0) 275 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:17.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:16 smithi145 bash[29583]: audit 2023-11-16T02:07:16.497030+0000 mon.smithi096 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:18.792 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:19.376 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: cluster 2023-11-16T02:07:18.060460+0000 mgr.smithi096.ejdhsd (mgr.14182) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.145566+0000 mon.smithi096 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.96:0/1866708624' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.552860+0000 mon.smithi096 (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bab5af5-c881-4430-a5e4-529f273ff501"}]: dispatch 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.554532+0000 mon.smithi145 (mon.1) 6 : audit [INF] from='client.? 172.21.15.145:0/301968976' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bab5af5-c881-4430-a5e4-529f273ff501"}]: dispatch 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.559237+0000 mon.smithi096 (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bab5af5-c881-4430-a5e4-529f273ff501"}]': finished 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: cluster 2023-11-16T02:07:18.559373+0000 mon.smithi096 (mon.0) 280 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.559555+0000 mon.smithi096 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.559907+0000 mon.smithi096 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.560147+0000 mon.smithi096 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.560371+0000 mon.smithi096 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.560584+0000 mon.smithi096 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:19.377 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:19 smithi096 bash[25928]: audit 2023-11-16T02:07:18.788553+0000 mon.smithi096 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.96:0/3235771980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:19.378 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1700100438,"num_remapped_pgs":0} 2023-11-16T02:07:19.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: cluster 2023-11-16T02:07:18.060460+0000 mgr.smithi096.ejdhsd (mgr.14182) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:19.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.145566+0000 mon.smithi096 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.96:0/1866708624' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:19.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.552860+0000 mon.smithi096 (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bab5af5-c881-4430-a5e4-529f273ff501"}]: dispatch 2023-11-16T02:07:19.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.554532+0000 mon.smithi145 (mon.1) 6 : audit [INF] from='client.? 172.21.15.145:0/301968976' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2bab5af5-c881-4430-a5e4-529f273ff501"}]: dispatch 2023-11-16T02:07:19.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.559237+0000 mon.smithi096 (mon.0) 279 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2bab5af5-c881-4430-a5e4-529f273ff501"}]': finished 2023-11-16T02:07:19.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: cluster 2023-11-16T02:07:18.559373+0000 mon.smithi096 (mon.0) 280 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-16T02:07:19.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.559555+0000 mon.smithi096 (mon.0) 281 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:19.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.559907+0000 mon.smithi096 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:19.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.560147+0000 mon.smithi096 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:19.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.560371+0000 mon.smithi096 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:19.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.560584+0000 mon.smithi096 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:19.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:19 smithi145 bash[29583]: audit 2023-11-16T02:07:18.788553+0000 mon.smithi096 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.96:0/3235771980' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:20.379 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:20.392 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:20 smithi096 bash[25928]: audit 2023-11-16T02:07:19.598058+0000 mon.smithi145 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.145:0/96499869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:20.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:20 smithi145 bash[29583]: audit 2023-11-16T02:07:19.598058+0000 mon.smithi145 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.145:0/96499869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:21.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: cluster 2023-11-16T02:07:20.060897+0000 mgr.smithi096.ejdhsd (mgr.14182) 75 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:21.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: audit 2023-11-16T02:07:20.871201+0000 mon.smithi096 (mon.0) 287 : audit [INF] from='client.? 172.21.15.96:0/2779830336' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "064dbead-3d7d-47e6-a78f-b36603015ec4"}]: dispatch 2023-11-16T02:07:21.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: audit 2023-11-16T02:07:20.879444+0000 mon.smithi096 (mon.0) 288 : audit [INF] from='client.? 172.21.15.96:0/2779830336' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "064dbead-3d7d-47e6-a78f-b36603015ec4"}]': finished 2023-11-16T02:07:21.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: cluster 2023-11-16T02:07:20.879556+0000 mon.smithi096 (mon.0) 289 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-16T02:07:21.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: audit 2023-11-16T02:07:20.879771+0000 mon.smithi096 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:21.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: audit 2023-11-16T02:07:20.880562+0000 mon.smithi096 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:21.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: audit 2023-11-16T02:07:20.880950+0000 mon.smithi096 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:21.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: audit 2023-11-16T02:07:20.881310+0000 mon.smithi096 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:21.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: audit 2023-11-16T02:07:20.881875+0000 mon.smithi096 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:21.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:21 smithi145 bash[29583]: audit 2023-11-16T02:07:20.882448+0000 mon.smithi096 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: cluster 2023-11-16T02:07:20.060897+0000 mgr.smithi096.ejdhsd (mgr.14182) 75 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: audit 2023-11-16T02:07:20.871201+0000 mon.smithi096 (mon.0) 287 : audit [INF] from='client.? 172.21.15.96:0/2779830336' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "064dbead-3d7d-47e6-a78f-b36603015ec4"}]: dispatch 2023-11-16T02:07:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: audit 2023-11-16T02:07:20.879444+0000 mon.smithi096 (mon.0) 288 : audit [INF] from='client.? 172.21.15.96:0/2779830336' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "064dbead-3d7d-47e6-a78f-b36603015ec4"}]': finished 2023-11-16T02:07:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: cluster 2023-11-16T02:07:20.879556+0000 mon.smithi096 (mon.0) 289 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-16T02:07:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: audit 2023-11-16T02:07:20.879771+0000 mon.smithi096 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: audit 2023-11-16T02:07:20.880562+0000 mon.smithi096 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: audit 2023-11-16T02:07:20.880950+0000 mon.smithi096 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: audit 2023-11-16T02:07:20.881310+0000 mon.smithi096 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: audit 2023-11-16T02:07:20.881875+0000 mon.smithi096 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:21 smithi096 bash[25928]: audit 2023-11-16T02:07:20.882448+0000 mon.smithi096 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:23.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: cluster 2023-11-16T02:07:22.061197+0000 mgr.smithi096.ejdhsd (mgr.14182) 76 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.344646+0000 mon.smithi096 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d63da740-eb18-4584-a23e-f6a5c4ed5b67"}]: dispatch 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.346306+0000 mon.smithi145 (mon.1) 8 : audit [INF] from='client.? 172.21.15.145:0/1641830059' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d63da740-eb18-4584-a23e-f6a5c4ed5b67"}]: dispatch 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.352584+0000 mon.smithi096 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d63da740-eb18-4584-a23e-f6a5c4ed5b67"}]': finished 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: cluster 2023-11-16T02:07:22.352718+0000 mon.smithi096 (mon.0) 298 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.352924+0000 mon.smithi096 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.353675+0000 mon.smithi096 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.354068+0000 mon.smithi096 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.354553+0000 mon.smithi096 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.355002+0000 mon.smithi096 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:23.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.355441+0000 mon.smithi096 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:23.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.355889+0000 mon.smithi096 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:23.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:23 smithi145 bash[29583]: audit 2023-11-16T02:07:22.365547+0000 mon.smithi096 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.96:0/2950739821' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: cluster 2023-11-16T02:07:22.061197+0000 mgr.smithi096.ejdhsd (mgr.14182) 76 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.344646+0000 mon.smithi096 (mon.0) 296 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d63da740-eb18-4584-a23e-f6a5c4ed5b67"}]: dispatch 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.346306+0000 mon.smithi145 (mon.1) 8 : audit [INF] from='client.? 172.21.15.145:0/1641830059' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d63da740-eb18-4584-a23e-f6a5c4ed5b67"}]: dispatch 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.352584+0000 mon.smithi096 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d63da740-eb18-4584-a23e-f6a5c4ed5b67"}]': finished 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: cluster 2023-11-16T02:07:22.352718+0000 mon.smithi096 (mon.0) 298 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.352924+0000 mon.smithi096 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.353675+0000 mon.smithi096 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.354068+0000 mon.smithi096 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.354553+0000 mon.smithi096 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:23.423 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.355002+0000 mon.smithi096 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:23.424 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.355441+0000 mon.smithi096 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:23.424 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.355889+0000 mon.smithi096 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:23.424 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:23 smithi096 bash[25928]: audit 2023-11-16T02:07:22.365547+0000 mon.smithi096 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.96:0/2950739821' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:23.817 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:24.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:24 smithi145 bash[29583]: audit 2023-11-16T02:07:23.455040+0000 mon.smithi145 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.145:0/3610341536' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:24.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:24 smithi145 bash[29583]: audit 2023-11-16T02:07:23.814137+0000 mon.smithi096 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.96:0/2615943948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:24.471 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:24 smithi096 bash[25928]: audit 2023-11-16T02:07:23.455040+0000 mon.smithi145 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.145:0/3610341536' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:24.471 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:24 smithi096 bash[25928]: audit 2023-11-16T02:07:23.814137+0000 mon.smithi096 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.96:0/2615943948' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:24.472 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1700100442,"num_remapped_pgs":0} 2023-11-16T02:07:25.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: cluster 2023-11-16T02:07:24.061634+0000 mgr.smithi096.ejdhsd (mgr.14182) 77 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:25.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.110307+0000 mon.smithi096 (mon.0) 308 : audit [INF] from='client.? 172.21.15.96:0/3292495211' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ceca684d-84d1-4203-b98e-0e57abb66336"}]: dispatch 2023-11-16T02:07:25.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.117827+0000 mon.smithi096 (mon.0) 309 : audit [INF] from='client.? 172.21.15.96:0/3292495211' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ceca684d-84d1-4203-b98e-0e57abb66336"}]': finished 2023-11-16T02:07:25.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: cluster 2023-11-16T02:07:25.117867+0000 mon.smithi096 (mon.0) 310 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-16T02:07:25.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.118056+0000 mon.smithi096 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:25.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.118814+0000 mon.smithi096 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:25.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.119231+0000 mon.smithi096 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:25.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.119626+0000 mon.smithi096 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:25.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.120173+0000 mon.smithi096 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:25.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.120690+0000 mon.smithi096 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:25.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.121183+0000 mon.smithi096 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:25.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:25 smithi145 bash[29583]: audit 2023-11-16T02:07:25.121533+0000 mon.smithi096 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:25.474 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:25.486 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: cluster 2023-11-16T02:07:24.061634+0000 mgr.smithi096.ejdhsd (mgr.14182) 77 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:25.486 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.110307+0000 mon.smithi096 (mon.0) 308 : audit [INF] from='client.? 172.21.15.96:0/3292495211' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ceca684d-84d1-4203-b98e-0e57abb66336"}]: dispatch 2023-11-16T02:07:25.487 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.117827+0000 mon.smithi096 (mon.0) 309 : audit [INF] from='client.? 172.21.15.96:0/3292495211' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ceca684d-84d1-4203-b98e-0e57abb66336"}]': finished 2023-11-16T02:07:25.487 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: cluster 2023-11-16T02:07:25.117867+0000 mon.smithi096 (mon.0) 310 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-16T02:07:25.488 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.118056+0000 mon.smithi096 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:25.488 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.118814+0000 mon.smithi096 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:25.489 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.119231+0000 mon.smithi096 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:25.489 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.119626+0000 mon.smithi096 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:25.490 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.120173+0000 mon.smithi096 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:25.490 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.120690+0000 mon.smithi096 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:25.490 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.121183+0000 mon.smithi096 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:25.491 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:25 smithi096 bash[25928]: audit 2023-11-16T02:07:25.121533+0000 mon.smithi096 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:27.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:27 smithi096 bash[25928]: cluster 2023-11-16T02:07:26.062002+0000 mgr.smithi096.ejdhsd (mgr.14182) 78 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:27.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:27 smithi096 bash[25928]: audit 2023-11-16T02:07:26.480157+0000 mon.smithi096 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.96:0/541698174' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:27.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:27 smithi145 bash[29583]: cluster 2023-11-16T02:07:26.062002+0000 mgr.smithi096.ejdhsd (mgr.14182) 78 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:27.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:27 smithi145 bash[29583]: audit 2023-11-16T02:07:26.480157+0000 mon.smithi096 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.96:0/541698174' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T02:07:28.765 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:29.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:29 smithi145 bash[29583]: cluster 2023-11-16T02:07:28.062454+0000 mgr.smithi096.ejdhsd (mgr.14182) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:29.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:29 smithi145 bash[29583]: audit 2023-11-16T02:07:28.761785+0000 mon.smithi096 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.96:0/3141183391' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:29.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:29 smithi096 bash[25928]: cluster 2023-11-16T02:07:28.062454+0000 mgr.smithi096.ejdhsd (mgr.14182) 79 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:29 smithi096 bash[25928]: audit 2023-11-16T02:07:28.761785+0000 mon.smithi096 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.96:0/3141183391' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:29.752 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700100445,"num_remapped_pgs":0} 2023-11-16T02:07:30.754 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:31.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:30 smithi096 bash[25928]: cluster 2023-11-16T02:07:30.062902+0000 mgr.smithi096.ejdhsd (mgr.14182) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:31.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:30 smithi145 bash[29583]: cluster 2023-11-16T02:07:30.062902+0000 mgr.smithi096.ejdhsd (mgr.14182) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:33.387 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:33 smithi096 bash[25928]: cluster 2023-11-16T02:07:32.063452+0000 mgr.smithi096.ejdhsd (mgr.14182) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:33.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:33 smithi145 bash[29583]: cluster 2023-11-16T02:07:32.063452+0000 mgr.smithi096.ejdhsd (mgr.14182) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:33.806 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:34.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:34 smithi145 bash[29583]: audit 2023-11-16T02:07:33.802779+0000 mon.smithi096 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.96:0/3829129662' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:34.426 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:34 smithi096 bash[25928]: audit 2023-11-16T02:07:33.802779+0000 mon.smithi096 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.96:0/3829129662' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:34.427 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700100445,"num_remapped_pgs":0} 2023-11-16T02:07:35.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:35 smithi145 bash[29583]: cluster 2023-11-16T02:07:34.063900+0000 mgr.smithi096.ejdhsd (mgr.14182) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:35.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:35 smithi145 bash[29583]: audit 2023-11-16T02:07:34.728278+0000 mon.smithi096 (mon.0) 322 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T02:07:35.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:35 smithi145 bash[29583]: audit 2023-11-16T02:07:34.730110+0000 mon.smithi096 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:35.428 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:35.439 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:35 smithi096 bash[25928]: cluster 2023-11-16T02:07:34.063900+0000 mgr.smithi096.ejdhsd (mgr.14182) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:35.439 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:35 smithi096 bash[25928]: audit 2023-11-16T02:07:34.728278+0000 mon.smithi096 (mon.0) 322 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T02:07:35.439 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:35 smithi096 bash[25928]: audit 2023-11-16T02:07:34.730110+0000 mon.smithi096 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:36.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:36 smithi145 bash[29583]: cephadm 2023-11-16T02:07:34.731644+0000 mgr.smithi096.ejdhsd (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.0 on smithi145 2023-11-16T02:07:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:36 smithi096 bash[25928]: cephadm 2023-11-16T02:07:34.731644+0000 mgr.smithi096.ejdhsd (mgr.14182) 83 : cephadm [INF] Deploying daemon osd.0 on smithi145 2023-11-16T02:07:37.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:37 smithi096 bash[25928]: cluster 2023-11-16T02:07:36.064383+0000 mgr.smithi096.ejdhsd (mgr.14182) 84 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:37.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:37 smithi145 bash[29583]: cluster 2023-11-16T02:07:36.064383+0000 mgr.smithi096.ejdhsd (mgr.14182) 84 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:39.831 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:39 smithi145 bash[29583]: cluster 2023-11-16T02:07:38.064756+0000 mgr.smithi096.ejdhsd (mgr.14182) 85 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:39.831 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:39 smithi145 bash[29583]: audit 2023-11-16T02:07:38.540365+0000 mon.smithi096 (mon.0) 324 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:39.831 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:39 smithi145 bash[29583]: audit 2023-11-16T02:07:38.541944+0000 mon.smithi096 (mon.0) 325 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T02:07:39.831 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:39 smithi145 bash[29583]: audit 2023-11-16T02:07:38.543488+0000 mon.smithi096 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:39.832 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:39 smithi145 bash[29583]: cephadm 2023-11-16T02:07:38.544753+0000 mgr.smithi096.ejdhsd (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.2 on smithi145 2023-11-16T02:07:39.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:39 smithi096 bash[25928]: cluster 2023-11-16T02:07:38.064756+0000 mgr.smithi096.ejdhsd (mgr.14182) 85 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:39.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:39 smithi096 bash[25928]: audit 2023-11-16T02:07:38.540365+0000 mon.smithi096 (mon.0) 324 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:39.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:39 smithi096 bash[25928]: audit 2023-11-16T02:07:38.541944+0000 mon.smithi096 (mon.0) 325 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T02:07:39.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:39 smithi096 bash[25928]: audit 2023-11-16T02:07:38.543488+0000 mon.smithi096 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:39.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:39 smithi096 bash[25928]: cephadm 2023-11-16T02:07:38.544753+0000 mgr.smithi096.ejdhsd (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.2 on smithi145 2023-11-16T02:07:39.898 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:40.707 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700100445,"num_remapped_pgs":0} 2023-11-16T02:07:40.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:40 smithi096 bash[25928]: audit 2023-11-16T02:07:39.892435+0000 mon.smithi096 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.96:0/1785755014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:40.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:40 smithi145 bash[29583]: audit 2023-11-16T02:07:39.892435+0000 mon.smithi096 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.96:0/1785755014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:41.709 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:41.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:41 smithi096 bash[25928]: cluster 2023-11-16T02:07:40.065163+0000 mgr.smithi096.ejdhsd (mgr.14182) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:41.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:41 smithi096 bash[25928]: audit 2023-11-16T02:07:40.718648+0000 mon.smithi096 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T02:07:41.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:41 smithi096 bash[25928]: audit 2023-11-16T02:07:40.720019+0000 mon.smithi096 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:41.878 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:41 smithi145 bash[29583]: cluster 2023-11-16T02:07:40.065163+0000 mgr.smithi096.ejdhsd (mgr.14182) 87 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:41.878 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:41 smithi145 bash[29583]: audit 2023-11-16T02:07:40.718648+0000 mon.smithi096 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T02:07:41.878 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:41 smithi145 bash[29583]: audit 2023-11-16T02:07:40.720019+0000 mon.smithi096 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:42.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:42 smithi145 bash[29583]: cephadm 2023-11-16T02:07:40.721149+0000 mgr.smithi096.ejdhsd (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.1 on smithi096 2023-11-16T02:07:42.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:42 smithi096 bash[25928]: cephadm 2023-11-16T02:07:40.721149+0000 mgr.smithi096.ejdhsd (mgr.14182) 88 : cephadm [INF] Deploying daemon osd.1 on smithi096 2023-11-16T02:07:43.832 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:43 smithi145 bash[29583]: cluster 2023-11-16T02:07:42.065628+0000 mgr.smithi096.ejdhsd (mgr.14182) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:43.832 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:43 smithi145 bash[29583]: audit 2023-11-16T02:07:43.491341+0000 mon.smithi096 (mon.0) 330 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:43.833 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:43 smithi145 bash[29583]: audit 2023-11-16T02:07:43.492833+0000 mon.smithi096 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T02:07:43.833 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:43 smithi145 bash[29583]: audit 2023-11-16T02:07:43.494497+0000 mon.smithi096 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:43 smithi096 bash[25928]: cluster 2023-11-16T02:07:42.065628+0000 mgr.smithi096.ejdhsd (mgr.14182) 89 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:43 smithi096 bash[25928]: audit 2023-11-16T02:07:43.491341+0000 mon.smithi096 (mon.0) 330 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:43 smithi096 bash[25928]: audit 2023-11-16T02:07:43.492833+0000 mon.smithi096 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T02:07:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:43 smithi096 bash[25928]: audit 2023-11-16T02:07:43.494497+0000 mon.smithi096 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:44 smithi096 bash[25928]: cephadm 2023-11-16T02:07:43.495776+0000 mgr.smithi096.ejdhsd (mgr.14182) 90 : cephadm [INF] Deploying daemon osd.4 on smithi145 2023-11-16T02:07:44.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:44 smithi145 bash[29583]: cephadm 2023-11-16T02:07:43.495776+0000 mgr.smithi096.ejdhsd (mgr.14182) 90 : cephadm [INF] Deploying daemon osd.4 on smithi145 2023-11-16T02:07:45.849 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:45 smithi145 bash[29583]: cluster 2023-11-16T02:07:44.066078+0000 mgr.smithi096.ejdhsd (mgr.14182) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:45.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:45 smithi096 bash[25928]: cluster 2023-11-16T02:07:44.066078+0000 mgr.smithi096.ejdhsd (mgr.14182) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:46.315 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:47.501 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:47 smithi096 bash[25928]: cluster 2023-11-16T02:07:46.066445+0000 mgr.smithi096.ejdhsd (mgr.14182) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:47.501 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:47 smithi096 bash[25928]: audit 2023-11-16T02:07:46.177355+0000 mon.smithi096 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:47.501 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:47 smithi096 bash[25928]: audit 2023-11-16T02:07:46.178477+0000 mon.smithi096 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T02:07:47.501 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:47 smithi096 bash[25928]: audit 2023-11-16T02:07:46.179562+0000 mon.smithi096 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:47.501 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:47 smithi096 bash[25928]: cephadm 2023-11-16T02:07:46.180488+0000 mgr.smithi096.ejdhsd (mgr.14182) 93 : cephadm [INF] Deploying daemon osd.3 on smithi096 2023-11-16T02:07:47.501 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:47 smithi096 bash[25928]: audit 2023-11-16T02:07:46.310935+0000 mon.smithi096 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.96:0/2995522901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:47.502 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:47 smithi096 bash[25928]: audit 2023-11-16T02:07:46.825700+0000 mon.smithi096 (mon.0) 337 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T02:07:47.502 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:47 smithi096 bash[25928]: audit 2023-11-16T02:07:46.827671+0000 mon.smithi145 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/2011462440,v1:172.21.15.145:6801/2011462440]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T02:07:47.503 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700100445,"num_remapped_pgs":0} 2023-11-16T02:07:47.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:47 smithi145 bash[29583]: cluster 2023-11-16T02:07:46.066445+0000 mgr.smithi096.ejdhsd (mgr.14182) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:47.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:47 smithi145 bash[29583]: audit 2023-11-16T02:07:46.177355+0000 mon.smithi096 (mon.0) 333 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:47.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:47 smithi145 bash[29583]: audit 2023-11-16T02:07:46.178477+0000 mon.smithi096 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T02:07:47.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:47 smithi145 bash[29583]: audit 2023-11-16T02:07:46.179562+0000 mon.smithi096 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:47.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:47 smithi145 bash[29583]: cephadm 2023-11-16T02:07:46.180488+0000 mgr.smithi096.ejdhsd (mgr.14182) 93 : cephadm [INF] Deploying daemon osd.3 on smithi096 2023-11-16T02:07:47.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:47 smithi145 bash[29583]: audit 2023-11-16T02:07:46.310935+0000 mon.smithi096 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.96:0/2995522901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:47.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:47 smithi145 bash[29583]: audit 2023-11-16T02:07:46.825700+0000 mon.smithi096 (mon.0) 337 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T02:07:47.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:47 smithi145 bash[29583]: audit 2023-11-16T02:07:46.827671+0000 mon.smithi145 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/2011462440,v1:172.21.15.145:6801/2011462440]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T02:07:48.505 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:48.792 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.578693+0000 mon.smithi096 (mon.0) 338 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T02:07:48.793 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: cluster 2023-11-16T02:07:47.578858+0000 mon.smithi096 (mon.0) 339 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-16T02:07:48.793 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.579100+0000 mon.smithi096 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:48.794 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.579769+0000 mon.smithi096 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:48.794 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.580164+0000 mon.smithi096 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:48.794 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.580624+0000 mon.smithi096 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:48.795 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.581235+0000 mon.smithi096 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:48.795 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.581826+0000 mon.smithi096 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:48.795 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.582329+0000 mon.smithi096 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:48.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.582754+0000 mon.smithi096 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:48.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.582937+0000 mon.smithi145 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/2011462440,v1:172.21.15.145:6801/2011462440]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:48.796 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:47.583146+0000 mon.smithi096 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:48.797 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:48.488218+0000 mon.smithi096 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:48.797 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:48.489688+0000 mon.smithi096 (mon.0) 350 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T02:07:48.797 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:48 smithi145 bash[29583]: audit 2023-11-16T02:07:48.491007+0000 mon.smithi096 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:48.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.578693+0000 mon.smithi096 (mon.0) 338 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T02:07:48.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: cluster 2023-11-16T02:07:47.578858+0000 mon.smithi096 (mon.0) 339 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-16T02:07:48.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.579100+0000 mon.smithi096 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:48.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.579769+0000 mon.smithi096 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:48.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.580164+0000 mon.smithi096 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:48.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.580624+0000 mon.smithi096 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:48.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.581235+0000 mon.smithi096 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:48.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.581826+0000 mon.smithi096 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:48.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.582329+0000 mon.smithi096 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:48.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.582754+0000 mon.smithi096 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:48.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.582937+0000 mon.smithi145 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.145:6800/2011462440,v1:172.21.15.145:6801/2011462440]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:48.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:47.583146+0000 mon.smithi096 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:48.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:48.488218+0000 mon.smithi096 (mon.0) 349 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:48.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:48.489688+0000 mon.smithi096 (mon.0) 350 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T02:07:48.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:48 smithi096 bash[25928]: audit 2023-11-16T02:07:48.491007+0000 mon.smithi096 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: cluster 2023-11-16T02:07:48.066924+0000 mgr.smithi096.ejdhsd (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: cephadm 2023-11-16T02:07:48.492090+0000 mgr.smithi096.ejdhsd (mgr.14182) 95 : cephadm [INF] Deploying daemon osd.6 on smithi145 2023-11-16T02:07:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.580907+0000 mon.smithi096 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-16T02:07:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: cluster 2023-11-16T02:07:48.581068+0000 mon.smithi096 (mon.0) 353 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-16T02:07:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.581754+0000 mon.smithi096 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.582198+0000 mon.smithi096 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.582439+0000 mon.smithi096 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.582674+0000 mon.smithi096 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.582977+0000 mon.smithi096 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:49.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.583212+0000 mon.smithi096 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:49.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.589460+0000 mon.smithi096 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:49.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.590102+0000 mon.smithi096 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:49.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:49 smithi096 bash[25928]: audit 2023-11-16T02:07:48.590503+0000 mon.smithi096 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: cluster 2023-11-16T02:07:48.066924+0000 mgr.smithi096.ejdhsd (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: cephadm 2023-11-16T02:07:48.492090+0000 mgr.smithi096.ejdhsd (mgr.14182) 95 : cephadm [INF] Deploying daemon osd.6 on smithi145 2023-11-16T02:07:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.580907+0000 mon.smithi096 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-16T02:07:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: cluster 2023-11-16T02:07:48.581068+0000 mon.smithi096 (mon.0) 353 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-16T02:07:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.581754+0000 mon.smithi096 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.582198+0000 mon.smithi096 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.582439+0000 mon.smithi096 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.582674+0000 mon.smithi096 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.582977+0000 mon.smithi096 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.583212+0000 mon.smithi096 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.589460+0000 mon.smithi096 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.590102+0000 mon.smithi096 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:49 smithi145 bash[29583]: audit 2023-11-16T02:07:48.590503+0000 mon.smithi096 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:50.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: cluster 2023-11-16T02:07:47.826654+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:07:50.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: cluster 2023-11-16T02:07:47.826748+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:07:50.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: cluster 2023-11-16T02:07:49.588230+0000 mon.smithi096 (mon.0) 363 : cluster [INF] osd.0 [v2:172.21.15.145:6800/2011462440,v1:172.21.15.145:6801/2011462440] boot 2023-11-16T02:07:50.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: cluster 2023-11-16T02:07:49.588265+0000 mon.smithi096 (mon.0) 364 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-16T02:07:50.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: audit 2023-11-16T02:07:49.588837+0000 mon.smithi096 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:50.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: audit 2023-11-16T02:07:49.589514+0000 mon.smithi096 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:50.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: audit 2023-11-16T02:07:49.589979+0000 mon.smithi096 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:50.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: audit 2023-11-16T02:07:49.590451+0000 mon.smithi096 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:50.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: audit 2023-11-16T02:07:49.590868+0000 mon.smithi096 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:50.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: audit 2023-11-16T02:07:49.591319+0000 mon.smithi096 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:50.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: audit 2023-11-16T02:07:49.598580+0000 mon.smithi096 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:50.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:50 smithi145 bash[29583]: audit 2023-11-16T02:07:49.599006+0000 mon.smithi096 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: cluster 2023-11-16T02:07:47.826654+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: cluster 2023-11-16T02:07:47.826748+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: cluster 2023-11-16T02:07:49.588230+0000 mon.smithi096 (mon.0) 363 : cluster [INF] osd.0 [v2:172.21.15.145:6800/2011462440,v1:172.21.15.145:6801/2011462440] boot 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: cluster 2023-11-16T02:07:49.588265+0000 mon.smithi096 (mon.0) 364 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: audit 2023-11-16T02:07:49.588837+0000 mon.smithi096 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: audit 2023-11-16T02:07:49.589514+0000 mon.smithi096 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: audit 2023-11-16T02:07:49.589979+0000 mon.smithi096 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: audit 2023-11-16T02:07:49.590451+0000 mon.smithi096 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: audit 2023-11-16T02:07:49.590868+0000 mon.smithi096 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: audit 2023-11-16T02:07:49.591319+0000 mon.smithi096 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:50.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: audit 2023-11-16T02:07:49.598580+0000 mon.smithi096 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:50.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:50 smithi096 bash[25928]: audit 2023-11-16T02:07:49.599006+0000 mon.smithi096 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:51.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:51 smithi145 bash[29583]: cluster 2023-11-16T02:07:50.067404+0000 mgr.smithi096.ejdhsd (mgr.14182) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:51.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:51 smithi145 bash[29583]: cluster 2023-11-16T02:07:50.605106+0000 mon.smithi096 (mon.0) 373 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-16T02:07:51.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:51 smithi145 bash[29583]: audit 2023-11-16T02:07:50.605352+0000 mon.smithi096 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:51.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:51 smithi145 bash[29583]: audit 2023-11-16T02:07:50.606050+0000 mon.smithi096 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:51.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:51 smithi145 bash[29583]: audit 2023-11-16T02:07:50.606533+0000 mon.smithi096 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:51.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:51 smithi145 bash[29583]: audit 2023-11-16T02:07:50.607031+0000 mon.smithi096 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:51.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:51 smithi145 bash[29583]: audit 2023-11-16T02:07:50.607522+0000 mon.smithi096 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:51.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:51 smithi145 bash[29583]: audit 2023-11-16T02:07:50.607998+0000 mon.smithi096 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:51.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:51 smithi145 bash[29583]: audit 2023-11-16T02:07:50.608466+0000 mon.smithi096 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:51 smithi096 bash[25928]: cluster 2023-11-16T02:07:50.067404+0000 mgr.smithi096.ejdhsd (mgr.14182) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T02:07:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:51 smithi096 bash[25928]: cluster 2023-11-16T02:07:50.605106+0000 mon.smithi096 (mon.0) 373 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-16T02:07:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:51 smithi096 bash[25928]: audit 2023-11-16T02:07:50.605352+0000 mon.smithi096 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:51 smithi096 bash[25928]: audit 2023-11-16T02:07:50.606050+0000 mon.smithi096 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:51 smithi096 bash[25928]: audit 2023-11-16T02:07:50.606533+0000 mon.smithi096 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:51 smithi096 bash[25928]: audit 2023-11-16T02:07:50.607031+0000 mon.smithi096 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:51 smithi096 bash[25928]: audit 2023-11-16T02:07:50.607522+0000 mon.smithi096 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:51 smithi096 bash[25928]: audit 2023-11-16T02:07:50.607998+0000 mon.smithi096 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:52.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:51 smithi096 bash[25928]: audit 2023-11-16T02:07:50.608466+0000 mon.smithi096 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:52 smithi145 bash[29583]: audit 2023-11-16T02:07:51.749108+0000 mon.smithi096 (mon.0) 381 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T02:07:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:52 smithi145 bash[29583]: audit 2023-11-16T02:07:51.751239+0000 mon.smithi145 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/3353170833,v1:172.21.15.145:6809/3353170833]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T02:07:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:52 smithi145 bash[29583]: audit 2023-11-16T02:07:52.459310+0000 mon.smithi096 (mon.0) 382 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:52 smithi145 bash[29583]: audit 2023-11-16T02:07:52.460277+0000 mon.smithi096 (mon.0) 383 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T02:07:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:52 smithi145 bash[29583]: audit 2023-11-16T02:07:52.461218+0000 mon.smithi096 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:52.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:52 smithi096 bash[25928]: audit 2023-11-16T02:07:51.749108+0000 mon.smithi096 (mon.0) 381 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T02:07:52.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:52 smithi096 bash[25928]: audit 2023-11-16T02:07:51.751239+0000 mon.smithi145 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/3353170833,v1:172.21.15.145:6809/3353170833]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T02:07:52.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:52 smithi096 bash[25928]: audit 2023-11-16T02:07:52.459310+0000 mon.smithi096 (mon.0) 382 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:52.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:52 smithi096 bash[25928]: audit 2023-11-16T02:07:52.460277+0000 mon.smithi096 (mon.0) 383 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T02:07:52.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:52 smithi096 bash[25928]: audit 2023-11-16T02:07:52.461218+0000 mon.smithi096 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: cluster 2023-11-16T02:07:52.067879+0000 mgr.smithi096.ejdhsd (mgr.14182) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: cephadm 2023-11-16T02:07:52.462166+0000 mgr.smithi096.ejdhsd (mgr.14182) 98 : cephadm [INF] Deploying daemon osd.5 on smithi096 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.613894+0000 mon.smithi096 (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: cluster 2023-11-16T02:07:52.614001+0000 mon.smithi096 (mon.0) 386 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.614119+0000 mon.smithi096 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.614436+0000 mon.smithi096 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.614613+0000 mon.smithi096 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.614827+0000 mon.smithi096 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.615020+0000 mon.smithi096 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.615236+0000 mon.smithi096 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:53.818 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.615391+0000 mon.smithi096 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:53.819 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.620079+0000 mon.smithi096 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:53.819 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:53 smithi145 bash[29583]: audit 2023-11-16T02:07:52.622408+0000 mon.smithi145 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/3353170833,v1:172.21.15.145:6809/3353170833]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:53.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: cluster 2023-11-16T02:07:52.067879+0000 mgr.smithi096.ejdhsd (mgr.14182) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:07:53.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: cephadm 2023-11-16T02:07:52.462166+0000 mgr.smithi096.ejdhsd (mgr.14182) 98 : cephadm [INF] Deploying daemon osd.5 on smithi096 2023-11-16T02:07:53.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.613894+0000 mon.smithi096 (mon.0) 385 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T02:07:53.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: cluster 2023-11-16T02:07:52.614001+0000 mon.smithi096 (mon.0) 386 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-16T02:07:53.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.614119+0000 mon.smithi096 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:53.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.614436+0000 mon.smithi096 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:53.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.614613+0000 mon.smithi096 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:53.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.614827+0000 mon.smithi096 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:53.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.615020+0000 mon.smithi096 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:53.927 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.615236+0000 mon.smithi096 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:53.927 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.615391+0000 mon.smithi096 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:53.927 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.620079+0000 mon.smithi096 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:53.927 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:53 smithi096 bash[25928]: audit 2023-11-16T02:07:52.622408+0000 mon.smithi145 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.145:6808/3353170833,v1:172.21.15.145:6809/3353170833]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:54.362 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.618164+0000 mon.smithi096 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: cluster 2023-11-16T02:07:53.618255+0000 mon.smithi096 (mon.0) 396 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.618754+0000 mon.smithi096 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.619278+0000 mon.smithi096 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.619664+0000 mon.smithi096 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.625928+0000 mon.smithi096 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.626240+0000 mon.smithi096 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.626507+0000 mon.smithi096 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.626764+0000 mon.smithi096 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.627053+0000 mon.smithi096 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:54.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:53.860350+0000 mon.smithi096 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:54.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:54 smithi096 bash[25928]: audit 2023-11-16T02:07:54.358604+0000 mon.smithi096 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.96:0/1109382516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:54.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.618164+0000 mon.smithi096 (mon.0) 395 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-16T02:07:54.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: cluster 2023-11-16T02:07:53.618255+0000 mon.smithi096 (mon.0) 396 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-16T02:07:54.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.618754+0000 mon.smithi096 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:54.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.619278+0000 mon.smithi096 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:54.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.619664+0000 mon.smithi096 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:54.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.625928+0000 mon.smithi096 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:54.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.626240+0000 mon.smithi096 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:54.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.626507+0000 mon.smithi096 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:54.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.626764+0000 mon.smithi096 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:54.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.627053+0000 mon.smithi096 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:54.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:53.860350+0000 mon.smithi096 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:54.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:54 smithi145 bash[29583]: audit 2023-11-16T02:07:54.358604+0000 mon.smithi096 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.96:0/1109382516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:07:55.333 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1700100469,"num_in_osds":8,"osd_in_since":1700100445,"num_remapped_pgs":0} 2023-11-16T02:07:55.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: cluster 2023-11-16T02:07:52.722646+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:07:55.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: cluster 2023-11-16T02:07:52.722754+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:07:55.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: cluster 2023-11-16T02:07:54.068305+0000 mgr.smithi096.ejdhsd (mgr.14182) 99 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:07:55.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: cluster 2023-11-16T02:07:54.626116+0000 mon.smithi096 (mon.0) 407 : cluster [INF] osd.2 [v2:172.21.15.145:6808/3353170833,v1:172.21.15.145:6809/3353170833] boot 2023-11-16T02:07:55.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: cluster 2023-11-16T02:07:54.626183+0000 mon.smithi096 (mon.0) 408 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-16T02:07:55.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: audit 2023-11-16T02:07:54.626743+0000 mon.smithi096 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:55.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: audit 2023-11-16T02:07:54.627315+0000 mon.smithi096 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:55.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: audit 2023-11-16T02:07:54.627782+0000 mon.smithi096 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:55.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: audit 2023-11-16T02:07:54.628285+0000 mon.smithi096 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:55.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: audit 2023-11-16T02:07:54.628667+0000 mon.smithi096 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:55.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: audit 2023-11-16T02:07:54.629030+0000 mon.smithi096 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:55.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: audit 2023-11-16T02:07:54.629388+0000 mon.smithi096 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:55.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:55 smithi145 bash[29583]: audit 2023-11-16T02:07:55.197374+0000 mon.smithi096 (mon.0) 416 : audit [INF] from='osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T02:07:56.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: cluster 2023-11-16T02:07:52.722646+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:07:56.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: cluster 2023-11-16T02:07:52.722754+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:07:56.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: cluster 2023-11-16T02:07:54.068305+0000 mgr.smithi096.ejdhsd (mgr.14182) 99 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T02:07:56.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: cluster 2023-11-16T02:07:54.626116+0000 mon.smithi096 (mon.0) 407 : cluster [INF] osd.2 [v2:172.21.15.145:6808/3353170833,v1:172.21.15.145:6809/3353170833] boot 2023-11-16T02:07:56.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: cluster 2023-11-16T02:07:54.626183+0000 mon.smithi096 (mon.0) 408 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-16T02:07:56.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: audit 2023-11-16T02:07:54.626743+0000 mon.smithi096 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:56.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: audit 2023-11-16T02:07:54.627315+0000 mon.smithi096 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T02:07:56.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: audit 2023-11-16T02:07:54.627782+0000 mon.smithi096 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:56.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: audit 2023-11-16T02:07:54.628285+0000 mon.smithi096 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:56.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: audit 2023-11-16T02:07:54.628667+0000 mon.smithi096 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:56.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: audit 2023-11-16T02:07:54.629030+0000 mon.smithi096 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:56.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: audit 2023-11-16T02:07:54.629388+0000 mon.smithi096 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:56.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:55 smithi096 bash[25928]: audit 2023-11-16T02:07:55.197374+0000 mon.smithi096 (mon.0) 416 : audit [INF] from='osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T02:07:56.334 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:07:56.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:55.647655+0000 mon.smithi096 (mon.0) 417 : audit [INF] from='osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T02:07:56.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: cluster 2023-11-16T02:07:55.647774+0000 mon.smithi096 (mon.0) 418 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-16T02:07:56.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:55.648022+0000 mon.smithi096 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:56.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:55.648541+0000 mon.smithi096 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:55.648955+0000 mon.smithi096 (mon.0) 421 : audit [INF] from='osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2023-11-16T02:07:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:55.649421+0000 mon.smithi096 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:55.649745+0000 mon.smithi096 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:55.650132+0000 mon.smithi096 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:55.650456+0000 mon.smithi096 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: cluster 2023-11-16T02:07:56.068819+0000 mgr.smithi096.ejdhsd (mgr.14182) 100 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-16T02:07:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:56.556132+0000 mon.smithi096 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T02:07:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:56 smithi145 bash[29583]: audit 2023-11-16T02:07:56.558219+0000 mon.smithi145 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/595140667,v1:172.21.15.145:6817/595140667]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T02:07:57.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:55.647655+0000 mon.smithi096 (mon.0) 417 : audit [INF] from='osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T02:07:57.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: cluster 2023-11-16T02:07:55.647774+0000 mon.smithi096 (mon.0) 418 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-16T02:07:57.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:55.648022+0000 mon.smithi096 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:55.648541+0000 mon.smithi096 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:55.648955+0000 mon.smithi096 (mon.0) 421 : audit [INF] from='osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2023-11-16T02:07:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:55.649421+0000 mon.smithi096 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:55.649745+0000 mon.smithi096 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:55.650132+0000 mon.smithi096 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:55.650456+0000 mon.smithi096 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: cluster 2023-11-16T02:07:56.068819+0000 mgr.smithi096.ejdhsd (mgr.14182) 100 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-16T02:07:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:56.556132+0000 mon.smithi096 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T02:07:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:56 smithi096 bash[25928]: audit 2023-11-16T02:07:56.558219+0000 mon.smithi145 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/595140667,v1:172.21.15.145:6817/595140667]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.652207+0000 mon.smithi096 (mon.0) 427 : audit [INF] from='osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.652398+0000 mon.smithi096 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: cluster 2023-11-16T02:07:56.652619+0000 mon.smithi096 (mon.0) 429 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.653595+0000 mon.smithi096 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.654493+0000 mon.smithi096 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.655142+0000 mon.smithi096 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.656163+0000 mon.smithi096 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.656473+0000 mon.smithi145 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/595140667,v1:172.21.15.145:6817/595140667]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.663621+0000 mon.smithi096 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.663895+0000 mon.smithi096 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:58.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.664150+0000 mon.smithi096 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:56.664603+0000 mon.smithi096 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:57.653470+0000 mon.smithi096 (mon.0) 438 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: cluster 2023-11-16T02:07:57.653662+0000 mon.smithi096 (mon.0) 439 : cluster [INF] osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011] boot 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: cluster 2023-11-16T02:07:57.653716+0000 mon.smithi096 (mon.0) 440 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:57.654064+0000 mon.smithi096 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:57.654388+0000 mon.smithi096 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:57.654658+0000 mon.smithi096 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:57.654926+0000 mon.smithi096 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:57.655166+0000 mon.smithi096 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:58.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:58 smithi096 bash[25928]: audit 2023-11-16T02:07:57.655401+0000 mon.smithi096 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:58.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.652207+0000 mon.smithi096 (mon.0) 427 : audit [INF] from='osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.652398+0000 mon.smithi096 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: cluster 2023-11-16T02:07:56.652619+0000 mon.smithi096 (mon.0) 429 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.653595+0000 mon.smithi096 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.654493+0000 mon.smithi096 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.655142+0000 mon.smithi096 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.656163+0000 mon.smithi096 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.656473+0000 mon.smithi145 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.145:6816/595140667,v1:172.21.15.145:6817/595140667]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.663621+0000 mon.smithi096 (mon.0) 434 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.663895+0000 mon.smithi096 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.664150+0000 mon.smithi096 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:58.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:56.664603+0000 mon.smithi096 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:58.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:57.653470+0000 mon.smithi096 (mon.0) 438 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-16T02:07:58.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: cluster 2023-11-16T02:07:57.653662+0000 mon.smithi096 (mon.0) 439 : cluster [INF] osd.1 [v2:172.21.15.96:6802/1298800011,v1:172.21.15.96:6803/1298800011] boot 2023-11-16T02:07:58.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: cluster 2023-11-16T02:07:57.653716+0000 mon.smithi096 (mon.0) 440 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-16T02:07:58.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:57.654064+0000 mon.smithi096 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T02:07:58.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:57.654388+0000 mon.smithi096 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:58.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:57.654658+0000 mon.smithi096 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:58.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:57.654926+0000 mon.smithi096 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:58.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:57.655166+0000 mon.smithi096 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:58.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:58 smithi145 bash[29583]: audit 2023-11-16T02:07:57.655401+0000 mon.smithi096 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:59.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: cluster 2023-11-16T02:07:56.159981+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:07:59.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: cluster 2023-11-16T02:07:56.160138+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:07:59.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:57.655677+0000 mon.smithi096 (mon.0) 447 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 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-16T02:07:59.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: cluster 2023-11-16T02:07:58.069183+0000 mgr.smithi096.ejdhsd (mgr.14182) 101 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-16T02:07:59.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.111086+0000 mon.smithi096 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.664165+0000 mon.smithi096 (mon.0) 449 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 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-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: cluster 2023-11-16T02:07:58.664287+0000 mon.smithi096 (mon.0) 450 : cluster [INF] osd.4 [v2:172.21.15.145:6816/595140667,v1:172.21.15.145:6817/595140667] boot 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: cluster 2023-11-16T02:07:58.664389+0000 mon.smithi096 (mon.0) 451 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.664617+0000 mon.smithi096 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.665777+0000 mon.smithi096 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.666817+0000 mon.smithi096 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.667421+0000 mon.smithi096 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.667988+0000 mon.smithi096 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.669430+0000 mon.smithi096 (mon.0) 457 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.968669+0000 mon.smithi096 (mon.0) 458 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.969735+0000 mon.smithi096 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T02:07:59.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:07:59 smithi096 bash[25928]: audit 2023-11-16T02:07:58.970617+0000 mon.smithi096 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:07:59.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: cluster 2023-11-16T02:07:56.159981+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:07:59.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: cluster 2023-11-16T02:07:56.160138+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:07:59.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:57.655677+0000 mon.smithi096 (mon.0) 447 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 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-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: cluster 2023-11-16T02:07:58.069183+0000 mgr.smithi096.ejdhsd (mgr.14182) 101 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.111086+0000 mon.smithi096 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.664165+0000 mon.smithi096 (mon.0) 449 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 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-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: cluster 2023-11-16T02:07:58.664287+0000 mon.smithi096 (mon.0) 450 : cluster [INF] osd.4 [v2:172.21.15.145:6816/595140667,v1:172.21.15.145:6817/595140667] boot 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: cluster 2023-11-16T02:07:58.664389+0000 mon.smithi096 (mon.0) 451 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.664617+0000 mon.smithi096 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.665777+0000 mon.smithi096 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.666817+0000 mon.smithi096 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.667421+0000 mon.smithi096 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.667988+0000 mon.smithi096 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.669430+0000 mon.smithi096 (mon.0) 457 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-16T02:07:59.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.968669+0000 mon.smithi096 (mon.0) 458 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:07:59.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.969735+0000 mon.smithi096 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T02:07:59.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:07:59 smithi145 bash[29583]: audit 2023-11-16T02:07:58.970617+0000 mon.smithi096 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:08:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:00 smithi145 bash[29583]: cluster 2023-11-16T02:07:57.536605+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:00 smithi145 bash[29583]: cluster 2023-11-16T02:07:57.536705+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:00 smithi145 bash[29583]: cephadm 2023-11-16T02:07:58.971793+0000 mgr.smithi096.ejdhsd (mgr.14182) 102 : cephadm [INF] Deploying daemon osd.7 on smithi096 2023-11-16T02:08:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:00 smithi145 bash[29583]: audit 2023-11-16T02:07:59.665050+0000 mon.smithi096 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-16T02:08:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:00 smithi145 bash[29583]: cluster 2023-11-16T02:07:59.665268+0000 mon.smithi096 (mon.0) 462 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-16T02:08:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:00 smithi145 bash[29583]: audit 2023-11-16T02:07:59.665594+0000 mon.smithi096 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:00 smithi145 bash[29583]: audit 2023-11-16T02:07:59.666041+0000 mon.smithi096 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:00 smithi145 bash[29583]: audit 2023-11-16T02:07:59.666227+0000 mon.smithi096 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:00 smithi145 bash[29583]: audit 2023-11-16T02:07:59.666472+0000 mon.smithi096 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:00 smithi096 bash[25928]: cluster 2023-11-16T02:07:57.536605+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:00 smithi096 bash[25928]: cluster 2023-11-16T02:07:57.536705+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:00 smithi096 bash[25928]: cephadm 2023-11-16T02:07:58.971793+0000 mgr.smithi096.ejdhsd (mgr.14182) 102 : cephadm [INF] Deploying daemon osd.7 on smithi096 2023-11-16T02:08:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:00 smithi096 bash[25928]: audit 2023-11-16T02:07:59.665050+0000 mon.smithi096 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-16T02:08:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:00 smithi096 bash[25928]: cluster 2023-11-16T02:07:59.665268+0000 mon.smithi096 (mon.0) 462 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-16T02:08:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:00 smithi096 bash[25928]: audit 2023-11-16T02:07:59.665594+0000 mon.smithi096 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:00 smithi096 bash[25928]: audit 2023-11-16T02:07:59.666041+0000 mon.smithi096 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:00 smithi096 bash[25928]: audit 2023-11-16T02:07:59.666227+0000 mon.smithi096 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:00 smithi096 bash[25928]: audit 2023-11-16T02:07:59.666472+0000 mon.smithi096 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: cluster 2023-11-16T02:08:00.069705+0000 mgr.smithi096.ejdhsd (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-16T02:08:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: audit 2023-11-16T02:08:00.611387+0000 mon.smithi096 (mon.0) 467 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T02:08:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: audit 2023-11-16T02:08:00.613467+0000 mon.smithi145 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/1363512538,v1:172.21.15.145:6825/1363512538]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T02:08:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: audit 2023-11-16T02:08:00.667380+0000 mon.smithi096 (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T02:08:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: cluster 2023-11-16T02:08:00.667637+0000 mon.smithi096 (mon.0) 469 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-16T02:08:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: audit 2023-11-16T02:08:00.667960+0000 mon.smithi096 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: audit 2023-11-16T02:08:00.668371+0000 mon.smithi096 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: audit 2023-11-16T02:08:00.668557+0000 mon.smithi096 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: audit 2023-11-16T02:08:00.668738+0000 mon.smithi096 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: audit 2023-11-16T02:08:00.669238+0000 mon.smithi096 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:08:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:01 smithi145 bash[29583]: audit 2023-11-16T02:08:00.671509+0000 mon.smithi145 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/1363512538,v1:172.21.15.145:6825/1363512538]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:08:01.427 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: cluster 2023-11-16T02:08:00.069705+0000 mgr.smithi096.ejdhsd (mgr.14182) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-16T02:08:01.427 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: audit 2023-11-16T02:08:00.611387+0000 mon.smithi096 (mon.0) 467 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T02:08:01.427 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: audit 2023-11-16T02:08:00.613467+0000 mon.smithi145 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/1363512538,v1:172.21.15.145:6825/1363512538]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T02:08:01.427 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: audit 2023-11-16T02:08:00.667380+0000 mon.smithi096 (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T02:08:01.427 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: cluster 2023-11-16T02:08:00.667637+0000 mon.smithi096 (mon.0) 469 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-16T02:08:01.427 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: audit 2023-11-16T02:08:00.667960+0000 mon.smithi096 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:01.427 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: audit 2023-11-16T02:08:00.668371+0000 mon.smithi096 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:01.428 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: audit 2023-11-16T02:08:00.668557+0000 mon.smithi096 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:01.428 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: audit 2023-11-16T02:08:00.668738+0000 mon.smithi096 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:01.428 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: audit 2023-11-16T02:08:00.669238+0000 mon.smithi096 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:08:01.428 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:01 smithi096 bash[25928]: audit 2023-11-16T02:08:00.671509+0000 mon.smithi145 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.145:6824/1363512538,v1:172.21.15.145:6825/1363512538]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2023-11-16T02:08:01.572 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:08:02.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:02 smithi145 bash[29583]: audit 2023-11-16T02:08:01.568593+0000 mon.smithi096 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.96:0/2553693465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:08:02.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:02 smithi145 bash[29583]: audit 2023-11-16T02:08:01.669969+0000 mon.smithi096 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-16T02:08:02.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:02 smithi145 bash[29583]: cluster 2023-11-16T02:08:01.670104+0000 mon.smithi096 (mon.0) 477 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-16T02:08:02.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:02 smithi145 bash[29583]: audit 2023-11-16T02:08:01.670287+0000 mon.smithi096 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:02.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:02 smithi145 bash[29583]: audit 2023-11-16T02:08:01.670723+0000 mon.smithi096 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:02.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:02 smithi145 bash[29583]: audit 2023-11-16T02:08:01.670965+0000 mon.smithi096 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:02.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:02 smithi145 bash[29583]: audit 2023-11-16T02:08:01.671208+0000 mon.smithi096 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:02.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:02 smithi145 bash[29583]: audit 2023-11-16T02:08:01.676428+0000 mon.smithi096 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:02.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:02 smithi145 bash[29583]: audit 2023-11-16T02:08:02.040655+0000 mon.smithi096 (mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T02:08:02.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:02 smithi096 bash[25928]: audit 2023-11-16T02:08:01.568593+0000 mon.smithi096 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.96:0/2553693465' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:08:02.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:02 smithi096 bash[25928]: audit 2023-11-16T02:08:01.669969+0000 mon.smithi096 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2023-11-16T02:08:02.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:02 smithi096 bash[25928]: cluster 2023-11-16T02:08:01.670104+0000 mon.smithi096 (mon.0) 477 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-16T02:08:02.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:02 smithi096 bash[25928]: audit 2023-11-16T02:08:01.670287+0000 mon.smithi096 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:02.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:02 smithi096 bash[25928]: audit 2023-11-16T02:08:01.670723+0000 mon.smithi096 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:02.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:02 smithi096 bash[25928]: audit 2023-11-16T02:08:01.670965+0000 mon.smithi096 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:02.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:02 smithi096 bash[25928]: audit 2023-11-16T02:08:01.671208+0000 mon.smithi096 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:02.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:02 smithi096 bash[25928]: audit 2023-11-16T02:08:01.676428+0000 mon.smithi096 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:02.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:02 smithi096 bash[25928]: audit 2023-11-16T02:08:02.040655+0000 mon.smithi096 (mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T02:08:03.070 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1700100478,"num_in_osds":8,"osd_in_since":1700100445,"num_remapped_pgs":0} 2023-11-16T02:08:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: cluster 2023-11-16T02:08:02.070117+0000 mgr.smithi096.ejdhsd (mgr.14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-16T02:08:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: cluster 2023-11-16T02:08:02.672887+0000 mon.smithi096 (mon.0) 484 : cluster [INF] osd.6 [v2:172.21.15.145:6824/1363512538,v1:172.21.15.145:6825/1363512538] boot 2023-11-16T02:08:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: audit 2023-11-16T02:08:02.673030+0000 mon.smithi096 (mon.0) 485 : audit [INF] from='osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T02:08:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: cluster 2023-11-16T02:08:02.673154+0000 mon.smithi096 (mon.0) 486 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-16T02:08:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: audit 2023-11-16T02:08:02.673683+0000 mon.smithi096 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: audit 2023-11-16T02:08:02.676536+0000 mon.smithi096 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: audit 2023-11-16T02:08:02.677003+0000 mon.smithi096 (mon.0) 489 : audit [INF] from='osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2023-11-16T02:08:03.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: audit 2023-11-16T02:08:02.677586+0000 mon.smithi096 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:03.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: audit 2023-11-16T02:08:02.678243+0000 mon.smithi096 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:03.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:03 smithi096 bash[25928]: audit 2023-11-16T02:08:02.863420+0000 mon.smithi096 (mon.0) 492 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:03.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: cluster 2023-11-16T02:08:02.070117+0000 mgr.smithi096.ejdhsd (mgr.14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-16T02:08:03.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: cluster 2023-11-16T02:08:02.672887+0000 mon.smithi096 (mon.0) 484 : cluster [INF] osd.6 [v2:172.21.15.145:6824/1363512538,v1:172.21.15.145:6825/1363512538] boot 2023-11-16T02:08:03.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: audit 2023-11-16T02:08:02.673030+0000 mon.smithi096 (mon.0) 485 : audit [INF] from='osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T02:08:03.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: cluster 2023-11-16T02:08:02.673154+0000 mon.smithi096 (mon.0) 486 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-16T02:08:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: audit 2023-11-16T02:08:02.673683+0000 mon.smithi096 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: audit 2023-11-16T02:08:02.676536+0000 mon.smithi096 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: audit 2023-11-16T02:08:02.677003+0000 mon.smithi096 (mon.0) 489 : audit [INF] from='osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2023-11-16T02:08:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: audit 2023-11-16T02:08:02.677586+0000 mon.smithi096 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T02:08:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: audit 2023-11-16T02:08:02.678243+0000 mon.smithi096 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:03.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:03 smithi145 bash[29583]: audit 2023-11-16T02:08:02.863420+0000 mon.smithi096 (mon.0) 492 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:04.071 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:08:04.383 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:04 smithi096 bash[25928]: cluster 2023-11-16T02:08:01.644896+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:04.384 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:04 smithi096 bash[25928]: cluster 2023-11-16T02:08:01.644991+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:04.384 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:04 smithi096 bash[25928]: audit 2023-11-16T02:08:03.682370+0000 mon.smithi096 (mon.0) 493 : audit [INF] from='osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2023-11-16T02:08:04.384 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:04 smithi096 bash[25928]: cluster 2023-11-16T02:08:03.682555+0000 mon.smithi096 (mon.0) 494 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-16T02:08:04.384 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:04 smithi096 bash[25928]: audit 2023-11-16T02:08:03.682763+0000 mon.smithi096 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:04.384 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:04 smithi096 bash[25928]: audit 2023-11-16T02:08:03.683197+0000 mon.smithi096 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:04.384 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:04 smithi096 bash[25928]: audit 2023-11-16T02:08:03.684364+0000 mon.smithi096 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:04.384 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:04 smithi096 bash[25928]: audit 2023-11-16T02:08:03.690326+0000 mon.smithi096 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:04.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:04 smithi145 bash[29583]: cluster 2023-11-16T02:08:01.644896+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:04.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:04 smithi145 bash[29583]: cluster 2023-11-16T02:08:01.644991+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:04.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:04 smithi145 bash[29583]: audit 2023-11-16T02:08:03.682370+0000 mon.smithi096 (mon.0) 493 : audit [INF] from='osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2023-11-16T02:08:04.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:04 smithi145 bash[29583]: cluster 2023-11-16T02:08:03.682555+0000 mon.smithi096 (mon.0) 494 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-16T02:08:04.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:04 smithi145 bash[29583]: audit 2023-11-16T02:08:03.682763+0000 mon.smithi096 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:04.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:04 smithi145 bash[29583]: audit 2023-11-16T02:08:03.683197+0000 mon.smithi096 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:04.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:04 smithi145 bash[29583]: audit 2023-11-16T02:08:03.684364+0000 mon.smithi096 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:04.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:04 smithi145 bash[29583]: audit 2023-11-16T02:08:03.690326+0000 mon.smithi096 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: cluster 2023-11-16T02:08:03.005284+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: cluster 2023-11-16T02:08:03.005367+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: cluster 2023-11-16T02:08:04.070694+0000 mgr.smithi096.ejdhsd (mgr.14182) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T02:08:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: cluster 2023-11-16T02:08:04.686007+0000 mon.smithi096 (mon.0) 499 : cluster [INF] osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704] boot 2023-11-16T02:08:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: cluster 2023-11-16T02:08:04.686140+0000 mon.smithi096 (mon.0) 500 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-16T02:08:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: audit 2023-11-16T02:08:04.686827+0000 mon.smithi096 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:05.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: audit 2023-11-16T02:08:04.687102+0000 mon.smithi096 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:05.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: audit 2023-11-16T02:08:04.687441+0000 mon.smithi096 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:05.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: cluster 2023-11-16T02:08:04.903948+0000 mon.smithi096 (mon.0) 504 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-16T02:08:05.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: audit 2023-11-16T02:08:04.904469+0000 mon.smithi096 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:05.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:05 smithi145 bash[29583]: audit 2023-11-16T02:08:04.904777+0000 mon.smithi096 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: cluster 2023-11-16T02:08:03.005284+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: cluster 2023-11-16T02:08:03.005367+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: cluster 2023-11-16T02:08:04.070694+0000 mgr.smithi096.ejdhsd (mgr.14182) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T02:08:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: cluster 2023-11-16T02:08:04.686007+0000 mon.smithi096 (mon.0) 499 : cluster [INF] osd.3 [v2:172.21.15.96:6810/3254229704,v1:172.21.15.96:6811/3254229704] boot 2023-11-16T02:08:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: cluster 2023-11-16T02:08:04.686140+0000 mon.smithi096 (mon.0) 500 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-16T02:08:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: audit 2023-11-16T02:08:04.686827+0000 mon.smithi096 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T02:08:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: audit 2023-11-16T02:08:04.687102+0000 mon.smithi096 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: audit 2023-11-16T02:08:04.687441+0000 mon.smithi096 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:05.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: cluster 2023-11-16T02:08:04.903948+0000 mon.smithi096 (mon.0) 504 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-16T02:08:05.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: audit 2023-11-16T02:08:04.904469+0000 mon.smithi096 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:05.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:05 smithi096 bash[25928]: audit 2023-11-16T02:08:04.904777+0000 mon.smithi096 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:07.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:06 smithi145 bash[29583]: cluster 2023-11-16T02:08:05.908413+0000 mon.smithi096 (mon.0) 507 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-16T02:08:07.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:06 smithi145 bash[29583]: audit 2023-11-16T02:08:05.909631+0000 mon.smithi096 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:07.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:06 smithi145 bash[29583]: audit 2023-11-16T02:08:05.909954+0000 mon.smithi096 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:07.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:06 smithi145 bash[29583]: cluster 2023-11-16T02:08:06.071103+0000 mgr.smithi096.ejdhsd (mgr.14182) 106 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:08:07.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:06 smithi145 bash[29583]: audit 2023-11-16T02:08:06.138538+0000 mon.smithi096 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:07.246 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:06 smithi096 bash[25928]: cluster 2023-11-16T02:08:05.908413+0000 mon.smithi096 (mon.0) 507 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-16T02:08:07.246 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:06 smithi096 bash[25928]: audit 2023-11-16T02:08:05.909631+0000 mon.smithi096 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:07.246 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:06 smithi096 bash[25928]: audit 2023-11-16T02:08:05.909954+0000 mon.smithi096 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:07.246 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:06 smithi096 bash[25928]: cluster 2023-11-16T02:08:06.071103+0000 mgr.smithi096.ejdhsd (mgr.14182) 106 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:08:07.246 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:06 smithi096 bash[25928]: audit 2023-11-16T02:08:06.138538+0000 mon.smithi096 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:08.798 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:08:09.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:09 smithi145 bash[29583]: cluster 2023-11-16T02:08:08.071626+0000 mgr.smithi096.ejdhsd (mgr.14182) 107 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:08:09.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:09 smithi145 bash[29583]: audit 2023-11-16T02:08:08.794256+0000 mon.smithi096 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.96:0/752208393' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:08:09.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:09 smithi096 bash[25928]: cluster 2023-11-16T02:08:08.071626+0000 mgr.smithi096.ejdhsd (mgr.14182) 107 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:08:09.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:09 smithi096 bash[25928]: audit 2023-11-16T02:08:08.794256+0000 mon.smithi096 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.96:0/752208393' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:08:09.919 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1700100484,"num_in_osds":8,"osd_in_since":1700100445,"num_remapped_pgs":0} 2023-11-16T02:08:10.220 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:10 smithi096 bash[25928]: audit 2023-11-16T02:08:09.333499+0000 mon.smithi096 (mon.0) 512 : audit [INF] from='osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T02:08:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:10 smithi145 bash[29583]: audit 2023-11-16T02:08:09.333499+0000 mon.smithi096 (mon.0) 512 : audit [INF] from='osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T02:08:10.920 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:08:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:11 smithi145 bash[29583]: cluster 2023-11-16T02:08:10.072287+0000 mgr.smithi096.ejdhsd (mgr.14182) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:08:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:11 smithi145 bash[29583]: audit 2023-11-16T02:08:10.139517+0000 mon.smithi096 (mon.0) 513 : audit [INF] from='osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T02:08:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:11 smithi145 bash[29583]: cluster 2023-11-16T02:08:10.139595+0000 mon.smithi096 (mon.0) 514 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-16T02:08:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:11 smithi145 bash[29583]: audit 2023-11-16T02:08:10.139765+0000 mon.smithi096 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:11 smithi145 bash[29583]: audit 2023-11-16T02:08:10.140193+0000 mon.smithi096 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:11 smithi145 bash[29583]: audit 2023-11-16T02:08:10.140450+0000 mon.smithi096 (mon.0) 517 : audit [INF] from='osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2023-11-16T02:08:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:11 smithi096 bash[25928]: cluster 2023-11-16T02:08:10.072287+0000 mgr.smithi096.ejdhsd (mgr.14182) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:08:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:11 smithi096 bash[25928]: audit 2023-11-16T02:08:10.139517+0000 mon.smithi096 (mon.0) 513 : audit [INF] from='osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T02:08:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:11 smithi096 bash[25928]: cluster 2023-11-16T02:08:10.139595+0000 mon.smithi096 (mon.0) 514 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-16T02:08:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:11 smithi096 bash[25928]: audit 2023-11-16T02:08:10.139765+0000 mon.smithi096 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:11 smithi096 bash[25928]: audit 2023-11-16T02:08:10.140193+0000 mon.smithi096 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:11 smithi096 bash[25928]: audit 2023-11-16T02:08:10.140450+0000 mon.smithi096 (mon.0) 517 : audit [INF] from='osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2023-11-16T02:08:12.396 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:12 smithi096 bash[25928]: audit 2023-11-16T02:08:11.144546+0000 mon.smithi096 (mon.0) 518 : audit [INF] from='osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2023-11-16T02:08:12.396 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:12 smithi096 bash[25928]: cluster 2023-11-16T02:08:11.144648+0000 mon.smithi096 (mon.0) 519 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-16T02:08:12.397 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:12 smithi096 bash[25928]: audit 2023-11-16T02:08:11.145217+0000 mon.smithi096 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:12.397 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:12 smithi096 bash[25928]: audit 2023-11-16T02:08:11.145448+0000 mon.smithi096 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:12.397 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:12 smithi096 bash[25928]: audit 2023-11-16T02:08:11.152846+0000 mon.smithi096 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:12.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:12 smithi145 bash[29583]: audit 2023-11-16T02:08:11.144546+0000 mon.smithi096 (mon.0) 518 : audit [INF] from='osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2023-11-16T02:08:12.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:12 smithi145 bash[29583]: cluster 2023-11-16T02:08:11.144648+0000 mon.smithi096 (mon.0) 519 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-16T02:08:12.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:12 smithi145 bash[29583]: audit 2023-11-16T02:08:11.145217+0000 mon.smithi096 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:12.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:12 smithi145 bash[29583]: audit 2023-11-16T02:08:11.145448+0000 mon.smithi096 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:12.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:12 smithi145 bash[29583]: audit 2023-11-16T02:08:11.152846+0000 mon.smithi096 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:13.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:13 smithi145 bash[29583]: cluster 2023-11-16T02:08:10.328760+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:13.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:13 smithi145 bash[29583]: cluster 2023-11-16T02:08:10.328845+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:13.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:13 smithi145 bash[29583]: cluster 2023-11-16T02:08:12.072868+0000 mgr.smithi096.ejdhsd (mgr.14182) 109 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:08:13.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:13 smithi145 bash[29583]: cluster 2023-11-16T02:08:12.153608+0000 mon.smithi096 (mon.0) 523 : cluster [INF] osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517] boot 2023-11-16T02:08:13.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:13 smithi145 bash[29583]: cluster 2023-11-16T02:08:12.153640+0000 mon.smithi096 (mon.0) 524 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-16T02:08:13.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:13 smithi145 bash[29583]: audit 2023-11-16T02:08:12.154185+0000 mon.smithi096 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:13.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:13 smithi145 bash[29583]: audit 2023-11-16T02:08:12.154650+0000 mon.smithi096 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:13.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:13 smithi096 bash[25928]: cluster 2023-11-16T02:08:10.328760+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:13.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:13 smithi096 bash[25928]: cluster 2023-11-16T02:08:10.328845+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:13.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:13 smithi096 bash[25928]: cluster 2023-11-16T02:08:12.072868+0000 mgr.smithi096.ejdhsd (mgr.14182) 109 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T02:08:13.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:13 smithi096 bash[25928]: cluster 2023-11-16T02:08:12.153608+0000 mon.smithi096 (mon.0) 523 : cluster [INF] osd.5 [v2:172.21.15.96:6818/2758180517,v1:172.21.15.96:6819/2758180517] boot 2023-11-16T02:08:13.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:13 smithi096 bash[25928]: cluster 2023-11-16T02:08:12.153640+0000 mon.smithi096 (mon.0) 524 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-16T02:08:13.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:13 smithi096 bash[25928]: audit 2023-11-16T02:08:12.154185+0000 mon.smithi096 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T02:08:13.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:13 smithi096 bash[25928]: audit 2023-11-16T02:08:12.154650+0000 mon.smithi096 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:14.502 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:14 smithi096 bash[25928]: cluster 2023-11-16T02:08:13.177800+0000 mon.smithi096 (mon.0) 527 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-16T02:08:14.502 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:14 smithi096 bash[25928]: audit 2023-11-16T02:08:13.178106+0000 mon.smithi096 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:14.502 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:14 smithi096 bash[25928]: audit 2023-11-16T02:08:13.913423+0000 mon.smithi096 (mon.0) 529 : audit [INF] from='osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T02:08:14.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:14 smithi145 bash[29583]: cluster 2023-11-16T02:08:13.177800+0000 mon.smithi096 (mon.0) 527 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-16T02:08:14.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:14 smithi145 bash[29583]: audit 2023-11-16T02:08:13.178106+0000 mon.smithi096 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:14.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:14 smithi145 bash[29583]: audit 2023-11-16T02:08:13.913423+0000 mon.smithi096 (mon.0) 529 : audit [INF] from='osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T02:08:14.901 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:08:15.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:15 smithi096 bash[25928]: cluster 2023-11-16T02:08:14.073421+0000 mgr.smithi096.ejdhsd (mgr.14182) 110 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T02:08:15.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:15 smithi096 bash[25928]: audit 2023-11-16T02:08:14.178238+0000 mon.smithi096 (mon.0) 530 : audit [INF] from='osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T02:08:15.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:15 smithi096 bash[25928]: cluster 2023-11-16T02:08:14.178293+0000 mon.smithi096 (mon.0) 531 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-16T02:08:15.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:15 smithi096 bash[25928]: audit 2023-11-16T02:08:14.179296+0000 mon.smithi096 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:15.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:15 smithi096 bash[25928]: audit 2023-11-16T02:08:14.179677+0000 mon.smithi096 (mon.0) 533 : audit [INF] from='osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2023-11-16T02:08:15.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:15 smithi096 bash[25928]: audit 2023-11-16T02:08:14.896210+0000 mon.smithi096 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.96:0/609559598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:08:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:15 smithi145 bash[29583]: cluster 2023-11-16T02:08:14.073421+0000 mgr.smithi096.ejdhsd (mgr.14182) 110 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T02:08:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:15 smithi145 bash[29583]: audit 2023-11-16T02:08:14.178238+0000 mon.smithi096 (mon.0) 530 : audit [INF] from='osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T02:08:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:15 smithi145 bash[29583]: cluster 2023-11-16T02:08:14.178293+0000 mon.smithi096 (mon.0) 531 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-16T02:08:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:15 smithi145 bash[29583]: audit 2023-11-16T02:08:14.179296+0000 mon.smithi096 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:15 smithi145 bash[29583]: audit 2023-11-16T02:08:14.179677+0000 mon.smithi096 (mon.0) 533 : audit [INF] from='osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2023-11-16T02:08:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:15 smithi145 bash[29583]: audit 2023-11-16T02:08:14.896210+0000 mon.smithi096 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.96:0/609559598' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:08:15.812 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1700100492,"num_in_osds":8,"osd_in_since":1700100445,"num_remapped_pgs":0} 2023-11-16T02:08:16.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:16 smithi096 bash[25928]: audit 2023-11-16T02:08:15.179996+0000 mon.smithi096 (mon.0) 535 : audit [INF] from='osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2023-11-16T02:08:16.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:16 smithi096 bash[25928]: cluster 2023-11-16T02:08:15.180127+0000 mon.smithi096 (mon.0) 536 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-16T02:08:16.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:16 smithi096 bash[25928]: audit 2023-11-16T02:08:15.180467+0000 mon.smithi096 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:16.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:16 smithi096 bash[25928]: audit 2023-11-16T02:08:15.188889+0000 mon.smithi096 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:16.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:16 smithi145 bash[29583]: audit 2023-11-16T02:08:15.179996+0000 mon.smithi096 (mon.0) 535 : audit [INF] from='osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2023-11-16T02:08:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:16 smithi145 bash[29583]: cluster 2023-11-16T02:08:15.180127+0000 mon.smithi096 (mon.0) 536 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-16T02:08:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:16 smithi145 bash[29583]: audit 2023-11-16T02:08:15.180467+0000 mon.smithi096 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:16 smithi145 bash[29583]: audit 2023-11-16T02:08:15.188889+0000 mon.smithi096 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:16.813 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T02:08:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:17 smithi096 bash[25928]: cluster 2023-11-16T02:08:14.939052+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:17 smithi096 bash[25928]: cluster 2023-11-16T02:08:14.939127+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:17 smithi096 bash[25928]: cluster 2023-11-16T02:08:16.074026+0000 mgr.smithi096.ejdhsd (mgr.14182) 111 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T02:08:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:17 smithi096 bash[25928]: cluster 2023-11-16T02:08:16.190532+0000 mon.smithi096 (mon.0) 539 : cluster [INF] osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412] boot 2023-11-16T02:08:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:17 smithi096 bash[25928]: cluster 2023-11-16T02:08:16.190668+0000 mon.smithi096 (mon.0) 540 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-16T02:08:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:17 smithi096 bash[25928]: audit 2023-11-16T02:08:16.192008+0000 mon.smithi096 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:17 smithi145 bash[29583]: cluster 2023-11-16T02:08:14.939052+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T02:08:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:17 smithi145 bash[29583]: cluster 2023-11-16T02:08:14.939127+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T02:08:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:17 smithi145 bash[29583]: cluster 2023-11-16T02:08:16.074026+0000 mgr.smithi096.ejdhsd (mgr.14182) 111 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T02:08:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:17 smithi145 bash[29583]: cluster 2023-11-16T02:08:16.190532+0000 mon.smithi096 (mon.0) 539 : cluster [INF] osd.7 [v2:172.21.15.96:6826/154748412,v1:172.21.15.96:6827/154748412] boot 2023-11-16T02:08:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:17 smithi145 bash[29583]: cluster 2023-11-16T02:08:16.190668+0000 mon.smithi096 (mon.0) 540 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-16T02:08:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:17 smithi145 bash[29583]: audit 2023-11-16T02:08:16.192008+0000 mon.smithi096 (mon.0) 541 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T02:08:18.547 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:18 smithi096 bash[25928]: cluster 2023-11-16T02:08:17.206975+0000 mon.smithi096 (mon.0) 542 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-16T02:08:18.547 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:18 smithi096 bash[25928]: audit 2023-11-16T02:08:18.138588+0000 mon.smithi096 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:18.547 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:18 smithi096 bash[25928]: audit 2023-11-16T02:08:18.144037+0000 mon.smithi096 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:08:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:18 smithi145 bash[29583]: cluster 2023-11-16T02:08:17.206975+0000 mon.smithi096 (mon.0) 542 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-16T02:08:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:18 smithi145 bash[29583]: audit 2023-11-16T02:08:18.138588+0000 mon.smithi096 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:18 smithi145 bash[29583]: audit 2023-11-16T02:08:18.144037+0000 mon.smithi096 (mon.0) 544 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:08:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:19 smithi096 bash[25928]: cluster 2023-11-16T02:08:18.074668+0000 mgr.smithi096.ejdhsd (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:19 smithi096 bash[25928]: cluster 2023-11-16T02:08:18.216958+0000 mon.smithi096 (mon.0) 545 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-16T02:08:19.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:19 smithi145 bash[29583]: cluster 2023-11-16T02:08:18.074668+0000 mgr.smithi096.ejdhsd (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:19.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:19 smithi145 bash[29583]: cluster 2023-11-16T02:08:18.216958+0000 mon.smithi096 (mon.0) 545 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-16T02:08:20.514 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:08:21.123 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1700100496,"num_in_osds":8,"osd_in_since":1700100445,"num_remapped_pgs":0} 2023-11-16T02:08:21.123 INFO:tasks.cephadm:Setting up client nodes... 2023-11-16T02:08:21.123 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-16T02:08:21.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:20 smithi096 bash[25928]: cluster 2023-11-16T02:08:20.075307+0000 mgr.smithi096.ejdhsd (mgr.14182) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:21.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:20 smithi096 bash[25928]: audit 2023-11-16T02:08:20.510807+0000 mon.smithi096 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.96:0/1361809328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:08:21.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:20 smithi145 bash[29583]: cluster 2023-11-16T02:08:20.075307+0000 mgr.smithi096.ejdhsd (mgr.14182) 113 : cluster [DBG] pgmap v104: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:21.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:20 smithi145 bash[29583]: audit 2023-11-16T02:08:20.510807+0000 mon.smithi096 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.96:0/1361809328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T02:08:23.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:23 smithi145 bash[29583]: cluster 2023-11-16T02:08:22.075863+0000 mgr.smithi096.ejdhsd (mgr.14182) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:23.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:23 smithi096 bash[25928]: cluster 2023-11-16T02:08:22.075863+0000 mgr.smithi096.ejdhsd (mgr.14182) 114 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:24.429 INFO:teuthology.orchestra.run.smithi096.stdout:[client.0] 2023-11-16T02:08:24.429 INFO:teuthology.orchestra.run.smithi096.stdout: key = AQCYeVVl0rwTGRAAIqmL2rLdcDnUcCBknxW6rw== 2023-11-16T02:08:25.083 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:08:25.083 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-16T02:08:25.083 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-16T02:08:25.143 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-16T02:08:25.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:24 smithi096 bash[25928]: audit 2023-11-16T02:08:23.981912+0000 mon.smithi096 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:25.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:24 smithi096 bash[25928]: cluster 2023-11-16T02:08:24.076434+0000 mgr.smithi096.ejdhsd (mgr.14182) 115 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:25.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:24 smithi096 bash[25928]: audit 2023-11-16T02:08:24.420502+0000 mon.smithi096 (mon.0) 548 : audit [INF] from='client.? 172.21.15.96:0/122943930' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T02:08:25.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:24 smithi096 bash[25928]: audit 2023-11-16T02:08:24.425905+0000 mon.smithi096 (mon.0) 549 : audit [INF] from='client.? 172.21.15.96:0/122943930' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T02:08:25.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:24 smithi145 bash[29583]: audit 2023-11-16T02:08:23.981912+0000 mon.smithi096 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:25.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:24 smithi145 bash[29583]: cluster 2023-11-16T02:08:24.076434+0000 mgr.smithi096.ejdhsd (mgr.14182) 115 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:25.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:24 smithi145 bash[29583]: audit 2023-11-16T02:08:24.420502+0000 mon.smithi096 (mon.0) 548 : audit [INF] from='client.? 172.21.15.96:0/122943930' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T02:08:25.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:24 smithi145 bash[29583]: audit 2023-11-16T02:08:24.425905+0000 mon.smithi096 (mon.0) 549 : audit [INF] from='client.? 172.21.15.96:0/122943930' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T02:08:26.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:26 smithi096 bash[25928]: audit 2023-11-16T02:08:25.316260+0000 mon.smithi096 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:26.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:26 smithi145 bash[29583]: audit 2023-11-16T02:08:25.316260+0000 mon.smithi096 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:27.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:27 smithi096 bash[25928]: cluster 2023-11-16T02:08:26.077122+0000 mgr.smithi096.ejdhsd (mgr.14182) 116 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:27.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:27 smithi145 bash[29583]: cluster 2023-11-16T02:08:26.077122+0000 mgr.smithi096.ejdhsd (mgr.14182) 116 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:28.354 INFO:teuthology.orchestra.run.smithi145.stdout:[client.1] 2023-11-16T02:08:28.354 INFO:teuthology.orchestra.run.smithi145.stdout: key = AQCceVVlizh/FBAAFxGMo7OKzNHgZmefM1Ofzg== 2023-11-16T02:08:28.949 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:08:28.949 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-16T02:08:28.949 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-16T02:08:28.974 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T02:08:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:29 smithi096 bash[25928]: cluster 2023-11-16T02:08:28.077782+0000 mgr.smithi096.ejdhsd (mgr.14182) 117 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:29 smithi096 bash[25928]: audit 2023-11-16T02:08:28.343526+0000 mon.smithi096 (mon.0) 551 : 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-16T02:08:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:29 smithi096 bash[25928]: audit 2023-11-16T02:08:28.345729+0000 mon.smithi145 (mon.1) 18 : audit [INF] from='client.? 172.21.15.145:0/1006647648' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T02:08:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:29 smithi096 bash[25928]: audit 2023-11-16T02:08:28.349936+0000 mon.smithi096 (mon.0) 552 : 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-16T02:08:29.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:29 smithi145 bash[29583]: cluster 2023-11-16T02:08:28.077782+0000 mgr.smithi096.ejdhsd (mgr.14182) 117 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:29.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:29 smithi145 bash[29583]: audit 2023-11-16T02:08:28.343526+0000 mon.smithi096 (mon.0) 551 : 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-16T02:08:29.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:29 smithi145 bash[29583]: audit 2023-11-16T02:08:28.345729+0000 mon.smithi145 (mon.1) 18 : audit [INF] from='client.? 172.21.15.145:0/1006647648' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T02:08:29.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:29 smithi145 bash[29583]: audit 2023-11-16T02:08:28.349936+0000 mon.smithi096 (mon.0) 552 : 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-16T02:08:31.181 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:30 smithi096 bash[25928]: cluster 2023-11-16T02:08:30.078377+0000 mgr.smithi096.ejdhsd (mgr.14182) 118 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:31.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:30 smithi145 bash[29583]: cluster 2023-11-16T02:08:30.078377+0000 mgr.smithi096.ejdhsd (mgr.14182) 118 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:33.231 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:08:33.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:33 smithi145 bash[29583]: cluster 2023-11-16T02:08:32.079005+0000 mgr.smithi096.ejdhsd (mgr.14182) 119 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:33.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:33 smithi096 bash[25928]: cluster 2023-11-16T02:08:32.079005+0000 mgr.smithi096.ejdhsd (mgr.14182) 119 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:35 smithi096 bash[25928]: cluster 2023-11-16T02:08:34.079566+0000 mgr.smithi096.ejdhsd (mgr.14182) 120 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:35 smithi096 bash[25928]: cephadm 2023-11-16T02:08:34.266265+0000 mgr.smithi096.ejdhsd (mgr.14182) 121 : cephadm [INF] Detected new or changed devices on smithi145 2023-11-16T02:08:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:35 smithi096 bash[25928]: audit 2023-11-16T02:08:34.278036+0000 mon.smithi096 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:35 smithi096 bash[25928]: audit 2023-11-16T02:08:34.570431+0000 mon.smithi096 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:35 smithi096 bash[25928]: audit 2023-11-16T02:08:34.571689+0000 mon.smithi096 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:35 smithi096 bash[25928]: audit 2023-11-16T02:08:34.572675+0000 mon.smithi096 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:35 smithi096 bash[25928]: audit 2023-11-16T02:08:34.573956+0000 mon.smithi096 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:35.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:35 smithi096 bash[25928]: cephadm 2023-11-16T02:08:34.574902+0000 mgr.smithi096.ejdhsd (mgr.14182) 122 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 3785M 2023-11-16T02:08:35.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:35 smithi096 bash[25928]: audit 2023-11-16T02:08:34.580023+0000 mon.smithi096 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:35.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:35 smithi145 bash[29583]: cluster 2023-11-16T02:08:34.079566+0000 mgr.smithi096.ejdhsd (mgr.14182) 120 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:35.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:35 smithi145 bash[29583]: cephadm 2023-11-16T02:08:34.266265+0000 mgr.smithi096.ejdhsd (mgr.14182) 121 : cephadm [INF] Detected new or changed devices on smithi145 2023-11-16T02:08:35.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:35 smithi145 bash[29583]: audit 2023-11-16T02:08:34.278036+0000 mon.smithi096 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:35.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:35 smithi145 bash[29583]: audit 2023-11-16T02:08:34.570431+0000 mon.smithi096 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:35.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:35 smithi145 bash[29583]: audit 2023-11-16T02:08:34.571689+0000 mon.smithi096 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:35.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:35 smithi145 bash[29583]: audit 2023-11-16T02:08:34.572675+0000 mon.smithi096 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:35.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:35 smithi145 bash[29583]: audit 2023-11-16T02:08:34.573956+0000 mon.smithi096 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:35.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:35 smithi145 bash[29583]: cephadm 2023-11-16T02:08:34.574902+0000 mgr.smithi096.ejdhsd (mgr.14182) 122 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 3785M 2023-11-16T02:08:35.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:35 smithi145 bash[29583]: audit 2023-11-16T02:08:34.580023+0000 mon.smithi096 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:36.544 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:08:36.544 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":41,"fsid":"4c25bd38-8424-11ee-8dbe-212e2dc638e7","created":"2023-11-16T02:03:48.184408+0000","modified":"2023-11-16T02:08:18.204412+0000","last_up_change":"2023-11-16T02:08:16.183180+0000","last_in_change":"2023-11-16T02:07:25.111032+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-16T02:07:58.109996+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"c9d5dfd1-035f-4f41-9e8d-9de2d51a3243","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6801","nonce":2011462440}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6803","nonce":2011462440}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6807","nonce":2011462440}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6805","nonce":2011462440}]},"public_addr":"172.21.15.145:6801/2011462440","cluster_addr":"172.21.15.145:6803/2011462440","heartbeat_back_addr":"172.21.15.145:6807/2011462440","heartbeat_front_addr":"172.21.15.145:6805/2011462440","state":["exists","up"]},{"osd":1,"uuid":"3c35e602-52e5-4fdc-ac9c-f5ffef03e0ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6802","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6803","nonce":1298800011}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6804","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6805","nonce":1298800011}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6808","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6809","nonce":1298800011}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6806","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6807","nonce":1298800011}]},"public_addr":"172.21.15.96:6803/1298800011","cluster_addr":"172.21.15.96:6805/1298800011","heartbeat_back_addr":"172.21.15.96:6809/1298800011","heartbeat_front_addr":"172.21.15.96:6807/1298800011","state":["exists","up"]},{"osd":2,"uuid":"677153e7-06b0-45f1-bc38-1805bf28b22e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6809","nonce":3353170833}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6811","nonce":3353170833}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6815","nonce":3353170833}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6813","nonce":3353170833}]},"public_addr":"172.21.15.145:6809/3353170833","cluster_addr":"172.21.15.145:6811/3353170833","heartbeat_back_addr":"172.21.15.145:6815/3353170833","heartbeat_front_addr":"172.21.15.145:6813/3353170833","state":["exists","up"]},{"osd":3,"uuid":"921fbe29-8d9c-48c8-b61e-c85265e51e06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6810","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6811","nonce":3254229704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6812","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6813","nonce":3254229704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6816","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6817","nonce":3254229704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6814","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6815","nonce":3254229704}]},"public_addr":"172.21.15.96:6811/3254229704","cluster_addr":"172.21.15.96:6813/3254229704","heartbeat_back_addr":"172.21.15.96:6817/3254229704","heartbeat_front_addr":"172.21.15.96:6815/3254229704","state":["exists","up"]},{"osd":4,"uuid":"2bab5af5-c881-4430-a5e4-529f273ff501","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6817","nonce":595140667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6819","nonce":595140667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6823","nonce":595140667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6821","nonce":595140667}]},"public_addr":"172.21.15.145:6817/595140667","cluster_addr":"172.21.15.145:6819/595140667","heartbeat_back_addr":"172.21.15.145:6823/595140667","heartbeat_front_addr":"172.21.15.145:6821/595140667","state":["exists","up"]},{"osd":5,"uuid":"064dbead-3d7d-47e6-a78f-b36603015ec4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6818","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6819","nonce":2758180517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6820","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6821","nonce":2758180517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6824","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6825","nonce":2758180517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6822","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6823","nonce":2758180517}]},"public_addr":"172.21.15.96:6819/2758180517","cluster_addr":"172.21.15.96:6821/2758180517","heartbeat_back_addr":"172.21.15.96:6825/2758180517","heartbeat_front_addr":"172.21.15.96:6823/2758180517","state":["exists","up"]},{"osd":6,"uuid":"d63da740-eb18-4584-a23e-f6a5c4ed5b67","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.145:6824","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6825","nonce":1363512538}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6827","nonce":1363512538}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6831","nonce":1363512538}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6829","nonce":1363512538}]},"public_addr":"172.21.15.145:6825/1363512538","cluster_addr":"172.21.15.145:6827/1363512538","heartbeat_back_addr":"172.21.15.145:6831/1363512538","heartbeat_front_addr":"172.21.15.145:6829/1363512538","state":["exists","up"]},{"osd":7,"uuid":"ceca684d-84d1-4203-b98e-0e57abb66336","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6826","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6827","nonce":154748412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6828","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6829","nonce":154748412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6832","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6833","nonce":154748412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6830","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6831","nonce":154748412}]},"public_addr":"172.21.15.96:6827/154748412","cluster_addr":"172.21.15.96:6829/154748412","heartbeat_back_addr":"172.21.15.96:6833/154748412","heartbeat_front_addr":"172.21.15.96:6831/154748412","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-16T02:07:47.826753+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-16T02:07:56.160148+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-16T02:07:52.722760+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-16T02:08:03.005372+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-16T02:07:57.536710+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-16T02:08:10.328850+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-16T02:08:01.644995+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-16T02:08:14.939132+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.96:6801/2500052194":"2023-11-17T02:05:52.031594+0000","172.21.15.96:0/551492764":"2023-11-17T02:05:52.031594+0000","172.21.15.96:0/883331774":"2023-11-17T02:04:57.231149+0000","172.21.15.96:6801/2580366773":"2023-11-17T02:04:57.231149+0000","172.21.15.96:6800/2500052194":"2023-11-17T02:05:52.031594+0000","172.21.15.96:6800/2580366773":"2023-11-17T02:04:57.231149+0000","172.21.15.96:0/447537308":"2023-11-17T02:04:57.231149+0000","172.21.15.96:0/3549487361":"2023-11-17T02:05:52.031594+0000","172.21.15.96:0/3824395372":"2023-11-17T02:04:17.167217+0000","172.21.15.96:6800/566647220":"2023-11-17T02:04:17.167217+0000","172.21.15.96:0/4239557187":"2023-11-17T02:04:17.167217+0000","172.21.15.96:6801/566647220":"2023-11-17T02:04:17.167217+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-16T02:08:36.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: cephadm 2023-11-16T02:08:35.511824+0000 mgr.smithi096.ejdhsd (mgr.14182) 123 : cephadm [INF] Detected new or changed devices on smithi096 2023-11-16T02:08:36.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.524076+0000 mon.smithi096 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:36.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.811589+0000 mon.smithi096 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:36.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.812883+0000 mon.smithi096 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:36.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.814135+0000 mon.smithi096 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:36.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.815443+0000 mon.smithi096 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:36.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.823188+0000 mon.smithi096 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:36.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.825218+0000 mon.smithi096 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:08:36.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.826601+0000 mon.smithi096 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:08:36.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.835777+0000 mon.smithi096 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:36.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.844088+0000 mon.smithi096 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:08:36.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.850315+0000 mon.smithi096 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:08:36.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.853869+0000 mon.smithi096 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:08:36.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.854370+0000 mon.smithi096 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:08:36.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:36 smithi096 bash[25928]: audit 2023-11-16T02:08:35.855365+0000 mon.smithi096 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:08:36.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: cephadm 2023-11-16T02:08:35.511824+0000 mgr.smithi096.ejdhsd (mgr.14182) 123 : cephadm [INF] Detected new or changed devices on smithi096 2023-11-16T02:08:36.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.524076+0000 mon.smithi096 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:36.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.811589+0000 mon.smithi096 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:36.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.812883+0000 mon.smithi096 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.814135+0000 mon.smithi096 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.815443+0000 mon.smithi096 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.823188+0000 mon.smithi096 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.825218+0000 mon.smithi096 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.826601+0000 mon.smithi096 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.835777+0000 mon.smithi096 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.844088+0000 mon.smithi096 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.850315+0000 mon.smithi096 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.853869+0000 mon.smithi096 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.854370+0000 mon.smithi096 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:08:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:36 smithi145 bash[29583]: audit 2023-11-16T02:08:35.855365+0000 mon.smithi096 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:08:37.219 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-16T02:07:58.109996+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-16T02:08:37.219 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-16T02:08:37.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:37 smithi096 bash[25928]: cephadm 2023-11-16T02:08:35.816451+0000 mgr.smithi096.ejdhsd (mgr.14182) 124 : cephadm [INF] Adjusting osd_memory_target on smithi096 to 3529M 2023-11-16T02:08:37.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:37 smithi096 bash[25928]: cluster 2023-11-16T02:08:36.079942+0000 mgr.smithi096.ejdhsd (mgr.14182) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:37.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:37 smithi096 bash[25928]: audit 2023-11-16T02:08:36.539900+0000 mon.smithi096 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.96:0/3555342845' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:08:37.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:37 smithi145 bash[29583]: cephadm 2023-11-16T02:08:35.816451+0000 mgr.smithi096.ejdhsd (mgr.14182) 124 : cephadm [INF] Adjusting osd_memory_target on smithi096 to 3529M 2023-11-16T02:08:37.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:37 smithi145 bash[29583]: cluster 2023-11-16T02:08:36.079942+0000 mgr.smithi096.ejdhsd (mgr.14182) 125 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:37.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:37 smithi145 bash[29583]: audit 2023-11-16T02:08:36.539900+0000 mon.smithi096 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.96:0/3555342845' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:08:39.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:39 smithi096 bash[25928]: cluster 2023-11-16T02:08:38.080501+0000 mgr.smithi096.ejdhsd (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:39 smithi145 bash[29583]: cluster 2023-11-16T02:08:38.080501+0000 mgr.smithi096.ejdhsd (mgr.14182) 126 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:41.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:40 smithi096 bash[25928]: cluster 2023-11-16T02:08:40.081154+0000 mgr.smithi096.ejdhsd (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:41.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:40 smithi145 bash[29583]: cluster 2023-11-16T02:08:40.081154+0000 mgr.smithi096.ejdhsd (mgr.14182) 127 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:41.758 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:08:43.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:43 smithi145 bash[29583]: cluster 2023-11-16T02:08:42.081779+0000 mgr.smithi096.ejdhsd (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:43.547 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:43 smithi096 bash[25928]: cluster 2023-11-16T02:08:42.081779+0000 mgr.smithi096.ejdhsd (mgr.14182) 128 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:45.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:45 smithi145 bash[29583]: cluster 2023-11-16T02:08:44.082424+0000 mgr.smithi096.ejdhsd (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:45.499 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:45 smithi096 bash[25928]: cluster 2023-11-16T02:08:44.082424+0000 mgr.smithi096.ejdhsd (mgr.14182) 129 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:45.917 INFO:teuthology.orchestra.run.smithi096.stdout:pg_num: 1 2023-11-16T02:08:46.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:46 smithi145 bash[29583]: audit 2023-11-16T02:08:45.913157+0000 mon.smithi096 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.96:0/129601095' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-16T02:08:46.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:46 smithi096 bash[25928]: audit 2023-11-16T02:08:45.913157+0000 mon.smithi096 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.96:0/129601095' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-16T02:08:46.806 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-16T02:08:46.806 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-16T02:08:46.806 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-16T02:08:47.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:47 smithi145 bash[29583]: cluster 2023-11-16T02:08:46.083165+0000 mgr.smithi096.ejdhsd (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:47.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:47 smithi096 bash[25928]: cluster 2023-11-16T02:08:46.083165+0000 mgr.smithi096.ejdhsd (mgr.14182) 130 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:49.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:49 smithi145 bash[29583]: cluster 2023-11-16T02:08:48.083815+0000 mgr.smithi096.ejdhsd (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:49.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:49 smithi096 bash[25928]: cluster 2023-11-16T02:08:48.083815+0000 mgr.smithi096.ejdhsd (mgr.14182) 131 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:51.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:50 smithi145 bash[29583]: cluster 2023-11-16T02:08:50.084456+0000 mgr.smithi096.ejdhsd (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:51.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:50 smithi096 bash[25928]: cluster 2023-11-16T02:08:50.084456+0000 mgr.smithi096.ejdhsd (mgr.14182) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:51.465 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:08:53.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:53 smithi096 bash[25928]: cluster 2023-11-16T02:08:52.085036+0000 mgr.smithi096.ejdhsd (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:53.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:53 smithi145 bash[29583]: cluster 2023-11-16T02:08:52.085036+0000 mgr.smithi096.ejdhsd (mgr.14182) 133 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:08:55.368 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:09:03.311 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:55 smithi096 bash[25928]: cluster 2023-11-16T02:08:54.085693+0000 mgr.smithi096.ejdhsd (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:03.313 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:55 smithi145 bash[29583]: cluster 2023-11-16T02:08:54.085693+0000 mgr.smithi096.ejdhsd (mgr.14182) 134 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:03.313 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:56 smithi145 bash[29583]: audit 2023-11-16T02:08:55.358936+0000 mon.smithi096 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.96:0/2530838088' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T02:09:03.313 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:57 smithi145 bash[29583]: cluster 2023-11-16T02:08:56.086337+0000 mgr.smithi096.ejdhsd (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:03.313 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:08:59 smithi145 bash[29583]: cluster 2023-11-16T02:08:58.086981+0000 mgr.smithi096.ejdhsd (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:03.313 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:00 smithi145 bash[29583]: cluster 2023-11-16T02:09:00.087572+0000 mgr.smithi096.ejdhsd (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:03.313 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:02 smithi145 bash[29583]: audit 2023-11-16T02:09:01.891139+0000 mon.smithi096 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:09:03.313 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:02 smithi145 bash[29583]: cluster 2023-11-16T02:09:02.088094+0000 mgr.smithi096.ejdhsd (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:03.313 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi096.ejdhsd","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6800","nonce":580388910},{"type":"v1","addr":"172.21.15.96:6801","nonce":580388910}]},"active_addr":"172.21.15.96:6801/580388910","active_change":"2023-11-16T02:05:52.031903+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi145.tanrve","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.96:8443/","prometheus":"http://172.21.15.96: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.96:0","nonce":3057142129}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.96:0","nonce":88363899}]}]} 2023-11-16T02:09:03.317 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-16T02:09:03.317 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-16T02:09:03.360 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T02:09:03.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:56 smithi096 bash[25928]: audit 2023-11-16T02:08:55.358936+0000 mon.smithi096 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.96:0/2530838088' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T02:09:03.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:57 smithi096 bash[25928]: cluster 2023-11-16T02:08:56.086337+0000 mgr.smithi096.ejdhsd (mgr.14182) 135 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:03.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:08:59 smithi096 bash[25928]: cluster 2023-11-16T02:08:58.086981+0000 mgr.smithi096.ejdhsd (mgr.14182) 136 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:03.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:00 smithi096 bash[25928]: cluster 2023-11-16T02:09:00.087572+0000 mgr.smithi096.ejdhsd (mgr.14182) 137 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:03.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:02 smithi096 bash[25928]: audit 2023-11-16T02:09:01.891139+0000 mon.smithi096 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:09:03.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:02 smithi096 bash[25928]: cluster 2023-11-16T02:09:02.088094+0000 mgr.smithi096.ejdhsd (mgr.14182) 138 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:05 smithi145 bash[29583]: cluster 2023-11-16T02:09:04.088686+0000 mgr.smithi096.ejdhsd (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:05.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:05 smithi145 bash[29583]: audit 2023-11-16T02:09:04.948288+0000 mon.smithi096 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:09:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:05 smithi096 bash[25928]: cluster 2023-11-16T02:09:04.088686+0000 mgr.smithi096.ejdhsd (mgr.14182) 139 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:05 smithi096 bash[25928]: audit 2023-11-16T02:09:04.948288+0000 mon.smithi096 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:09:07.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:07 smithi145 bash[29583]: cluster 2023-11-16T02:09:06.089318+0000 mgr.smithi096.ejdhsd (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:07.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:07 smithi096 bash[25928]: cluster 2023-11-16T02:09:06.089318+0000 mgr.smithi096.ejdhsd (mgr.14182) 140 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:08.452 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:09:09.415 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:09 smithi096 bash[25928]: cluster 2023-11-16T02:09:08.089959+0000 mgr.smithi096.ejdhsd (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:09.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:09 smithi145 bash[29583]: cluster 2023-11-16T02:09:08.089959+0000 mgr.smithi096.ejdhsd (mgr.14182) 141 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:11.222 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:10 smithi096 bash[25928]: cluster 2023-11-16T02:09:10.090554+0000 mgr.smithi096.ejdhsd (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:10 smithi145 bash[29583]: cluster 2023-11-16T02:09:10.090554+0000 mgr.smithi096.ejdhsd (mgr.14182) 142 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:11.552 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:09:11.553 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":41,"fsid":"4c25bd38-8424-11ee-8dbe-212e2dc638e7","created":"2023-11-16T02:03:48.184408+0000","modified":"2023-11-16T02:08:18.204412+0000","last_up_change":"2023-11-16T02:08:16.183180+0000","last_in_change":"2023-11-16T02:07:25.111032+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-16T02:07:58.109996+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"c9d5dfd1-035f-4f41-9e8d-9de2d51a3243","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6801","nonce":2011462440}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6803","nonce":2011462440}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6807","nonce":2011462440}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6805","nonce":2011462440}]},"public_addr":"172.21.15.145:6801/2011462440","cluster_addr":"172.21.15.145:6803/2011462440","heartbeat_back_addr":"172.21.15.145:6807/2011462440","heartbeat_front_addr":"172.21.15.145:6805/2011462440","state":["exists","up"]},{"osd":1,"uuid":"3c35e602-52e5-4fdc-ac9c-f5ffef03e0ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6802","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6803","nonce":1298800011}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6804","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6805","nonce":1298800011}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6808","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6809","nonce":1298800011}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6806","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6807","nonce":1298800011}]},"public_addr":"172.21.15.96:6803/1298800011","cluster_addr":"172.21.15.96:6805/1298800011","heartbeat_back_addr":"172.21.15.96:6809/1298800011","heartbeat_front_addr":"172.21.15.96:6807/1298800011","state":["exists","up"]},{"osd":2,"uuid":"677153e7-06b0-45f1-bc38-1805bf28b22e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6809","nonce":3353170833}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6811","nonce":3353170833}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6815","nonce":3353170833}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6813","nonce":3353170833}]},"public_addr":"172.21.15.145:6809/3353170833","cluster_addr":"172.21.15.145:6811/3353170833","heartbeat_back_addr":"172.21.15.145:6815/3353170833","heartbeat_front_addr":"172.21.15.145:6813/3353170833","state":["exists","up"]},{"osd":3,"uuid":"921fbe29-8d9c-48c8-b61e-c85265e51e06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6810","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6811","nonce":3254229704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6812","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6813","nonce":3254229704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6816","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6817","nonce":3254229704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6814","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6815","nonce":3254229704}]},"public_addr":"172.21.15.96:6811/3254229704","cluster_addr":"172.21.15.96:6813/3254229704","heartbeat_back_addr":"172.21.15.96:6817/3254229704","heartbeat_front_addr":"172.21.15.96:6815/3254229704","state":["exists","up"]},{"osd":4,"uuid":"2bab5af5-c881-4430-a5e4-529f273ff501","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6817","nonce":595140667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6819","nonce":595140667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6823","nonce":595140667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6821","nonce":595140667}]},"public_addr":"172.21.15.145:6817/595140667","cluster_addr":"172.21.15.145:6819/595140667","heartbeat_back_addr":"172.21.15.145:6823/595140667","heartbeat_front_addr":"172.21.15.145:6821/595140667","state":["exists","up"]},{"osd":5,"uuid":"064dbead-3d7d-47e6-a78f-b36603015ec4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6818","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6819","nonce":2758180517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6820","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6821","nonce":2758180517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6824","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6825","nonce":2758180517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6822","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6823","nonce":2758180517}]},"public_addr":"172.21.15.96:6819/2758180517","cluster_addr":"172.21.15.96:6821/2758180517","heartbeat_back_addr":"172.21.15.96:6825/2758180517","heartbeat_front_addr":"172.21.15.96:6823/2758180517","state":["exists","up"]},{"osd":6,"uuid":"d63da740-eb18-4584-a23e-f6a5c4ed5b67","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.145:6824","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6825","nonce":1363512538}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6827","nonce":1363512538}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6831","nonce":1363512538}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6829","nonce":1363512538}]},"public_addr":"172.21.15.145:6825/1363512538","cluster_addr":"172.21.15.145:6827/1363512538","heartbeat_back_addr":"172.21.15.145:6831/1363512538","heartbeat_front_addr":"172.21.15.145:6829/1363512538","state":["exists","up"]},{"osd":7,"uuid":"ceca684d-84d1-4203-b98e-0e57abb66336","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6826","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6827","nonce":154748412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6828","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6829","nonce":154748412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6832","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6833","nonce":154748412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6830","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6831","nonce":154748412}]},"public_addr":"172.21.15.96:6827/154748412","cluster_addr":"172.21.15.96:6829/154748412","heartbeat_back_addr":"172.21.15.96:6833/154748412","heartbeat_front_addr":"172.21.15.96:6831/154748412","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-16T02:07:47.826753+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-16T02:07:56.160148+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-16T02:07:52.722760+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-16T02:08:03.005372+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-16T02:07:57.536710+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-16T02:08:10.328850+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-16T02:08:01.644995+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-16T02:08:14.939132+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.96:6801/2500052194":"2023-11-17T02:05:52.031594+0000","172.21.15.96:0/551492764":"2023-11-17T02:05:52.031594+0000","172.21.15.96:0/883331774":"2023-11-17T02:04:57.231149+0000","172.21.15.96:6801/2580366773":"2023-11-17T02:04:57.231149+0000","172.21.15.96:6800/2500052194":"2023-11-17T02:05:52.031594+0000","172.21.15.96:6800/2580366773":"2023-11-17T02:04:57.231149+0000","172.21.15.96:0/447537308":"2023-11-17T02:04:57.231149+0000","172.21.15.96:0/3549487361":"2023-11-17T02:05:52.031594+0000","172.21.15.96:0/3824395372":"2023-11-17T02:04:17.167217+0000","172.21.15.96:6800/566647220":"2023-11-17T02:04:17.167217+0000","172.21.15.96:0/4239557187":"2023-11-17T02:04:17.167217+0000","172.21.15.96:6801/566647220":"2023-11-17T02:04:17.167217+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-16T02:09:12.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:11 smithi145 bash[29583]: audit 2023-11-16T02:09:11.548108+0000 mon.smithi096 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.96:0/1865336457' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:09:12.201 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:11 smithi096 bash[25928]: audit 2023-11-16T02:09:11.548108+0000 mon.smithi096 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.96:0/1865336457' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:09:12.204 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-16T02:09:12.205 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T02:09:13.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:12 smithi096 bash[25928]: cluster 2023-11-16T02:09:12.091111+0000 mgr.smithi096.ejdhsd (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:13.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:12 smithi145 bash[29583]: cluster 2023-11-16T02:09:12.091111+0000 mgr.smithi096.ejdhsd (mgr.14182) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:15.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:15 smithi145 bash[29583]: cluster 2023-11-16T02:09:14.091767+0000 mgr.smithi096.ejdhsd (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:15.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:15 smithi096 bash[25928]: cluster 2023-11-16T02:09:14.091767+0000 mgr.smithi096.ejdhsd (mgr.14182) 144 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:17.050 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:09:17.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:17 smithi145 bash[29583]: cluster 2023-11-16T02:09:16.092342+0000 mgr.smithi096.ejdhsd (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:17.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:17 smithi096 bash[25928]: cluster 2023-11-16T02:09:16.092342+0000 mgr.smithi096.ejdhsd (mgr.14182) 145 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:19.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:19 smithi145 bash[29583]: cluster 2023-11-16T02:09:18.092953+0000 mgr.smithi096.ejdhsd (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:19 smithi096 bash[25928]: cluster 2023-11-16T02:09:18.092953+0000 mgr.smithi096.ejdhsd (mgr.14182) 146 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:20.147 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:09:20.147 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":41,"fsid":"4c25bd38-8424-11ee-8dbe-212e2dc638e7","created":"2023-11-16T02:03:48.184408+0000","modified":"2023-11-16T02:08:18.204412+0000","last_up_change":"2023-11-16T02:08:16.183180+0000","last_in_change":"2023-11-16T02:07:25.111032+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-16T02:07:58.109996+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"c9d5dfd1-035f-4f41-9e8d-9de2d51a3243","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6801","nonce":2011462440}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6803","nonce":2011462440}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6807","nonce":2011462440}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":2011462440},{"type":"v1","addr":"172.21.15.145:6805","nonce":2011462440}]},"public_addr":"172.21.15.145:6801/2011462440","cluster_addr":"172.21.15.145:6803/2011462440","heartbeat_back_addr":"172.21.15.145:6807/2011462440","heartbeat_front_addr":"172.21.15.145:6805/2011462440","state":["exists","up"]},{"osd":1,"uuid":"3c35e602-52e5-4fdc-ac9c-f5ffef03e0ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6802","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6803","nonce":1298800011}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6804","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6805","nonce":1298800011}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6808","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6809","nonce":1298800011}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6806","nonce":1298800011},{"type":"v1","addr":"172.21.15.96:6807","nonce":1298800011}]},"public_addr":"172.21.15.96:6803/1298800011","cluster_addr":"172.21.15.96:6805/1298800011","heartbeat_back_addr":"172.21.15.96:6809/1298800011","heartbeat_front_addr":"172.21.15.96:6807/1298800011","state":["exists","up"]},{"osd":2,"uuid":"677153e7-06b0-45f1-bc38-1805bf28b22e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6809","nonce":3353170833}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6811","nonce":3353170833}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6815","nonce":3353170833}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":3353170833},{"type":"v1","addr":"172.21.15.145:6813","nonce":3353170833}]},"public_addr":"172.21.15.145:6809/3353170833","cluster_addr":"172.21.15.145:6811/3353170833","heartbeat_back_addr":"172.21.15.145:6815/3353170833","heartbeat_front_addr":"172.21.15.145:6813/3353170833","state":["exists","up"]},{"osd":3,"uuid":"921fbe29-8d9c-48c8-b61e-c85265e51e06","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6810","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6811","nonce":3254229704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6812","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6813","nonce":3254229704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6816","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6817","nonce":3254229704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6814","nonce":3254229704},{"type":"v1","addr":"172.21.15.96:6815","nonce":3254229704}]},"public_addr":"172.21.15.96:6811/3254229704","cluster_addr":"172.21.15.96:6813/3254229704","heartbeat_back_addr":"172.21.15.96:6817/3254229704","heartbeat_front_addr":"172.21.15.96:6815/3254229704","state":["exists","up"]},{"osd":4,"uuid":"2bab5af5-c881-4430-a5e4-529f273ff501","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6817","nonce":595140667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6819","nonce":595140667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6823","nonce":595140667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":595140667},{"type":"v1","addr":"172.21.15.145:6821","nonce":595140667}]},"public_addr":"172.21.15.145:6817/595140667","cluster_addr":"172.21.15.145:6819/595140667","heartbeat_back_addr":"172.21.15.145:6823/595140667","heartbeat_front_addr":"172.21.15.145:6821/595140667","state":["exists","up"]},{"osd":5,"uuid":"064dbead-3d7d-47e6-a78f-b36603015ec4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6818","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6819","nonce":2758180517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6820","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6821","nonce":2758180517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6824","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6825","nonce":2758180517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6822","nonce":2758180517},{"type":"v1","addr":"172.21.15.96:6823","nonce":2758180517}]},"public_addr":"172.21.15.96:6819/2758180517","cluster_addr":"172.21.15.96:6821/2758180517","heartbeat_back_addr":"172.21.15.96:6825/2758180517","heartbeat_front_addr":"172.21.15.96:6823/2758180517","state":["exists","up"]},{"osd":6,"uuid":"d63da740-eb18-4584-a23e-f6a5c4ed5b67","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.145:6824","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6825","nonce":1363512538}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6827","nonce":1363512538}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6831","nonce":1363512538}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":1363512538},{"type":"v1","addr":"172.21.15.145:6829","nonce":1363512538}]},"public_addr":"172.21.15.145:6825/1363512538","cluster_addr":"172.21.15.145:6827/1363512538","heartbeat_back_addr":"172.21.15.145:6831/1363512538","heartbeat_front_addr":"172.21.15.145:6829/1363512538","state":["exists","up"]},{"osd":7,"uuid":"ceca684d-84d1-4203-b98e-0e57abb66336","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6826","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6827","nonce":154748412}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6828","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6829","nonce":154748412}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6832","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6833","nonce":154748412}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6830","nonce":154748412},{"type":"v1","addr":"172.21.15.96:6831","nonce":154748412}]},"public_addr":"172.21.15.96:6827/154748412","cluster_addr":"172.21.15.96:6829/154748412","heartbeat_back_addr":"172.21.15.96:6833/154748412","heartbeat_front_addr":"172.21.15.96:6831/154748412","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-16T02:07:47.826753+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-16T02:07:56.160148+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-16T02:07:52.722760+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-16T02:08:03.005372+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-16T02:07:57.536710+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-16T02:08:10.328850+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-16T02:08:01.644995+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-16T02:08:14.939132+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.96:6801/2500052194":"2023-11-17T02:05:52.031594+0000","172.21.15.96:0/551492764":"2023-11-17T02:05:52.031594+0000","172.21.15.96:0/883331774":"2023-11-17T02:04:57.231149+0000","172.21.15.96:6801/2580366773":"2023-11-17T02:04:57.231149+0000","172.21.15.96:6800/2500052194":"2023-11-17T02:05:52.031594+0000","172.21.15.96:6800/2580366773":"2023-11-17T02:04:57.231149+0000","172.21.15.96:0/447537308":"2023-11-17T02:04:57.231149+0000","172.21.15.96:0/3549487361":"2023-11-17T02:05:52.031594+0000","172.21.15.96:0/3824395372":"2023-11-17T02:04:17.167217+0000","172.21.15.96:6800/566647220":"2023-11-17T02:04:17.167217+0000","172.21.15.96:0/4239557187":"2023-11-17T02:04:17.167217+0000","172.21.15.96:6801/566647220":"2023-11-17T02:04:17.167217+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-16T02:09:20.772 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-16T02:09:21.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:20 smithi096 bash[25928]: cluster 2023-11-16T02:09:20.093364+0000 mgr.smithi096.ejdhsd (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:21.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:20 smithi096 bash[25928]: audit 2023-11-16T02:09:20.142133+0000 mon.smithi096 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.96:0/3057632713' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:09:21.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:20 smithi145 bash[29583]: cluster 2023-11-16T02:09:20.093364+0000 mgr.smithi096.ejdhsd (mgr.14182) 147 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:21.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:20 smithi145 bash[29583]: audit 2023-11-16T02:09:20.142133+0000 mon.smithi096 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.96:0/3057632713' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T02:09:23.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:23 smithi145 bash[29583]: cluster 2023-11-16T02:09:22.093904+0000 mgr.smithi096.ejdhsd (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:23.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:23 smithi096 bash[25928]: cluster 2023-11-16T02:09:22.093904+0000 mgr.smithi096.ejdhsd (mgr.14182) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:25.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:25 smithi145 bash[29583]: cluster 2023-11-16T02:09:24.094431+0000 mgr.smithi096.ejdhsd (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:25.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:25 smithi096 bash[25928]: cluster 2023-11-16T02:09:24.094431+0000 mgr.smithi096.ejdhsd (mgr.14182) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:25.611 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:09:27.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:27 smithi145 bash[29583]: cluster 2023-11-16T02:09:26.095014+0000 mgr.smithi096.ejdhsd (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:27.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:27 smithi096 bash[25928]: cluster 2023-11-16T02:09:26.095014+0000 mgr.smithi096.ejdhsd (mgr.14182) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:29.053 INFO:teuthology.orchestra.run.smithi096.stdout:68719476758 2023-11-16T02:09:29.053 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-16T02:09:29.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:29 smithi096 bash[25928]: cluster 2023-11-16T02:09:28.095579+0000 mgr.smithi096.ejdhsd (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:29.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:29 smithi145 bash[29583]: cluster 2023-11-16T02:09:28.095579+0000 mgr.smithi096.ejdhsd (mgr.14182) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:31.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:30 smithi096 bash[25928]: cluster 2023-11-16T02:09:30.096204+0000 mgr.smithi096.ejdhsd (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:31.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:30 smithi145 bash[29583]: cluster 2023-11-16T02:09:30.096204+0000 mgr.smithi096.ejdhsd (mgr.14182) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:33.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:33 smithi145 bash[29583]: cluster 2023-11-16T02:09:32.096776+0000 mgr.smithi096.ejdhsd (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:33.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:33 smithi096 bash[25928]: cluster 2023-11-16T02:09:32.096776+0000 mgr.smithi096.ejdhsd (mgr.14182) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:33.903 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:09:35.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:35 smithi145 bash[29583]: cluster 2023-11-16T02:09:34.097419+0000 mgr.smithi096.ejdhsd (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:35 smithi096 bash[25928]: cluster 2023-11-16T02:09:34.097419+0000 mgr.smithi096.ejdhsd (mgr.14182) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:37.417 INFO:teuthology.orchestra.run.smithi096.stdout:98784247829 2023-11-16T02:09:37.418 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-16T02:09:37.429 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:37 smithi096 bash[25928]: cluster 2023-11-16T02:09:36.098017+0000 mgr.smithi096.ejdhsd (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:37.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:37 smithi145 bash[29583]: cluster 2023-11-16T02:09:36.098017+0000 mgr.smithi096.ejdhsd (mgr.14182) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:39 smithi096 bash[25928]: cluster 2023-11-16T02:09:38.098603+0000 mgr.smithi096.ejdhsd (mgr.14182) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:39.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:39 smithi145 bash[29583]: cluster 2023-11-16T02:09:38.098603+0000 mgr.smithi096.ejdhsd (mgr.14182) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:41.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:40 smithi096 bash[25928]: cluster 2023-11-16T02:09:40.099149+0000 mgr.smithi096.ejdhsd (mgr.14182) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:41.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:40 smithi145 bash[29583]: cluster 2023-11-16T02:09:40.099149+0000 mgr.smithi096.ejdhsd (mgr.14182) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:42.251 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:09:43.401 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:43 smithi096 bash[25928]: cluster 2023-11-16T02:09:42.099831+0000 mgr.smithi096.ejdhsd (mgr.14182) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:43.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:43 smithi145 bash[29583]: cluster 2023-11-16T02:09:42.099831+0000 mgr.smithi096.ejdhsd (mgr.14182) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:45.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:45 smithi096 bash[25928]: cluster 2023-11-16T02:09:44.100437+0000 mgr.smithi096.ejdhsd (mgr.14182) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:45.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:45 smithi145 bash[29583]: cluster 2023-11-16T02:09:44.100437+0000 mgr.smithi096.ejdhsd (mgr.14182) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:45.642 INFO:teuthology.orchestra.run.smithi096.stdout:85899345944 2023-11-16T02:09:45.642 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-16T02:09:47.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:47 smithi096 bash[25928]: cluster 2023-11-16T02:09:46.101070+0000 mgr.smithi096.ejdhsd (mgr.14182) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:47.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:47 smithi145 bash[29583]: cluster 2023-11-16T02:09:46.101070+0000 mgr.smithi096.ejdhsd (mgr.14182) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:49.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:49 smithi096 bash[25928]: cluster 2023-11-16T02:09:48.101729+0000 mgr.smithi096.ejdhsd (mgr.14182) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:49.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:49 smithi145 bash[29583]: cluster 2023-11-16T02:09:48.101729+0000 mgr.smithi096.ejdhsd (mgr.14182) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:50.526 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:09:51.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:50 smithi096 bash[25928]: cluster 2023-11-16T02:09:50.102314+0000 mgr.smithi096.ejdhsd (mgr.14182) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:51.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:50 smithi145 bash[29583]: cluster 2023-11-16T02:09:50.102314+0000 mgr.smithi096.ejdhsd (mgr.14182) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:53.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:53 smithi096 bash[25928]: cluster 2023-11-16T02:09:52.103002+0000 mgr.smithi096.ejdhsd (mgr.14182) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:53.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:53 smithi145 bash[29583]: cluster 2023-11-16T02:09:52.103002+0000 mgr.smithi096.ejdhsd (mgr.14182) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:53.938 INFO:teuthology.orchestra.run.smithi096.stdout:128849018904 2023-11-16T02:09:53.939 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-16T02:09:55.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:55 smithi096 bash[25928]: cluster 2023-11-16T02:09:54.103695+0000 mgr.smithi096.ejdhsd (mgr.14182) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:55.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:55 smithi145 bash[29583]: cluster 2023-11-16T02:09:54.103695+0000 mgr.smithi096.ejdhsd (mgr.14182) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:57.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:57 smithi096 bash[25928]: cluster 2023-11-16T02:09:56.104290+0000 mgr.smithi096.ejdhsd (mgr.14182) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:57.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:57 smithi145 bash[29583]: cluster 2023-11-16T02:09:56.104290+0000 mgr.smithi096.ejdhsd (mgr.14182) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:58.778 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:09:59.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:09:59 smithi096 bash[25928]: cluster 2023-11-16T02:09:58.104835+0000 mgr.smithi096.ejdhsd (mgr.14182) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:09:59.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:09:59 smithi145 bash[29583]: cluster 2023-11-16T02:09:58.104835+0000 mgr.smithi096.ejdhsd (mgr.14182) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:00 smithi096 bash[25928]: cluster 2023-11-16T02:10:00.000146+0000 mon.smithi096 (mon.0) 580 : cluster [INF] overall HEALTH_OK 2023-11-16T02:10:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:00 smithi096 bash[25928]: cluster 2023-11-16T02:10:00.105466+0000 mgr.smithi096.ejdhsd (mgr.14182) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:00 smithi145 bash[29583]: cluster 2023-11-16T02:10:00.000146+0000 mon.smithi096 (mon.0) 580 : cluster [INF] overall HEALTH_OK 2023-11-16T02:10:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:00 smithi145 bash[29583]: cluster 2023-11-16T02:10:00.105466+0000 mgr.smithi096.ejdhsd (mgr.14182) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:02.250 INFO:teuthology.orchestra.run.smithi096.stdout:103079215130 2023-11-16T02:10:02.251 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-16T02:10:03.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:03 smithi145 bash[29583]: cluster 2023-11-16T02:10:02.106144+0000 mgr.smithi096.ejdhsd (mgr.14182) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:03.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:03 smithi096 bash[25928]: cluster 2023-11-16T02:10:02.106144+0000 mgr.smithi096.ejdhsd (mgr.14182) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:05 smithi096 bash[25928]: cluster 2023-11-16T02:10:04.106802+0000 mgr.smithi096.ejdhsd (mgr.14182) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:05 smithi096 bash[25928]: audit 2023-11-16T02:10:04.952967+0000 mon.smithi096 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:10:05.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:05 smithi145 bash[29583]: cluster 2023-11-16T02:10:04.106802+0000 mgr.smithi096.ejdhsd (mgr.14182) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:05.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:05 smithi145 bash[29583]: audit 2023-11-16T02:10:04.952967+0000 mon.smithi096 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:10:07.094 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:10:07.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:07 smithi096 bash[25928]: cluster 2023-11-16T02:10:06.107343+0000 mgr.smithi096.ejdhsd (mgr.14182) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:07.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:07 smithi145 bash[29583]: cluster 2023-11-16T02:10:06.107343+0000 mgr.smithi096.ejdhsd (mgr.14182) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:09.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:09 smithi096 bash[25928]: cluster 2023-11-16T02:10:08.107748+0000 mgr.smithi096.ejdhsd (mgr.14182) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:09.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:09 smithi145 bash[29583]: cluster 2023-11-16T02:10:08.107748+0000 mgr.smithi096.ejdhsd (mgr.14182) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:10.724 INFO:teuthology.orchestra.run.smithi096.stdout:150323855386 2023-11-16T02:10:10.724 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-16T02:10:11.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:11 smithi096 bash[25928]: cluster 2023-11-16T02:10:10.108126+0000 mgr.smithi096.ejdhsd (mgr.14182) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:11.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:11 smithi096 bash[25928]: audit 2023-11-16T02:10:10.521288+0000 mon.smithi096 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:10:11.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:11 smithi096 bash[25928]: audit 2023-11-16T02:10:10.766386+0000 mon.smithi096 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:10:11.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:11 smithi096 bash[25928]: audit 2023-11-16T02:10:11.058380+0000 mon.smithi096 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:10:11.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:11 smithi096 bash[25928]: audit 2023-11-16T02:10:11.060643+0000 mon.smithi096 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:10:11.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:11 smithi096 bash[25928]: audit 2023-11-16T02:10:11.072944+0000 mon.smithi096 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:10:11.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:11 smithi096 bash[25928]: audit 2023-11-16T02:10:11.083579+0000 mon.smithi096 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:10:11.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:11 smithi145 bash[29583]: cluster 2023-11-16T02:10:10.108126+0000 mgr.smithi096.ejdhsd (mgr.14182) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:11.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:11 smithi145 bash[29583]: audit 2023-11-16T02:10:10.521288+0000 mon.smithi096 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:10:11.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:11 smithi145 bash[29583]: audit 2023-11-16T02:10:10.766386+0000 mon.smithi096 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:10:11.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:11 smithi145 bash[29583]: audit 2023-11-16T02:10:11.058380+0000 mon.smithi096 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:10:11.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:11 smithi145 bash[29583]: audit 2023-11-16T02:10:11.060643+0000 mon.smithi096 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:10:11.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:11 smithi145 bash[29583]: audit 2023-11-16T02:10:11.072944+0000 mon.smithi096 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:10:11.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:11 smithi145 bash[29583]: audit 2023-11-16T02:10:11.083579+0000 mon.smithi096 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:10:13.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:13 smithi096 bash[25928]: cluster 2023-11-16T02:10:12.108651+0000 mgr.smithi096.ejdhsd (mgr.14182) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:13.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:13 smithi145 bash[29583]: cluster 2023-11-16T02:10:12.108651+0000 mgr.smithi096.ejdhsd (mgr.14182) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:15.569 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:10:15.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:15 smithi096 bash[25928]: cluster 2023-11-16T02:10:14.109321+0000 mgr.smithi096.ejdhsd (mgr.14182) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:15.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:15 smithi145 bash[29583]: cluster 2023-11-16T02:10:14.109321+0000 mgr.smithi096.ejdhsd (mgr.14182) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:17.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:17 smithi096 bash[25928]: cluster 2023-11-16T02:10:16.109951+0000 mgr.smithi096.ejdhsd (mgr.14182) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:17 smithi145 bash[29583]: cluster 2023-11-16T02:10:16.109951+0000 mgr.smithi096.ejdhsd (mgr.14182) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:19.126 INFO:teuthology.orchestra.run.smithi096.stdout:120259084317 2023-11-16T02:10:19.126 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-16T02:10:19.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:19 smithi096 bash[25928]: cluster 2023-11-16T02:10:18.110506+0000 mgr.smithi096.ejdhsd (mgr.14182) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:19.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:19 smithi145 bash[29583]: cluster 2023-11-16T02:10:18.110506+0000 mgr.smithi096.ejdhsd (mgr.14182) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:21.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:20 smithi096 bash[25928]: cluster 2023-11-16T02:10:20.111112+0000 mgr.smithi096.ejdhsd (mgr.14182) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:21.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:20 smithi145 bash[29583]: cluster 2023-11-16T02:10:20.111112+0000 mgr.smithi096.ejdhsd (mgr.14182) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:23.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:23 smithi096 bash[25928]: cluster 2023-11-16T02:10:22.111727+0000 mgr.smithi096.ejdhsd (mgr.14182) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:23.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:23 smithi145 bash[29583]: cluster 2023-11-16T02:10:22.111727+0000 mgr.smithi096.ejdhsd (mgr.14182) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:23.964 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:10:25.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:25 smithi096 bash[25928]: cluster 2023-11-16T02:10:24.112364+0000 mgr.smithi096.ejdhsd (mgr.14182) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:25.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:25 smithi145 bash[29583]: cluster 2023-11-16T02:10:24.112364+0000 mgr.smithi096.ejdhsd (mgr.14182) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:27.411 INFO:teuthology.orchestra.run.smithi096.stdout:167503724572 2023-11-16T02:10:27.412 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-16T02:10:27.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:27 smithi096 bash[25928]: cluster 2023-11-16T02:10:26.112953+0000 mgr.smithi096.ejdhsd (mgr.14182) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:27.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:27 smithi145 bash[29583]: cluster 2023-11-16T02:10:26.112953+0000 mgr.smithi096.ejdhsd (mgr.14182) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:29 smithi096 bash[25928]: cluster 2023-11-16T02:10:28.113622+0000 mgr.smithi096.ejdhsd (mgr.14182) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:29.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:29 smithi145 bash[29583]: cluster 2023-11-16T02:10:28.113622+0000 mgr.smithi096.ejdhsd (mgr.14182) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:31.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:30 smithi096 bash[25928]: cluster 2023-11-16T02:10:30.114223+0000 mgr.smithi096.ejdhsd (mgr.14182) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:31.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:30 smithi145 bash[29583]: cluster 2023-11-16T02:10:30.114223+0000 mgr.smithi096.ejdhsd (mgr.14182) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:32.253 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:10:33.454 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:33 smithi096 bash[25928]: cluster 2023-11-16T02:10:32.114753+0000 mgr.smithi096.ejdhsd (mgr.14182) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:33.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:33 smithi145 bash[29583]: cluster 2023-11-16T02:10:32.114753+0000 mgr.smithi096.ejdhsd (mgr.14182) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:35.252 INFO:teuthology.orchestra.run.smithi096.stdout:68719476771 2023-11-16T02:10:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:35 smithi096 bash[25928]: cluster 2023-11-16T02:10:34.115399+0000 mgr.smithi096.ejdhsd (mgr.14182) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:35.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:35 smithi145 bash[29583]: cluster 2023-11-16T02:10:34.115399+0000 mgr.smithi096.ejdhsd (mgr.14182) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:35.890 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2023-11-16T02:10:35.891 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-16T02:10:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:36 smithi096 bash[25928]: audit 2023-11-16T02:10:35.248947+0000 mon.smithi096 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.96:0/3109493721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T02:10:36.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:36 smithi145 bash[29583]: audit 2023-11-16T02:10:35.248947+0000 mon.smithi096 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.96:0/3109493721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T02:10:37.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:37 smithi096 bash[25928]: cluster 2023-11-16T02:10:36.115822+0000 mgr.smithi096.ejdhsd (mgr.14182) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:37.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:37 smithi145 bash[29583]: cluster 2023-11-16T02:10:36.115822+0000 mgr.smithi096.ejdhsd (mgr.14182) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:39 smithi096 bash[25928]: cluster 2023-11-16T02:10:38.116367+0000 mgr.smithi096.ejdhsd (mgr.14182) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:39.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:39 smithi145 bash[29583]: cluster 2023-11-16T02:10:38.116367+0000 mgr.smithi096.ejdhsd (mgr.14182) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:40.732 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:10:41.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:40 smithi096 bash[25928]: cluster 2023-11-16T02:10:40.116943+0000 mgr.smithi096.ejdhsd (mgr.14182) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:41.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:40 smithi145 bash[29583]: cluster 2023-11-16T02:10:40.116943+0000 mgr.smithi096.ejdhsd (mgr.14182) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:43.461 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:43 smithi096 bash[25928]: cluster 2023-11-16T02:10:42.117581+0000 mgr.smithi096.ejdhsd (mgr.14182) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:43.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:43 smithi145 bash[29583]: cluster 2023-11-16T02:10:42.117581+0000 mgr.smithi096.ejdhsd (mgr.14182) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:43.798 INFO:teuthology.orchestra.run.smithi096.stdout:98784247842 2023-11-16T02:10:44.456 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:44 smithi096 bash[25928]: audit 2023-11-16T02:10:43.794428+0000 mon.smithi096 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.96:0/1424421591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T02:10:44.457 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247829 got 98784247842 for osd.1 2023-11-16T02:10:44.457 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-16T02:10:44.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:44 smithi145 bash[29583]: audit 2023-11-16T02:10:43.794428+0000 mon.smithi096 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.96:0/1424421591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T02:10:45.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:45 smithi096 bash[25928]: cluster 2023-11-16T02:10:44.118339+0000 mgr.smithi096.ejdhsd (mgr.14182) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:45.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:45 smithi145 bash[29583]: cluster 2023-11-16T02:10:44.118339+0000 mgr.smithi096.ejdhsd (mgr.14182) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:47.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:47 smithi096 bash[25928]: cluster 2023-11-16T02:10:46.118955+0000 mgr.smithi096.ejdhsd (mgr.14182) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:47.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:47 smithi145 bash[29583]: cluster 2023-11-16T02:10:46.118955+0000 mgr.smithi096.ejdhsd (mgr.14182) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:49.302 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:10:49.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:49 smithi096 bash[25928]: cluster 2023-11-16T02:10:48.119572+0000 mgr.smithi096.ejdhsd (mgr.14182) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:49.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:49 smithi145 bash[29583]: cluster 2023-11-16T02:10:48.119572+0000 mgr.smithi096.ejdhsd (mgr.14182) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:51.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:50 smithi096 bash[25928]: cluster 2023-11-16T02:10:50.120172+0000 mgr.smithi096.ejdhsd (mgr.14182) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:51.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:50 smithi145 bash[29583]: cluster 2023-11-16T02:10:50.120172+0000 mgr.smithi096.ejdhsd (mgr.14182) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:52.404 INFO:teuthology.orchestra.run.smithi096.stdout:85899345958 2023-11-16T02:10:52.958 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345958 for osd.2 2023-11-16T02:10:52.959 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-16T02:10:53.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:53 smithi096 bash[25928]: cluster 2023-11-16T02:10:52.120683+0000 mgr.smithi096.ejdhsd (mgr.14182) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:53.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:53 smithi096 bash[25928]: audit 2023-11-16T02:10:52.400819+0000 mon.smithi096 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.96:0/3820680137' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T02:10:53.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:53 smithi145 bash[29583]: cluster 2023-11-16T02:10:52.120683+0000 mgr.smithi096.ejdhsd (mgr.14182) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:53.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:53 smithi145 bash[29583]: audit 2023-11-16T02:10:52.400819+0000 mon.smithi096 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.96:0/3820680137' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T02:10:55.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:55 smithi096 bash[25928]: cluster 2023-11-16T02:10:54.121283+0000 mgr.smithi096.ejdhsd (mgr.14182) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:55.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:55 smithi145 bash[29583]: cluster 2023-11-16T02:10:54.121283+0000 mgr.smithi096.ejdhsd (mgr.14182) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:57.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:57 smithi096 bash[25928]: cluster 2023-11-16T02:10:56.121832+0000 mgr.smithi096.ejdhsd (mgr.14182) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:57.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:57 smithi145 bash[29583]: cluster 2023-11-16T02:10:56.121832+0000 mgr.smithi096.ejdhsd (mgr.14182) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:57.808 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:10:59.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:10:59 smithi096 bash[25928]: cluster 2023-11-16T02:10:58.122442+0000 mgr.smithi096.ejdhsd (mgr.14182) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:10:59.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:10:59 smithi145 bash[29583]: cluster 2023-11-16T02:10:58.122442+0000 mgr.smithi096.ejdhsd (mgr.14182) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:00.904 INFO:teuthology.orchestra.run.smithi096.stdout:128849018917 2023-11-16T02:11:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:00 smithi096 bash[25928]: cluster 2023-11-16T02:11:00.123031+0000 mgr.smithi096.ejdhsd (mgr.14182) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:00 smithi096 bash[25928]: audit 2023-11-16T02:11:00.900379+0000 mon.smithi096 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.96:0/1587384235' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T02:11:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:00 smithi145 bash[29583]: cluster 2023-11-16T02:11:00.123031+0000 mgr.smithi096.ejdhsd (mgr.14182) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:00 smithi145 bash[29583]: audit 2023-11-16T02:11:00.900379+0000 mon.smithi096 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.96:0/1587384235' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T02:11:01.507 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018904 got 128849018917 for osd.3 2023-11-16T02:11:01.508 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-16T02:11:03.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:03 smithi096 bash[25928]: cluster 2023-11-16T02:11:02.123616+0000 mgr.smithi096.ejdhsd (mgr.14182) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:03.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:03 smithi145 bash[29583]: cluster 2023-11-16T02:11:02.123616+0000 mgr.smithi096.ejdhsd (mgr.14182) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:05.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:05 smithi096 bash[25928]: cluster 2023-11-16T02:11:04.124245+0000 mgr.smithi096.ejdhsd (mgr.14182) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:05.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:05 smithi145 bash[29583]: cluster 2023-11-16T02:11:04.124245+0000 mgr.smithi096.ejdhsd (mgr.14182) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:06.352 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:11:07.487 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:07 smithi096 bash[25928]: cluster 2023-11-16T02:11:06.124830+0000 mgr.smithi096.ejdhsd (mgr.14182) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:07.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:07 smithi145 bash[29583]: cluster 2023-11-16T02:11:06.124830+0000 mgr.smithi096.ejdhsd (mgr.14182) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:09.340 INFO:teuthology.orchestra.run.smithi096.stdout:103079215143 2023-11-16T02:11:09.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:09 smithi096 bash[25928]: cluster 2023-11-16T02:11:08.125253+0000 mgr.smithi096.ejdhsd (mgr.14182) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:09.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:09 smithi145 bash[29583]: cluster 2023-11-16T02:11:08.125253+0000 mgr.smithi096.ejdhsd (mgr.14182) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:09.942 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215130 got 103079215143 for osd.4 2023-11-16T02:11:09.942 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-16T02:11:10.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:10 smithi096 bash[25928]: audit 2023-11-16T02:11:09.336926+0000 mon.smithi096 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.96:0/3273409562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T02:11:10.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:10 smithi145 bash[29583]: audit 2023-11-16T02:11:09.336926+0000 mon.smithi096 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.96:0/3273409562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T02:11:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:11 smithi096 bash[25928]: cluster 2023-11-16T02:11:10.125969+0000 mgr.smithi096.ejdhsd (mgr.14182) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:11 smithi096 bash[25928]: audit 2023-11-16T02:11:11.096955+0000 mon.smithi096 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:11:11.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:11 smithi145 bash[29583]: cluster 2023-11-16T02:11:10.125969+0000 mgr.smithi096.ejdhsd (mgr.14182) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:11.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:11 smithi145 bash[29583]: audit 2023-11-16T02:11:11.096955+0000 mon.smithi096 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:11:13.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:13 smithi096 bash[25928]: cluster 2023-11-16T02:11:12.126547+0000 mgr.smithi096.ejdhsd (mgr.14182) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:13.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:13 smithi145 bash[29583]: cluster 2023-11-16T02:11:12.126547+0000 mgr.smithi096.ejdhsd (mgr.14182) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:14.776 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:11:15.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:15 smithi096 bash[25928]: cluster 2023-11-16T02:11:14.127116+0000 mgr.smithi096.ejdhsd (mgr.14182) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:15 smithi145 bash[29583]: cluster 2023-11-16T02:11:14.127116+0000 mgr.smithi096.ejdhsd (mgr.14182) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:17.477 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:17 smithi096 bash[25928]: cluster 2023-11-16T02:11:16.127666+0000 mgr.smithi096.ejdhsd (mgr.14182) 205 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:17.477 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:17 smithi096 bash[25928]: audit 2023-11-16T02:11:16.906065+0000 mon.smithi096 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:11:17.477 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:17 smithi096 bash[25928]: audit 2023-11-16T02:11:17.012993+0000 mon.smithi096 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:11:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:17 smithi145 bash[29583]: cluster 2023-11-16T02:11:16.127666+0000 mgr.smithi096.ejdhsd (mgr.14182) 205 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:17 smithi145 bash[29583]: audit 2023-11-16T02:11:16.906065+0000 mon.smithi096 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:11:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:17 smithi145 bash[29583]: audit 2023-11-16T02:11:17.012993+0000 mon.smithi096 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:11:17.816 INFO:teuthology.orchestra.run.smithi096.stdout:150323855399 2023-11-16T02:11:18.422 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855386 got 150323855399 for osd.5 2023-11-16T02:11:18.422 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-16T02:11:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:18 smithi096 bash[25928]: audit 2023-11-16T02:11:17.307015+0000 mon.smithi096 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:11:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:18 smithi096 bash[25928]: audit 2023-11-16T02:11:17.308040+0000 mon.smithi096 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:11:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:18 smithi096 bash[25928]: audit 2023-11-16T02:11:17.314136+0000 mon.smithi096 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:11:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:18 smithi096 bash[25928]: audit 2023-11-16T02:11:17.322245+0000 mon.smithi096 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:11:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:18 smithi096 bash[25928]: audit 2023-11-16T02:11:17.812633+0000 mon.smithi096 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.96:0/1700058506' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T02:11:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:18 smithi145 bash[29583]: audit 2023-11-16T02:11:17.307015+0000 mon.smithi096 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:11:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:18 smithi145 bash[29583]: audit 2023-11-16T02:11:17.308040+0000 mon.smithi096 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:11:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:18 smithi145 bash[29583]: audit 2023-11-16T02:11:17.314136+0000 mon.smithi096 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:11:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:18 smithi145 bash[29583]: audit 2023-11-16T02:11:17.322245+0000 mon.smithi096 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:11:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:18 smithi145 bash[29583]: audit 2023-11-16T02:11:17.812633+0000 mon.smithi096 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.96:0/1700058506' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T02:11:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:19 smithi096 bash[25928]: cluster 2023-11-16T02:11:18.128261+0000 mgr.smithi096.ejdhsd (mgr.14182) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:19.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:19 smithi145 bash[29583]: cluster 2023-11-16T02:11:18.128261+0000 mgr.smithi096.ejdhsd (mgr.14182) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:21.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:20 smithi096 bash[25928]: cluster 2023-11-16T02:11:20.128868+0000 mgr.smithi096.ejdhsd (mgr.14182) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:21.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:20 smithi145 bash[29583]: cluster 2023-11-16T02:11:20.128868+0000 mgr.smithi096.ejdhsd (mgr.14182) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:23.257 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:11:23.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:23 smithi096 bash[25928]: cluster 2023-11-16T02:11:22.129470+0000 mgr.smithi096.ejdhsd (mgr.14182) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:23.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:23 smithi145 bash[29583]: cluster 2023-11-16T02:11:22.129470+0000 mgr.smithi096.ejdhsd (mgr.14182) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:25.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:25 smithi096 bash[25928]: cluster 2023-11-16T02:11:24.130171+0000 mgr.smithi096.ejdhsd (mgr.14182) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:25.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:25 smithi145 bash[29583]: cluster 2023-11-16T02:11:24.130171+0000 mgr.smithi096.ejdhsd (mgr.14182) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:26.419 INFO:teuthology.orchestra.run.smithi096.stdout:120259084330 2023-11-16T02:11:27.013 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084317 got 120259084330 for osd.6 2023-11-16T02:11:27.013 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-16T02:11:27.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:27 smithi096 bash[25928]: cluster 2023-11-16T02:11:26.130769+0000 mgr.smithi096.ejdhsd (mgr.14182) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:27.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:27 smithi096 bash[25928]: audit 2023-11-16T02:11:26.415429+0000 mon.smithi096 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.96:0/957791608' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T02:11:27.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:27 smithi145 bash[29583]: cluster 2023-11-16T02:11:26.130769+0000 mgr.smithi096.ejdhsd (mgr.14182) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:27.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:27 smithi145 bash[29583]: audit 2023-11-16T02:11:26.415429+0000 mon.smithi096 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.96:0/957791608' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T02:11:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:29 smithi096 bash[25928]: cluster 2023-11-16T02:11:28.131350+0000 mgr.smithi096.ejdhsd (mgr.14182) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:29.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:29 smithi145 bash[29583]: cluster 2023-11-16T02:11:28.131350+0000 mgr.smithi096.ejdhsd (mgr.14182) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:31.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:30 smithi096 bash[25928]: cluster 2023-11-16T02:11:30.131936+0000 mgr.smithi096.ejdhsd (mgr.14182) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:31.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:30 smithi145 bash[29583]: cluster 2023-11-16T02:11:30.131936+0000 mgr.smithi096.ejdhsd (mgr.14182) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:31.857 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:11:33.245 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:33 smithi096 bash[25928]: cluster 2023-11-16T02:11:32.132584+0000 mgr.smithi096.ejdhsd (mgr.14182) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:33.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:33 smithi145 bash[29583]: cluster 2023-11-16T02:11:32.132584+0000 mgr.smithi096.ejdhsd (mgr.14182) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:34.981 INFO:teuthology.orchestra.run.smithi096.stdout:167503724586 2023-11-16T02:11:35.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:35 smithi096 bash[25928]: cluster 2023-11-16T02:11:34.133221+0000 mgr.smithi096.ejdhsd (mgr.14182) 214 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:35.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:35 smithi096 bash[25928]: audit 2023-11-16T02:11:34.972349+0000 mon.smithi096 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.96:0/630431687' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T02:11:35.572 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724572 got 167503724586 for osd.7 2023-11-16T02:11:35.572 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-16T02:11:35.572 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T02:11:35.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:35 smithi145 bash[29583]: cluster 2023-11-16T02:11:34.133221+0000 mgr.smithi096.ejdhsd (mgr.14182) 214 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:35.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:35 smithi145 bash[29583]: audit 2023-11-16T02:11:34.972349+0000 mon.smithi096 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.96:0/630431687' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T02:11:37.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:37 smithi096 bash[25928]: cluster 2023-11-16T02:11:36.133777+0000 mgr.smithi096.ejdhsd (mgr.14182) 215 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:37.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:37 smithi145 bash[29583]: cluster 2023-11-16T02:11:36.133777+0000 mgr.smithi096.ejdhsd (mgr.14182) 215 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:39 smithi096 bash[25928]: cluster 2023-11-16T02:11:38.134378+0000 mgr.smithi096.ejdhsd (mgr.14182) 216 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:39.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:39 smithi145 bash[29583]: cluster 2023-11-16T02:11:38.134378+0000 mgr.smithi096.ejdhsd (mgr.14182) 216 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:40.419 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:11:41.330 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:40 smithi096 bash[25928]: cluster 2023-11-16T02:11:40.135075+0000 mgr.smithi096.ejdhsd (mgr.14182) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:41.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:40 smithi145 bash[29583]: cluster 2023-11-16T02:11:40.135075+0000 mgr.smithi096.ejdhsd (mgr.14182) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:43.360 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:11:43.362 INFO:teuthology.orchestra.run.smithi096.stderr:dumped all 2023-11-16T02:11:43.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:43 smithi096 bash[25928]: cluster 2023-11-16T02:11:42.135539+0000 mgr.smithi096.ejdhsd (mgr.14182) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:43.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:43 smithi145 bash[29583]: cluster 2023-11-16T02:11:42.135539+0000 mgr.smithi096.ejdhsd (mgr.14182) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:44.001 INFO:teuthology.orchestra.run.smithi096.stdout:{"pg_ready":true,"pg_map":{"version":205,"stamp":"2023-11-16T02:11:42.135345+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":2379996,"kb_used_data":3228,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548452,"statfs":{"total":767926730752,"available":765489614848,"internally_reserved":0,"allocated":3305472,"data_stored":1288029,"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":41,"state":"active+clean","last_fresh":"2023-11-16T02:08:18.790809+0000","last_change":"2023-11-16T02:08:18.790809+0000","last_active":"2023-11-16T02:08:18.790809+0000","last_peered":"2023-11-16T02:08:18.790809+0000","last_clean":"2023-11-16T02:08:18.790809+0000","last_became_active":"2023-11-16T02:08:18.789927+0000","last_became_peered":"2023-11-16T02:08:18.789927+0000","last_unstale":"2023-11-16T02:08:18.790809+0000","last_undegraded":"2023-11-16T02:08:18.790809+0000","last_fullsized":"2023-11-16T02:08:18.790809+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T02:07:58.648479+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T02:07:58.648479+0000","last_clean_scrub_stamp":"2023-11-16T02:07:58.648479+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":39,"seq":167503724587,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":160728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.82899999999999996,"15min":0.81799999999999995},"min":{"1min":0.64500000000000002,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.88400000000000001,"15min":0.86899999999999999},"min":{"1min":0.61199999999999999,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":1.0960000000000001}]},{"osd":1,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.78300000000000003,"15min":0.80800000000000005},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.94099999999999995,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.80000000000000004,"15min":0.79900000000000004},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.2310000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.80500000000000005}]},{"osd":2,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.873,"15min":0.877},"min":{"1min":0.66900000000000004,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.83299999999999996},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.91600000000000004,"15min":0.92600000000000005},"min":{"1min":0.57499999999999996,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.542,"5min":1.542,"15min":1.542},"last":0.98799999999999999}]},{"osd":3,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.88900000000000001,"15min":0.90100000000000002},"min":{"1min":0.41999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.89900000000000002},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.878,"15min":0.88300000000000001},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.413,"5min":1.413,"15min":1.413},"last":0.92100000000000004}]},{"osd":4,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.03,"15min":1.0269999999999999},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.018},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0449999999999999,"15min":1.0529999999999999},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.6120000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.069}]},{"osd":5,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.99199999999999999,"15min":1.0129999999999999},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.3049999999999999,"5min":1.373,"15min":1.373},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.0409999999999999,"5min":1.0509999999999999,"15min":1.0469999999999999},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.423,"5min":1.429,"15min":1.429},"last":1.21}]},{"osd":6,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":1.1279999999999999,"15min":1.125},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.514,"5min":1.532,"15min":1.532},"last":1.2609999999999999},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.1599999999999999,"15min":1.1659999999999999},"min":{"1min":0.80100000000000005,"5min":0.751,"15min":0.751},"max":{"1min":1.893,"5min":1.893,"15min":1.893},"last":1.1379999999999999}]}]},{"osd":5,"up_from":35,"seq":150323855404,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.874,"15min":0.872},"min":{"1min":0.57199999999999995,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.347,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":0.77400000000000002},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.871,"15min":0.89600000000000002},"min":{"1min":0.60499999999999998,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.129,"5min":1.9019999999999999,"15min":1.9019999999999999},"last":0.60199999999999998}]},{"osd":1,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.78800000000000003,"5min":0.748,"15min":0.73099999999999998},"min":{"1min":0.53900000000000003,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.2450000000000001,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.88400000000000001,"5min":0.82199999999999995,"15min":0.80800000000000005},"min":{"1min":0.63800000000000001,"5min":0.432,"15min":0.432},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":1.1100000000000001}]},{"osd":2,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.96299999999999997,"15min":0.95899999999999996},"min":{"1min":0.80000000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.226,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.96299999999999997,"15min":0.96599999999999997},"min":{"1min":0.73899999999999999,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.3200000000000001,"5min":1.542,"15min":1.542},"last":0.84499999999999997}]},{"osd":3,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.85899999999999999,"15min":0.84299999999999997},"min":{"1min":0.65600000000000003,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.306,"5min":1.359,"15min":1.359},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.89100000000000001,"15min":0.88100000000000001},"min":{"1min":0.59199999999999997,"5min":0.496,"15min":0.496},"max":{"1min":1.1919999999999999,"5min":1.355,"15min":1.355},"last":1.1299999999999999}]},{"osd":4,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.02,"15min":1.0069999999999999},"min":{"1min":0.85499999999999998,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.502,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":0.99199999999999999},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.101,"15min":1.073},"min":{"1min":1.016,"5min":0.62,"15min":0.62},"max":{"1min":2.044,"5min":2.044,"15min":2.044},"last":1.022}]},{"osd":6,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":1.107,"5min":1.0620000000000001,"15min":1.0509999999999999},"min":{"1min":0.91500000000000004,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.774,"5min":1.774,"15min":1.774},"last":0.96899999999999997},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.1180000000000001,"15min":1.0940000000000001},"min":{"1min":0.94199999999999995,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.9159999999999999,"5min":1.9159999999999999,"15min":1.9159999999999999},"last":1.3899999999999999}]},{"osd":7,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.085,"15min":1.0720000000000001},"min":{"1min":0.77900000000000003,"5min":0.443,"15min":0.443},"max":{"1min":1.264,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.321},{"interface":"front","average":{"1min":1.1950000000000001,"5min":1.145,"15min":1.1240000000000001},"min":{"1min":1.02,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.411,"5min":2.0579999999999998,"15min":2.0579999999999998},"last":1.1890000000000001}]}]},{"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":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:00 2023","interfaces":[{"interface":"back","average":{"1min":0.752,"5min":0.68999999999999995,"15min":0.68400000000000005},"min":{"1min":0.51600000000000001,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.266,"5min":1.266,"15min":1.266},"last":0.99199999999999999},{"interface":"front","average":{"1min":0.71699999999999997,"5min":0.69699999999999995,"15min":0.69999999999999996},"min":{"1min":0.52400000000000002,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.179,"5min":1.179,"15min":1.179},"last":0.80100000000000005}]},{"osd":1,"last update":"Thu Nov 16 02:11:00 2023","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.83599999999999997,"15min":0.83399999999999996},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.92500000000000004,"15min":0.91100000000000003},"min":{"1min":0.72399999999999998,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.3,"5min":1.3,"15min":1.3},"last":1.129}]},{"osd":3,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.92700000000000005,"15min":0.90100000000000002},"min":{"1min":0.76300000000000001,"5min":0.621,"15min":0.621},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":1.022},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.01,"15min":1.002},"min":{"1min":0.80900000000000005,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.544,"5min":1.544,"15min":1.544},"last":0.97899999999999998}]},{"osd":4,"last update":"Thu Nov 16 02:11:03 2023","interfaces":[{"interface":"back","average":{"1min":0.96599999999999997,"5min":0.90600000000000003,"15min":0.89800000000000002},"min":{"1min":0.65800000000000003,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.079},{"interface":"front","average":{"1min":1.016,"5min":0.999,"15min":0.99099999999999999},"min":{"1min":0.67700000000000005,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.4550000000000001,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.145}]},{"osd":5,"last update":"Thu Nov 16 02:11:15 2023","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":1.0029999999999999,"15min":0.99199999999999999},"min":{"1min":0.81999999999999995,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.2509999999999999},{"interface":"front","average":{"1min":1.075,"5min":1.01,"15min":0.98799999999999999},"min":{"1min":0.73199999999999998,"5min":0.623,"15min":0.623},"max":{"1min":1.8200000000000001,"5min":1.8200000000000001,"15min":1.8200000000000001},"last":1.099}]},{"osd":6,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.0800000000000001,"15min":1.0700000000000001},"min":{"1min":0.78200000000000003,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.6220000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":1.3799999999999999},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.0960000000000001,"15min":1.0940000000000001},"min":{"1min":0.80400000000000005,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.8009999999999999,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":0.93100000000000005}]},{"osd":7,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":1.27,"5min":1.204,"15min":1.1950000000000001},"min":{"1min":1.026,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.7310000000000001,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":1.5820000000000001},{"interface":"front","average":{"1min":1.222,"5min":1.1850000000000001,"15min":1.177},"min":{"1min":0.998,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.7949999999999999,"5min":1.8360000000000001,"15min":1.8360000000000001},"last":1.351}]}]},{"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":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.77400000000000002,"15min":0.753},"min":{"1min":0.56499999999999995,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.397,"5min":1.397,"15min":1.397},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.85099999999999998,"15min":0.83499999999999996},"min":{"1min":0.71499999999999997,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.4159999999999999,"5min":1.4159999999999999,"15min":1.4159999999999999},"last":1.109}]},{"osd":2,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.71299999999999997,"15min":0.70599999999999996},"min":{"1min":0.59399999999999997,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.0609999999999999,"5min":1.2,"15min":1.2},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.752,"5min":0.76500000000000001,"15min":0.76300000000000001},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.224,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.82799999999999996}]},{"osd":3,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.93999999999999995,"15min":0.92900000000000005},"min":{"1min":0.77100000000000002,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.161,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":1.03},{"interface":"front","average":{"1min":1.01,"5min":0.96999999999999997,"15min":0.96799999999999997},"min":{"1min":0.69499999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1799999999999999,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.0800000000000001}]},{"osd":4,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.92900000000000005,"15min":0.93500000000000005},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.2849999999999999,"5min":1.393,"15min":1.393},"last":0.99099999999999999},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.92000000000000004,"15min":0.93999999999999995},"min":{"1min":0.621,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.105,"5min":1.349,"15min":1.349},"last":0.96199999999999997}]},{"osd":5,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.996,"15min":1.006},"min":{"1min":0.75,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.1779999999999999},{"interface":"front","average":{"1min":1.01,"5min":0.98499999999999999,"15min":0.97599999999999998},"min":{"1min":0.72899999999999998,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2689999999999999,"5min":1.341,"15min":1.341},"last":1.0600000000000001}]},{"osd":6,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.997,"15min":1.0089999999999999},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.1659999999999999,"5min":1.542,"15min":1.542},"last":1.1339999999999999},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.093,"15min":1.093},"min":{"1min":0.86699999999999999,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.2110000000000001,"5min":1.349,"15min":1.349},"last":1.2110000000000001}]},{"osd":7,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.1259999999999999,"15min":1.1299999999999999},"min":{"1min":0.88,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.349,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.163},{"interface":"front","average":{"1min":1.117,"5min":1.1399999999999999,"15min":1.1399999999999999},"min":{"1min":0.96899999999999997,"5min":0.81599999999999995,"15min":0.81599999999999995},"max":{"1min":1.3400000000000001,"5min":1.5,"15min":1.5},"last":1.2390000000000001}]}]},{"osd":1,"up_from":23,"seq":98784247854,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.85799999999999998,"15min":0.85699999999999998},"min":{"1min":0.61299999999999999,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.083,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":1.1859999999999999},{"interface":"front","average":{"1min":0.79700000000000004,"5min":0.77900000000000003,"15min":0.77500000000000002},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.0800000000000001,"5min":1.123,"15min":1.123},"last":1.026}]},{"osd":2,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.96899999999999997,"15min":0.96699999999999997},"min":{"1min":0.79600000000000004,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":1.052},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.97099999999999997,"15min":0.97499999999999998},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.125,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":0.98999999999999999}]},{"osd":3,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":0.74099999999999999,"5min":0.77000000000000002,"15min":0.76400000000000001},"min":{"1min":0.42699999999999999,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1220000000000001,"5min":1.1240000000000001,"15min":1.1240000000000001},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.77100000000000002,"5min":0.78600000000000003,"15min":0.77800000000000002},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.0049999999999999,"5min":1.139,"15min":1.139},"last":1.137}]},{"osd":4,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0149999999999999,"15min":0.997},"min":{"1min":0.82599999999999996,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.7529999999999999,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":1.3320000000000001},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.97999999999999998,"15min":1.0009999999999999},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1379999999999999,"5min":1.302,"15min":1.302},"last":1.214}]},{"osd":5,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.93899999999999995,"15min":0.95699999999999996},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1870000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":1.3560000000000001},{"interface":"front","average":{"1min":0.98499999999999999,"5min":1.05,"15min":1.054},"min":{"1min":0.66700000000000004,"5min":0.443,"15min":0.443},"max":{"1min":1.3140000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.3779999999999999}]},{"osd":6,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":1.0880000000000001,"5min":1.0649999999999999,"15min":1.0660000000000001},"min":{"1min":0.75,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.615,"5min":1.615,"15min":1.615},"last":1.3109999999999999},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1379999999999999,"15min":1.133},"min":{"1min":0.84399999999999997,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.7949999999999999,"5min":1.7949999999999999,"15min":1.7949999999999999},"last":1.2509999999999999}]},{"osd":7,"last update":"Thu Nov 16 02:11:23 2023","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":1.0069999999999999,"15min":1.026},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1419999999999999,"5min":1.369,"15min":1.369},"last":1.26},{"interface":"front","average":{"1min":0.98399999999999999,"5min":1.0580000000000001,"15min":1.0940000000000001},"min":{"1min":0.64800000000000002,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.276,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.2709999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215150,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.72199999999999998,"15min":0.73599999999999999},"min":{"1min":0.53100000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.90100000000000002,"5min":0.997,"15min":0.997},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.77700000000000002,"15min":0.78000000000000003},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":0.90300000000000002,"5min":1.367,"15min":1.367},"last":0.85199999999999998}]},{"osd":1,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":0.98999999999999999,"15min":0.98399999999999999},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2829999999999999,"5min":1.345,"15min":1.345},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.997,"5min":1.006,"15min":1.0149999999999999},"min":{"1min":0.84699999999999998,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.1339999999999999,"5min":1.333,"15min":1.333},"last":0.81200000000000006}]},{"osd":2,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.85899999999999999,"15min":0.85899999999999999},"min":{"1min":0.61199999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.3680000000000001,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.143},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.89800000000000002,"15min":0.92000000000000004},"min":{"1min":0.69399999999999995,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.0720000000000001,"5min":1.381,"15min":1.381},"last":0.71699999999999997}]},{"osd":3,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.98399999999999999,"15min":1.0069999999999999},"min":{"1min":0.76100000000000001,"5min":0.751,"15min":0.751},"max":{"1min":1.1419999999999999,"5min":1.276,"15min":1.276},"last":0.96799999999999997},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.087,"15min":1.1120000000000001},"min":{"1min":0.83199999999999996,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.278,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.0880000000000001}]},{"osd":5,"last update":"Thu Nov 16 02:11:21 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.083,"15min":1.089},"min":{"1min":0.85599999999999998,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.93600000000000005},{"interface":"front","average":{"1min":1.087,"5min":1.0760000000000001,"15min":1.081},"min":{"1min":0.83899999999999997,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":0.89700000000000002}]},{"osd":6,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.0800000000000001,"15min":1.1020000000000001},"min":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.28,"5min":1.5,"15min":1.5},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.0820000000000001,"5min":1.0760000000000001,"15min":1.077},"min":{"1min":0.93100000000000005,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.2290000000000001,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":1.0149999999999999}]},{"osd":7,"last update":"Thu Nov 16 02:11:21 2023","interfaces":[{"interface":"back","average":{"1min":1.292,"5min":1.25,"15min":1.252},"min":{"1min":1.0780000000000001,"5min":0.95899999999999996,"15min":0.95899999999999996},"max":{"1min":1.5309999999999999,"5min":1.615,"15min":1.615},"last":1.1990000000000001},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.2170000000000001,"15min":1.2130000000000001},"min":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.075}]}]},{"osd":6,"up_from":28,"seq":120259084333,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.71999999999999997,"15min":0.72399999999999998},"min":{"1min":0.56299999999999994,"5min":0.501,"15min":0.501},"max":{"1min":0.84899999999999998,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.76500000000000001,"15min":0.755},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.73999999999999999}]},{"osd":1,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.873,"15min":0.86599999999999999},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":1.1619999999999999},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.92400000000000004,"15min":0.91400000000000003},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.96199999999999997}]},{"osd":2,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.90300000000000002,"15min":0.92100000000000004},"min":{"1min":0.66700000000000004,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.093,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.873,"5min":0.93100000000000005,"15min":0.93799999999999994},"min":{"1min":0.64000000000000001,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3380000000000001,"5min":1.375,"15min":1.375},"last":0.99199999999999999}]},{"osd":3,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.96499999999999997,"15min":0.98299999999999998},"min":{"1min":0.72899999999999998,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.1830000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.244},{"interface":"front","average":{"1min":1.0920000000000001,"5min":1.038,"15min":1.028},"min":{"1min":0.86799999999999999,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.4039999999999999,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.88100000000000001}]},{"osd":4,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.036,"15min":1.0449999999999999},"min":{"1min":0.78200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.2949999999999999,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":1.075},{"interface":"front","average":{"1min":1.0049999999999999,"5min":1.0589999999999999,"15min":1.083},"min":{"1min":0.73099999999999998,"5min":0.63,"15min":0.63},"max":{"1min":1.2230000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.90900000000000003}]},{"osd":5,"last update":"Thu Nov 16 02:11:16 2023","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.1499999999999999,"15min":1.159},"min":{"1min":0.89000000000000001,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.794,"5min":1.794,"15min":1.794},"last":1.0189999999999999},{"interface":"front","average":{"1min":1.198,"5min":1.159,"15min":1.155},"min":{"1min":0.89200000000000002,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.6910000000000001,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.256}]},{"osd":7,"last update":"Thu Nov 16 02:11:21 2023","interfaces":[{"interface":"back","average":{"1min":1.246,"5min":1.226,"15min":1.224},"min":{"1min":0.98899999999999999,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.456,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.1930000000000001},{"interface":"front","average":{"1min":1.2749999999999999,"5min":1.24,"15min":1.2410000000000001},"min":{"1min":1.04,"5min":0.79600000000000004,"15min":0.79600000000000004},"max":{"1min":1.978,"5min":1.978,"15min":1.978},"last":1.2929999999999999}]}]},{"osd":3,"up_from":30,"seq":128849018926,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86599999999999999},"min":{"1min":0.63700000000000001,"5min":0.624,"15min":0.624},"max":{"1min":1.103,"5min":1.177,"15min":1.177},"last":0.94599999999999995},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.81000000000000005,"15min":0.80300000000000005},"min":{"1min":0.57899999999999996,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":0.77500000000000002}]},{"osd":1,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.72099999999999997,"5min":0.70099999999999996,"15min":0.69299999999999995},"min":{"1min":0.58599999999999997,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.0309999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.70399999999999996,"15min":0.69299999999999995},"min":{"1min":0.55500000000000005,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.90200000000000002,"5min":1.0740000000000001,"15min":1.0740000000000001},"last":0.67400000000000004}]},{"osd":2,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.88800000000000001,"15min":0.872},"min":{"1min":0.80500000000000005,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":1.1160000000000001},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.93700000000000006,"15min":0.92000000000000004},"min":{"1min":0.753,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.204,"5min":1.208,"15min":1.208},"last":1.087}]},{"osd":4,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.94099999999999995,"15min":0.93500000000000005},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.228,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.054},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.95599999999999996,"15min":0.94499999999999995},"min":{"1min":0.80600000000000005,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.1839999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.026}]},{"osd":5,"last update":"Thu Nov 16 02:11:19 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.93999999999999995},"min":{"1min":0.64300000000000002,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.1990000000000001,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.91900000000000004,"15min":0.89900000000000002},"min":{"1min":0.57499999999999996,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.1599999999999999,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":1.2350000000000001}]},{"osd":6,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.0740000000000001,"15min":1.071},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.2709999999999999,"5min":1.462,"15min":1.462},"last":1.1879999999999999},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.091,"15min":1.075},"min":{"1min":0.89400000000000002,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.3919999999999999,"5min":1.413,"15min":1.413},"last":1.3520000000000001}]},{"osd":7,"last update":"Thu Nov 16 02:11:19 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.04,"15min":1.032},"min":{"1min":0.748,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.2170000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.204},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.097,"15min":1.0780000000000001},"min":{"1min":0.70599999999999996,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.3380000000000001,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":1.415}]}]}],"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-16T02:11:44.002 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T02:11:44.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:44 smithi096 bash[25928]: audit 2023-11-16T02:11:43.349002+0000 mgr.smithi096.ejdhsd (mgr.14182) 219 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:11:44.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:44 smithi145 bash[29583]: audit 2023-11-16T02:11:43.349002+0000 mgr.smithi096.ejdhsd (mgr.14182) 219 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:11:45.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:45 smithi096 bash[25928]: cluster 2023-11-16T02:11:44.136095+0000 mgr.smithi096.ejdhsd (mgr.14182) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:45.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:45 smithi145 bash[29583]: cluster 2023-11-16T02:11:44.136095+0000 mgr.smithi096.ejdhsd (mgr.14182) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:47.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:47 smithi096 bash[25928]: cluster 2023-11-16T02:11:46.136651+0000 mgr.smithi096.ejdhsd (mgr.14182) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:47.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:47 smithi145 bash[29583]: cluster 2023-11-16T02:11:46.136651+0000 mgr.smithi096.ejdhsd (mgr.14182) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:48.838 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:11:49.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:49 smithi096 bash[25928]: cluster 2023-11-16T02:11:48.137219+0000 mgr.smithi096.ejdhsd (mgr.14182) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:49.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:49 smithi145 bash[29583]: cluster 2023-11-16T02:11:48.137219+0000 mgr.smithi096.ejdhsd (mgr.14182) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:51.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:50 smithi096 bash[25928]: cluster 2023-11-16T02:11:50.137874+0000 mgr.smithi096.ejdhsd (mgr.14182) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:51.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:50 smithi145 bash[29583]: cluster 2023-11-16T02:11:50.137874+0000 mgr.smithi096.ejdhsd (mgr.14182) 223 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:51.971 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:11:51.974 INFO:teuthology.orchestra.run.smithi096.stderr:dumped all 2023-11-16T02:11:52.676 INFO:teuthology.orchestra.run.smithi096.stdout:{"pg_ready":true,"pg_map":{"version":209,"stamp":"2023-11-16T02:11:50.137538+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":2379996,"kb_used_data":3228,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548452,"statfs":{"total":767926730752,"available":765489614848,"internally_reserved":0,"allocated":3305472,"data_stored":1288029,"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":41,"state":"active+clean","last_fresh":"2023-11-16T02:08:18.790809+0000","last_change":"2023-11-16T02:08:18.790809+0000","last_active":"2023-11-16T02:08:18.790809+0000","last_peered":"2023-11-16T02:08:18.790809+0000","last_clean":"2023-11-16T02:08:18.790809+0000","last_became_active":"2023-11-16T02:08:18.789927+0000","last_became_peered":"2023-11-16T02:08:18.789927+0000","last_unstale":"2023-11-16T02:08:18.790809+0000","last_undegraded":"2023-11-16T02:08:18.790809+0000","last_fullsized":"2023-11-16T02:08:18.790809+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T02:07:58.648479+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T02:07:58.648479+0000","last_clean_scrub_stamp":"2023-11-16T02:07:58.648479+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":39,"seq":167503724589,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":160728,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.82899999999999996,"15min":0.81799999999999995},"min":{"1min":0.64500000000000002,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.371,"5min":1.371,"15min":1.371},"last":0.96499999999999997},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.88400000000000001,"15min":0.86899999999999999},"min":{"1min":0.61199999999999999,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.84199999999999997}]},{"osd":1,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.71999999999999997,"5min":0.78300000000000003,"15min":0.80800000000000005},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.94099999999999995,"5min":1.1699999999999999,"15min":1.1699999999999999},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.80000000000000004,"15min":0.79900000000000004},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.2310000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.137}]},{"osd":2,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.873,"15min":0.877},"min":{"1min":0.66900000000000004,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.91600000000000004,"15min":0.92600000000000005},"min":{"1min":0.57499999999999996,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.542,"5min":1.542,"15min":1.542},"last":0.92100000000000004}]},{"osd":3,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.88900000000000001,"15min":0.90100000000000002},"min":{"1min":0.41999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":1.0469999999999999},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.878,"15min":0.88300000000000001},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.413,"5min":1.413,"15min":1.413},"last":1.2370000000000001}]},{"osd":4,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":1.085,"5min":1.03,"15min":1.0269999999999999},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":1.083},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0449999999999999,"15min":1.0529999999999999},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.6120000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.028}]},{"osd":5,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.99199999999999999,"15min":1.0129999999999999},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":1.3049999999999999,"5min":1.373,"15min":1.373},"last":1.105},{"interface":"front","average":{"1min":1.0409999999999999,"5min":1.0509999999999999,"15min":1.0469999999999999},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.423,"5min":1.429,"15min":1.429},"last":1.2050000000000001}]},{"osd":6,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":1.111,"5min":1.1279999999999999,"15min":1.125},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.514,"5min":1.532,"15min":1.532},"last":1.28},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.1599999999999999,"15min":1.1659999999999999},"min":{"1min":0.80100000000000005,"5min":0.751,"15min":0.751},"max":{"1min":1.893,"5min":1.893,"15min":1.893},"last":1.157}]}]},{"osd":5,"up_from":35,"seq":150323855406,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.874,"15min":0.872},"min":{"1min":0.57199999999999995,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.347,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.871,"15min":0.89600000000000002},"min":{"1min":0.60499999999999998,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.129,"5min":1.9019999999999999,"15min":1.9019999999999999},"last":0.78900000000000003}]},{"osd":1,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.78800000000000003,"5min":0.748,"15min":0.73099999999999998},"min":{"1min":0.53900000000000003,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.2450000000000001,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.88400000000000001,"5min":0.82199999999999995,"15min":0.80800000000000005},"min":{"1min":0.63800000000000001,"5min":0.432,"15min":0.432},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.71399999999999997}]},{"osd":2,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":0.96299999999999997,"15min":0.95899999999999996},"min":{"1min":0.80000000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.226,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":1.097},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.96299999999999997,"15min":0.96599999999999997},"min":{"1min":0.73899999999999999,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.3200000000000001,"5min":1.542,"15min":1.542},"last":0.90300000000000002}]},{"osd":3,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.85899999999999999,"15min":0.84299999999999997},"min":{"1min":0.65600000000000003,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.306,"5min":1.359,"15min":1.359},"last":1.0069999999999999},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.89100000000000001,"15min":0.88100000000000001},"min":{"1min":0.59199999999999997,"5min":0.496,"15min":0.496},"max":{"1min":1.1919999999999999,"5min":1.355,"15min":1.355},"last":1.151}]},{"osd":4,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.02,"15min":1.0069999999999999},"min":{"1min":0.85499999999999998,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.502,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.2230000000000001},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.101,"15min":1.073},"min":{"1min":1.016,"5min":0.62,"15min":0.62},"max":{"1min":2.044,"5min":2.044,"15min":2.044},"last":1.173}]},{"osd":6,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":1.107,"5min":1.0620000000000001,"15min":1.0509999999999999},"min":{"1min":0.91500000000000004,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.774,"5min":1.774,"15min":1.774},"last":1.127},{"interface":"front","average":{"1min":1.1879999999999999,"5min":1.1180000000000001,"15min":1.0940000000000001},"min":{"1min":0.94199999999999995,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.9159999999999999,"5min":1.9159999999999999,"15min":1.9159999999999999},"last":1.3480000000000001}]},{"osd":7,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.085,"15min":1.0720000000000001},"min":{"1min":0.77900000000000003,"5min":0.443,"15min":0.443},"max":{"1min":1.264,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.3009999999999999},{"interface":"front","average":{"1min":1.1950000000000001,"5min":1.145,"15min":1.1240000000000001},"min":{"1min":1.02,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.411,"5min":2.0579999999999998,"15min":2.0579999999999998},"last":1.2509999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345969,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:00 2023","interfaces":[{"interface":"back","average":{"1min":0.752,"5min":0.68999999999999995,"15min":0.68400000000000005},"min":{"1min":0.51600000000000001,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.266,"5min":1.266,"15min":1.266},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.71699999999999997,"5min":0.69699999999999995,"15min":0.69999999999999996},"min":{"1min":0.52400000000000002,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.179,"5min":1.179,"15min":1.179},"last":0.73699999999999999}]},{"osd":1,"last update":"Thu Nov 16 02:11:00 2023","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.83599999999999997,"15min":0.83399999999999996},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.272,"5min":1.272,"15min":1.272},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.92500000000000004,"15min":0.91100000000000003},"min":{"1min":0.72399999999999998,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.3,"5min":1.3,"15min":1.3},"last":1.0189999999999999}]},{"osd":3,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.92700000000000005,"15min":0.90100000000000002},"min":{"1min":0.76300000000000001,"5min":0.621,"15min":0.621},"max":{"1min":1.381,"5min":1.381,"15min":1.381},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.01,"15min":1.002},"min":{"1min":0.80900000000000005,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.544,"5min":1.544,"15min":1.544},"last":1.0509999999999999}]},{"osd":4,"last update":"Thu Nov 16 02:11:03 2023","interfaces":[{"interface":"back","average":{"1min":0.96599999999999997,"5min":0.90600000000000003,"15min":0.89800000000000002},"min":{"1min":0.65800000000000003,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":0.92100000000000004},{"interface":"front","average":{"1min":1.016,"5min":0.999,"15min":0.99099999999999999},"min":{"1min":0.67700000000000005,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.4550000000000001,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":0.98099999999999998}]},{"osd":5,"last update":"Thu Nov 16 02:11:15 2023","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":1.0029999999999999,"15min":0.99199999999999999},"min":{"1min":0.81999999999999995,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.2390000000000001},{"interface":"front","average":{"1min":1.075,"5min":1.01,"15min":0.98799999999999999},"min":{"1min":0.73199999999999998,"5min":0.623,"15min":0.623},"max":{"1min":1.8200000000000001,"5min":1.8200000000000001,"15min":1.8200000000000001},"last":0.95799999999999996}]},{"osd":6,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.0800000000000001,"15min":1.0700000000000001},"min":{"1min":0.78200000000000003,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.6220000000000001,"5min":1.6220000000000001,"15min":1.6220000000000001},"last":1.196},{"interface":"front","average":{"1min":1.1339999999999999,"5min":1.0960000000000001,"15min":1.0940000000000001},"min":{"1min":0.80400000000000005,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.8009999999999999,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":1.1659999999999999}]},{"osd":7,"last update":"Thu Nov 16 02:11:22 2023","interfaces":[{"interface":"back","average":{"1min":1.27,"5min":1.204,"15min":1.1950000000000001},"min":{"1min":1.026,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.7310000000000001,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":1.272},{"interface":"front","average":{"1min":1.222,"5min":1.1850000000000001,"15min":1.177},"min":{"1min":0.998,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.7949999999999999,"5min":1.8360000000000001,"15min":1.8360000000000001},"last":1.3140000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476786,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.77400000000000002,"15min":0.753},"min":{"1min":0.56499999999999995,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.397,"5min":1.397,"15min":1.397},"last":0.748},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.85099999999999998,"15min":0.83499999999999996},"min":{"1min":0.71499999999999997,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.4159999999999999,"5min":1.4159999999999999,"15min":1.4159999999999999},"last":0.58399999999999996}]},{"osd":2,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.73499999999999999,"5min":0.71299999999999997,"15min":0.70599999999999996},"min":{"1min":0.59399999999999997,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.0609999999999999,"5min":1.2,"15min":1.2},"last":1.302},{"interface":"front","average":{"1min":0.752,"5min":0.76500000000000001,"15min":0.76300000000000001},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.224,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":1.331}]},{"osd":3,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.93999999999999995,"15min":0.92900000000000005},"min":{"1min":0.77100000000000002,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.161,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.01,"5min":0.96999999999999997,"15min":0.96799999999999997},"min":{"1min":0.69499999999999995,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1799999999999999,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":1.125}]},{"osd":4,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.92900000000000005,"15min":0.93500000000000005},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.2849999999999999,"5min":1.393,"15min":1.393},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.86399999999999999,"5min":0.92000000000000004,"15min":0.93999999999999995},"min":{"1min":0.621,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.105,"5min":1.349,"15min":1.349},"last":1.173}]},{"osd":5,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.996,"15min":1.006},"min":{"1min":0.75,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.5189999999999999,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.01,"5min":0.98499999999999999,"15min":0.97599999999999998},"min":{"1min":0.72899999999999998,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2689999999999999,"5min":1.341,"15min":1.341},"last":1.0169999999999999}]},{"osd":6,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.997,"15min":1.0089999999999999},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.1659999999999999,"5min":1.542,"15min":1.542},"last":0.92200000000000004},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.093,"15min":1.093},"min":{"1min":0.86699999999999999,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.2110000000000001,"5min":1.349,"15min":1.349},"last":1.0880000000000001}]},{"osd":7,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.1259999999999999,"15min":1.1299999999999999},"min":{"1min":0.88,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.349,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.218},{"interface":"front","average":{"1min":1.117,"5min":1.1399999999999999,"15min":1.1399999999999999},"min":{"1min":0.96899999999999997,"5min":0.81599999999999995,"15min":0.81599999999999995},"max":{"1min":1.3400000000000001,"5min":1.5,"15min":1.5},"last":1.244}]}]},{"osd":1,"up_from":23,"seq":98784247856,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":0.85899999999999999,"5min":0.85799999999999998,"15min":0.85699999999999998},"min":{"1min":0.61299999999999999,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.083,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.91200000000000003},{"interface":"front","average":{"1min":0.79700000000000004,"5min":0.77900000000000003,"15min":0.77500000000000002},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.0800000000000001,"5min":1.123,"15min":1.123},"last":0.79600000000000004}]},{"osd":2,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.96899999999999997,"15min":0.96699999999999997},"min":{"1min":0.79600000000000004,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":1.234},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.97099999999999997,"15min":0.97499999999999998},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.125,"5min":1.1930000000000001,"15min":1.1930000000000001},"last":1.115}]},{"osd":3,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":0.74099999999999999,"5min":0.77000000000000002,"15min":0.76400000000000001},"min":{"1min":0.42699999999999999,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1220000000000001,"5min":1.1240000000000001,"15min":1.1240000000000001},"last":1.052},{"interface":"front","average":{"1min":0.77100000000000002,"5min":0.78600000000000003,"15min":0.77800000000000002},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.0049999999999999,"5min":1.139,"15min":1.139},"last":0.73499999999999999}]},{"osd":4,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0149999999999999,"15min":0.997},"min":{"1min":0.82599999999999996,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.7529999999999999,"5min":1.7529999999999999,"15min":1.7529999999999999},"last":1.0209999999999999},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.97999999999999998,"15min":1.0009999999999999},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.1379999999999999,"5min":1.302,"15min":1.302},"last":0.70799999999999996}]},{"osd":5,"last update":"Thu Nov 16 02:11:18 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.93899999999999995,"15min":0.95699999999999996},"min":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.1870000000000001,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.98499999999999999,"5min":1.05,"15min":1.054},"min":{"1min":0.66700000000000004,"5min":0.443,"15min":0.443},"max":{"1min":1.3140000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":1.1919999999999999}]},{"osd":6,"last update":"Thu Nov 16 02:11:08 2023","interfaces":[{"interface":"back","average":{"1min":1.0880000000000001,"5min":1.0649999999999999,"15min":1.0660000000000001},"min":{"1min":0.75,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.615,"5min":1.615,"15min":1.615},"last":1.274},{"interface":"front","average":{"1min":1.1479999999999999,"5min":1.1379999999999999,"15min":1.133},"min":{"1min":0.84399999999999997,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.7949999999999999,"5min":1.7949999999999999,"15min":1.7949999999999999},"last":1.1359999999999999}]},{"osd":7,"last update":"Thu Nov 16 02:11:23 2023","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":1.0069999999999999,"15min":1.026},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1419999999999999,"5min":1.369,"15min":1.369},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.98399999999999999,"5min":1.0580000000000001,"15min":1.0940000000000001},"min":{"1min":0.64800000000000002,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.276,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.97599999999999998}]}]},{"osd":4,"up_from":24,"seq":103079215152,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.72199999999999998,"15min":0.73599999999999999},"min":{"1min":0.53100000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.90100000000000002,"5min":0.997,"15min":0.997},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.72999999999999998,"5min":0.77700000000000002,"15min":0.78000000000000003},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":0.90300000000000002,"5min":1.367,"15min":1.367},"last":0.70799999999999996}]},{"osd":1,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":0.98999999999999999,"15min":0.98399999999999999},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2829999999999999,"5min":1.345,"15min":1.345},"last":0.97599999999999998},{"interface":"front","average":{"1min":0.997,"5min":1.006,"15min":1.0149999999999999},"min":{"1min":0.84699999999999998,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.1339999999999999,"5min":1.333,"15min":1.333},"last":0.92200000000000004}]},{"osd":2,"last update":"Thu Nov 16 02:11:04 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.85899999999999999,"15min":0.85899999999999999},"min":{"1min":0.61199999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.3680000000000001,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.89800000000000002,"15min":0.92000000000000004},"min":{"1min":0.69399999999999995,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.0720000000000001,"5min":1.381,"15min":1.381},"last":0.86299999999999999}]},{"osd":3,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.98399999999999999,"15min":1.0069999999999999},"min":{"1min":0.76100000000000001,"5min":0.751,"15min":0.751},"max":{"1min":1.1419999999999999,"5min":1.276,"15min":1.276},"last":0.95099999999999996},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.087,"15min":1.1120000000000001},"min":{"1min":0.83199999999999996,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.278,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.101}]},{"osd":5,"last update":"Thu Nov 16 02:11:21 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.083,"15min":1.089},"min":{"1min":0.85599999999999998,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.4259999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.89300000000000002},{"interface":"front","average":{"1min":1.087,"5min":1.0760000000000001,"15min":1.081},"min":{"1min":0.83899999999999997,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.4750000000000001,"5min":1.4750000000000001,"15min":1.4750000000000001},"last":1.2310000000000001}]},{"osd":6,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.0800000000000001,"15min":1.1020000000000001},"min":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.28,"5min":1.5,"15min":1.5},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.0820000000000001,"5min":1.0760000000000001,"15min":1.077},"min":{"1min":0.93100000000000005,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.2290000000000001,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":1.123}]},{"osd":7,"last update":"Thu Nov 16 02:11:21 2023","interfaces":[{"interface":"back","average":{"1min":1.292,"5min":1.25,"15min":1.252},"min":{"1min":1.0780000000000001,"5min":0.95899999999999996,"15min":0.95899999999999996},"max":{"1min":1.5309999999999999,"5min":1.615,"15min":1.615},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.2170000000000001,"15min":1.2130000000000001},"min":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.3160000000000001}]}]},{"osd":6,"up_from":28,"seq":120259084335,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.71999999999999997,"15min":0.72399999999999998},"min":{"1min":0.56299999999999994,"5min":0.501,"15min":0.501},"max":{"1min":0.84899999999999998,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.76500000000000001,"15min":0.755},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.67800000000000005}]},{"osd":1,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.873,"15min":0.86599999999999999},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.3140000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.76000000000000001},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.92400000000000004,"15min":0.91400000000000003},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.80500000000000005}]},{"osd":2,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.90300000000000002,"15min":0.92100000000000004},"min":{"1min":0.66700000000000004,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.093,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.873,"5min":0.93100000000000005,"15min":0.93799999999999994},"min":{"1min":0.64000000000000001,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3380000000000001,"5min":1.375,"15min":1.375},"last":0.86599999999999999}]},{"osd":3,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.96499999999999997,"15min":0.98299999999999998},"min":{"1min":0.72899999999999998,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.1830000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.90000000000000002},{"interface":"front","average":{"1min":1.0920000000000001,"5min":1.038,"15min":1.028},"min":{"1min":0.86799999999999999,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.4039999999999999,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.92300000000000004}]},{"osd":4,"last update":"Thu Nov 16 02:11:09 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.036,"15min":1.0449999999999999},"min":{"1min":0.78200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.2949999999999999,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.0049999999999999,"5min":1.0589999999999999,"15min":1.083},"min":{"1min":0.73099999999999998,"5min":0.63,"15min":0.63},"max":{"1min":1.2230000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.84899999999999998}]},{"osd":5,"last update":"Thu Nov 16 02:11:16 2023","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.1499999999999999,"15min":1.159},"min":{"1min":0.89000000000000001,"5min":0.82899999999999996,"15min":0.82899999999999996},"max":{"1min":1.794,"5min":1.794,"15min":1.794},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.198,"5min":1.159,"15min":1.155},"min":{"1min":0.89200000000000002,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.6910000000000001,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.171}]},{"osd":7,"last update":"Thu Nov 16 02:11:21 2023","interfaces":[{"interface":"back","average":{"1min":1.246,"5min":1.226,"15min":1.224},"min":{"1min":0.98899999999999999,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.456,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.1559999999999999},{"interface":"front","average":{"1min":1.2749999999999999,"5min":1.24,"15min":1.2410000000000001},"min":{"1min":1.04,"5min":0.79600000000000004,"15min":0.79600000000000004},"max":{"1min":1.978,"5min":1.978,"15min":1.978},"last":1.0660000000000001}]}]},{"osd":3,"up_from":30,"seq":128849018928,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161043,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86599999999999999},"min":{"1min":0.63700000000000001,"5min":0.624,"15min":0.624},"max":{"1min":1.103,"5min":1.177,"15min":1.177},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.81000000000000005,"15min":0.80300000000000005},"min":{"1min":0.57899999999999996,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":0.90300000000000002}]},{"osd":1,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.72099999999999997,"5min":0.70099999999999996,"15min":0.69299999999999995},"min":{"1min":0.58599999999999997,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.0309999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.70399999999999996,"15min":0.69299999999999995},"min":{"1min":0.55500000000000005,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.90200000000000002,"5min":1.0740000000000001,"15min":1.0740000000000001},"last":0.622}]},{"osd":2,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.88800000000000001,"15min":0.872},"min":{"1min":0.80500000000000005,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.93700000000000006,"15min":0.92000000000000004},"min":{"1min":0.753,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.204,"5min":1.208,"15min":1.208},"last":0.82699999999999996}]},{"osd":4,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.94099999999999995,"15min":0.93500000000000005},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.228,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.99399999999999999},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.95599999999999996,"15min":0.94499999999999995},"min":{"1min":0.80600000000000005,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.1839999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.88700000000000001}]},{"osd":5,"last update":"Thu Nov 16 02:11:19 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.94699999999999995,"15min":0.93999999999999995},"min":{"1min":0.64300000000000002,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.1990000000000001,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.92000000000000004},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.91900000000000004,"15min":0.89900000000000002},"min":{"1min":0.57499999999999996,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.1599999999999999,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.80200000000000005}]},{"osd":6,"last update":"Thu Nov 16 02:11:10 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.0740000000000001,"15min":1.071},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.2709999999999999,"5min":1.462,"15min":1.462},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.091,"15min":1.075},"min":{"1min":0.89400000000000002,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.3919999999999999,"5min":1.413,"15min":1.413},"last":1.024}]},{"osd":7,"last update":"Thu Nov 16 02:11:19 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.04,"15min":1.032},"min":{"1min":0.748,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.2170000000000001,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":0.97399999999999998},{"interface":"front","average":{"1min":1.0940000000000001,"5min":1.097,"15min":1.0780000000000001},"min":{"1min":0.70599999999999996,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.3380000000000001,"5min":1.4219999999999999,"15min":1.4219999999999999},"last":0.95399999999999996}]}]}],"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-16T02:11:52.677 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-16T02:11:52.677 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-16T02:11:52.677 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-16T02:11:52.678 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-16T02:11:53.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:53 smithi096 bash[25928]: audit 2023-11-16T02:11:51.960534+0000 mgr.smithi096.ejdhsd (mgr.14182) 224 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:11:53.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:53 smithi096 bash[25928]: cluster 2023-11-16T02:11:52.138437+0000 mgr.smithi096.ejdhsd (mgr.14182) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:53.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:53 smithi145 bash[29583]: audit 2023-11-16T02:11:51.960534+0000 mgr.smithi096.ejdhsd (mgr.14182) 224 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:11:53.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:53 smithi145 bash[29583]: cluster 2023-11-16T02:11:52.138437+0000 mgr.smithi096.ejdhsd (mgr.14182) 225 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:11:55.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:55 smithi096 bash[25928]: cluster 2023-11-16T02:11:54.139048+0000 mgr.smithi096.ejdhsd (mgr.14182) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:02.119 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/mon.smithi096/config 2023-11-16T02:12:02.131 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:57 smithi096 bash[25928]: cluster 2023-11-16T02:11:56.139595+0000 mgr.smithi096.ejdhsd (mgr.14182) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:02.131 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:11:59 smithi096 bash[25928]: cluster 2023-11-16T02:11:58.140216+0000 mgr.smithi096.ejdhsd (mgr.14182) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:02.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:55 smithi145 bash[29583]: cluster 2023-11-16T02:11:54.139048+0000 mgr.smithi096.ejdhsd (mgr.14182) 226 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:02.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:57 smithi145 bash[29583]: cluster 2023-11-16T02:11:56.139595+0000 mgr.smithi096.ejdhsd (mgr.14182) 227 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:02.157 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:11:59 smithi145 bash[29583]: cluster 2023-11-16T02:11:58.140216+0000 mgr.smithi096.ejdhsd (mgr.14182) 228 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:02.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:00 smithi145 bash[29583]: cluster 2023-11-16T02:12:00.140660+0000 mgr.smithi096.ejdhsd (mgr.14182) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:02.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:00 smithi145 bash[29583]: audit 2023-11-16T02:12:00.465446+0000 mon.smithi096 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.96:0/957635223' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T02:12:02.159 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:12:02.159 INFO:teuthology.orchestra.run.smithi096.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-16T02:12:02.160 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-16T02:12:02.160 INFO:tasks.cephadm:Setup complete, yielding 2023-11-16T02:12:02.160 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T02:12:02.175 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi096.front.sepia.ceph.com 2023-11-16T02:12:02.176 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-16T02:12:02.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:00 smithi096 bash[25928]: cluster 2023-11-16T02:12:00.140660+0000 mgr.smithi096.ejdhsd (mgr.14182) 229 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:02.177 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:00 smithi096 bash[25928]: audit 2023-11-16T02:12:00.465446+0000 mon.smithi096 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.96:0/957635223' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T02:12:03.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:03 smithi096 bash[25928]: cluster 2023-11-16T02:12:02.141228+0000 mgr.smithi096.ejdhsd (mgr.14182) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:03.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:03 smithi145 bash[29583]: cluster 2023-11-16T02:12:02.141228+0000 mgr.smithi096.ejdhsd (mgr.14182) 230 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:05.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:05 smithi096 bash[25928]: cluster 2023-11-16T02:12:04.141868+0000 mgr.smithi096.ejdhsd (mgr.14182) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:05.474 INFO:teuthology.orchestra.run.smithi096.stdout:Backend: cephadm 2023-11-16T02:12:05.475 INFO:teuthology.orchestra.run.smithi096.stdout:Available: Yes 2023-11-16T02:12:05.475 INFO:teuthology.orchestra.run.smithi096.stdout:Paused: No 2023-11-16T02:12:05.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:05 smithi145 bash[29583]: cluster 2023-11-16T02:12:04.141868+0000 mgr.smithi096.ejdhsd (mgr.14182) 231 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:06.160 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-16T02:12:06.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:06 smithi096 bash[25928]: audit 2023-11-16T02:12:05.470537+0000 mgr.smithi096.ejdhsd (mgr.14182) 232 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:06.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:06 smithi145 bash[29583]: audit 2023-11-16T02:12:05.470537+0000 mgr.smithi096.ejdhsd (mgr.14182) 232 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:07.474 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:07 smithi096 bash[25928]: cluster 2023-11-16T02:12:06.142485+0000 mgr.smithi096.ejdhsd (mgr.14182) 233 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:07.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:07 smithi145 bash[29583]: cluster 2023-11-16T02:12:06.142485+0000 mgr.smithi096.ejdhsd (mgr.14182) 233 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:09.172 INFO:teuthology.orchestra.run.smithi096.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T02:12:09.172 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager.smithi096 smithi096 *:9093,9094 running (5m) 52s ago 6m 13.3M - 0.23.0 ba2b418f427c 0533e9df07cd 2023-11-16T02:12:09.172 INFO:teuthology.orchestra.run.smithi096.stdout:crash.smithi096 smithi096 running (6m) 52s ago 6m 7539k - 16.2.14-171-ged3c8e92 6be2081e30e3 006a894462ea 2023-11-16T02:12:09.172 INFO:teuthology.orchestra.run.smithi096.stdout:crash.smithi145 smithi145 running (6m) 52s ago 6m 9400k - 16.2.14-171-ged3c8e92 6be2081e30e3 65915f6bb1e4 2023-11-16T02:12:09.172 INFO:teuthology.orchestra.run.smithi096.stdout:grafana.smithi096 smithi096 *:3000 running (5m) 52s ago 6m 42.0M - 8.3.5 dad864ee21e9 d2574fe1c69f 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.smithi096.ejdhsd smithi096 *:9283 running (8m) 52s ago 8m 428M - 16.2.14-171-ged3c8e92 6be2081e30e3 6dba2ae7272e 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.smithi145.tanrve smithi145 *:8443,9283 running (6m) 52s ago 6m 378M - 16.2.14-171-ged3c8e92 6be2081e30e3 5a0abe0b779f 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:mon.smithi096 smithi096 running (8m) 52s ago 8m 60.4M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 f4e138f3beae 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:mon.smithi145 smithi145 running (5m) 52s ago 5m 58.2M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 09c4580fdd0e 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.smithi096 smithi096 *:9100 running (6m) 52s ago 6m 11.4M - 1.3.1 1dbe0e931976 2132fb94eafd 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.smithi145 smithi145 *:9100 running (5m) 52s ago 5m 11.1M - 1.3.1 1dbe0e931976 bca2ba0e19de 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:osd.0 smithi145 running (4m) 52s ago 4m 35.0M 3785M 16.2.14-171-ged3c8e92 6be2081e30e3 4d53b902a81c 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:osd.1 smithi096 running (4m) 52s ago 4m 34.2M 3529M 16.2.14-171-ged3c8e92 6be2081e30e3 65253472d81a 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:osd.2 smithi145 running (4m) 52s ago 4m 34.8M 3785M 16.2.14-171-ged3c8e92 6be2081e30e3 bb08146735f4 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:osd.3 smithi096 running (4m) 52s ago 4m 34.4M 3529M 16.2.14-171-ged3c8e92 6be2081e30e3 6f8b3933fef5 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:osd.4 smithi145 running (4m) 52s ago 4m 35.0M 3785M 16.2.14-171-ged3c8e92 6be2081e30e3 2775a3149cde 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:osd.5 smithi096 running (4m) 52s ago 4m 34.1M 3529M 16.2.14-171-ged3c8e92 6be2081e30e3 34f22f61ae54 2023-11-16T02:12:09.173 INFO:teuthology.orchestra.run.smithi096.stdout:osd.6 smithi145 running (4m) 52s ago 4m 34.6M 3785M 16.2.14-171-ged3c8e92 6be2081e30e3 a5cd1528086f 2023-11-16T02:12:09.174 INFO:teuthology.orchestra.run.smithi096.stdout:osd.7 smithi096 running (3m) 52s ago 4m 34.7M 3529M 16.2.14-171-ged3c8e92 6be2081e30e3 ad9293ede817 2023-11-16T02:12:09.174 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus.smithi145 smithi145 *:9095 running (5m) 52s ago 5m 53.1M - 2.33.4 514e6a882f6e 6622e674c793 2023-11-16T02:12:09.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:09 smithi096 bash[25928]: cluster 2023-11-16T02:12:08.143081+0000 mgr.smithi096.ejdhsd (mgr.14182) 234 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:09.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:09 smithi145 bash[29583]: cluster 2023-11-16T02:12:08.143081+0000 mgr.smithi096.ejdhsd (mgr.14182) 234 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:09.798 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-16T02:12:10.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:10 smithi096 bash[25928]: audit 2023-11-16T02:12:09.147871+0000 mgr.smithi096.ejdhsd (mgr.14182) 235 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:10.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:10 smithi145 bash[29583]: audit 2023-11-16T02:12:09.147871+0000 mgr.smithi096.ejdhsd (mgr.14182) 235 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:11 smithi096 bash[25928]: cluster 2023-11-16T02:12:10.143672+0000 mgr.smithi096.ejdhsd (mgr.14182) 236 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:11.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:11 smithi145 bash[29583]: cluster 2023-11-16T02:12:10.143672+0000 mgr.smithi096.ejdhsd (mgr.14182) 236 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:12.903 INFO:teuthology.orchestra.run.smithi096.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-16T02:12:12.903 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager ?:9093,9094 1/1 55s ago 7m count:1 2023-11-16T02:12:12.903 INFO:teuthology.orchestra.run.smithi096.stdout:crash 2/2 56s ago 7m * 2023-11-16T02:12:12.904 INFO:teuthology.orchestra.run.smithi096.stdout:grafana ?:3000 1/1 55s ago 7m count:1 2023-11-16T02:12:12.904 INFO:teuthology.orchestra.run.smithi096.stdout:mgr 2/2 56s ago 7m count:2 2023-11-16T02:12:12.904 INFO:teuthology.orchestra.run.smithi096.stdout:mon 2/2 56s ago 6m smithi096:172.21.15.96=smithi096;smithi145:172.21.15.145=smithi145;count:2 2023-11-16T02:12:12.904 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter ?:9100 2/2 56s ago 7m * 2023-11-16T02:12:12.904 INFO:teuthology.orchestra.run.smithi096.stdout:osd.all-available-devices 8 56s ago 5m * 2023-11-16T02:12:12.904 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus ?:9095 1/1 56s ago 7m count:1 2023-11-16T02:12:13.479 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-16T02:12:13.492 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:13 smithi096 bash[25928]: cluster 2023-11-16T02:12:12.144250+0000 mgr.smithi096.ejdhsd (mgr.14182) 237 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:13.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:13 smithi145 bash[29583]: cluster 2023-11-16T02:12:12.144250+0000 mgr.smithi096.ejdhsd (mgr.14182) 237 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:14.550 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:14 smithi096 bash[25928]: audit 2023-11-16T02:12:12.892172+0000 mgr.smithi096.ejdhsd (mgr.14182) 238 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:14.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:14 smithi145 bash[29583]: audit 2023-11-16T02:12:12.892172+0000 mgr.smithi096.ejdhsd (mgr.14182) 238 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:15.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:15 smithi096 bash[25928]: cluster 2023-11-16T02:12:14.144886+0000 mgr.smithi096.ejdhsd (mgr.14182) 239 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:15 smithi145 bash[29583]: cluster 2023-11-16T02:12:14.144886+0000 mgr.smithi096.ejdhsd (mgr.14182) 239 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:16.749 INFO:teuthology.orchestra.run.smithi096.stdout:HOST ADDR LABELS STATUS 2023-11-16T02:12:16.750 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 172.21.15.96 2023-11-16T02:12:16.750 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 172.21.15.145 2023-11-16T02:12:16.750 INFO:teuthology.orchestra.run.smithi096.stdout:2 hosts in cluster 2023-11-16T02:12:17.387 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-16T02:12:17.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:17 smithi096 bash[25928]: cluster 2023-11-16T02:12:16.145493+0000 mgr.smithi096.ejdhsd (mgr.14182) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:17 smithi145 bash[29583]: cluster 2023-11-16T02:12:16.145493+0000 mgr.smithi096.ejdhsd (mgr.14182) 240 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:18.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:18 smithi096 bash[25928]: audit 2023-11-16T02:12:16.745771+0000 mgr.smithi096.ejdhsd (mgr.14182) 241 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:18.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:18 smithi096 bash[25928]: audit 2023-11-16T02:12:17.336358+0000 mon.smithi096 (mon.0) 604 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:12:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:18 smithi145 bash[29583]: audit 2023-11-16T02:12:16.745771+0000 mgr.smithi096.ejdhsd (mgr.14182) 241 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:18 smithi145 bash[29583]: audit 2023-11-16T02:12:17.336358+0000 mon.smithi096 (mon.0) 604 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:12:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:19 smithi096 bash[25928]: cluster 2023-11-16T02:12:18.146070+0000 mgr.smithi096.ejdhsd (mgr.14182) 242 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:19.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:19 smithi145 bash[29583]: cluster 2023-11-16T02:12:18.146070+0000 mgr.smithi096.ejdhsd (mgr.14182) 242 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:20.535 INFO:teuthology.orchestra.run.smithi096.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-16T02:12:20.535 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme0n1 ssd _PHFT620400NH400BGN 372G 3m ago LVM detected, locked 2023-11-16T02:12:20.535 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme1n1 ssd _c4cf6d101534d600 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:20.535 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme2n1 ssd _857a36bb654efd08 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:20.536 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme3n1 ssd _9230db574e4ce3ca 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:20.536 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme4n1 ssd _821dfcca8d285bfc 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:20.536 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme0n1 ssd _PHFT620500N9400BGN 372G 3m ago LVM detected, locked 2023-11-16T02:12:20.536 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme1n1 ssd _e0915f949fc334b9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:20.536 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme2n1 ssd _e71622c6a32104ad 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:20.536 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme3n1 ssd _7e619ad274b80d0a 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:20.536 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme4n1 ssd _9ee206160803a786 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:21.111 INFO:teuthology.run_tasks:Running task vip... 2023-11-16T02:12:21.120 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-16T02:12:21.120 INFO:tasks.vip:peername 172.21.15.96 2023-11-16T02:12:21.124 INFO:tasks.vip:172.21.15.96 in 172.21.0.0/20, pos 3935 2023-11-16T02:12:21.128 INFO:tasks.vip:smithi096.front.sepia.ceph.com static 10.0.15.96, vnet 10.0.0.0/16 2023-11-16T02:12:21.128 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-16T02:12:21.128 DEBUG:teuthology.orchestra.run.smithi096:> sudo ip route ls 2023-11-16T02:12:21.141 INFO:teuthology.orchestra.run.smithi096.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-16T02:12:21.141 INFO:teuthology.orchestra.run.smithi096.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.96 metric 100 2023-11-16T02:12:21.141 INFO:teuthology.orchestra.run.smithi096.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-16T02:12:21.141 INFO:teuthology.orchestra.run.smithi096.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.96 2023-11-16T02:12:21.141 INFO:teuthology.orchestra.run.smithi096.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.96 metric 100 2023-11-16T02:12:21.142 INFO:tasks.vip:Configuring 10.0.15.96 on smithi096.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T02:12:21.142 DEBUG:teuthology.orchestra.run.smithi096:> sudo ip addr add 10.0.15.96/16 dev enp3s0f1 2023-11-16T02:12:21.199 INFO:tasks.vip:peername 172.21.15.145 2023-11-16T02:12:21.201 INFO:tasks.vip:172.21.15.145 in 172.21.0.0/20, pos 3984 2023-11-16T02:12:21.205 INFO:tasks.vip:smithi145.front.sepia.ceph.com static 10.0.15.145, vnet 10.0.0.0/16 2023-11-16T02:12:21.206 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip route ls 2023-11-16T02:12:21.224 INFO:teuthology.orchestra.run.smithi145.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-16T02:12:21.224 INFO:teuthology.orchestra.run.smithi145.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.145 metric 100 2023-11-16T02:12:21.224 INFO:teuthology.orchestra.run.smithi145.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-16T02:12:21.224 INFO:teuthology.orchestra.run.smithi145.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.145 2023-11-16T02:12:21.224 INFO:teuthology.orchestra.run.smithi145.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.145 metric 100 2023-11-16T02:12:21.226 INFO:tasks.vip:Configuring 10.0.15.145 on smithi145.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T02:12:21.226 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr add 10.0.15.145/16 dev enp3s0f1 2023-11-16T02:12:21.285 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:20 smithi145 bash[29583]: cluster 2023-11-16T02:12:20.146665+0000 mgr.smithi096.ejdhsd (mgr.14182) 243 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:21.285 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:20 smithi145 bash[29583]: audit 2023-11-16T02:12:20.527035+0000 mgr.smithi096.ejdhsd (mgr.14182) 244 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:21.289 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T02:12:21.297 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi096.front.sepia.ceph.com 2023-11-16T02:12:21.297 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-16T02:12:21.309 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:20 smithi096 bash[25928]: cluster 2023-11-16T02:12:20.146665+0000 mgr.smithi096.ejdhsd (mgr.14182) 243 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:21.310 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:20 smithi096 bash[25928]: audit 2023-11-16T02:12:20.527035+0000 mgr.smithi096.ejdhsd (mgr.14182) 244 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:23.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:23 smithi096 bash[25928]: cluster 2023-11-16T02:12:22.147220+0000 mgr.smithi096.ejdhsd (mgr.14182) 245 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:23.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:23 smithi096 bash[25928]: audit 2023-11-16T02:12:23.162223+0000 mon.smithi096 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:23.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:23 smithi145 bash[29583]: cluster 2023-11-16T02:12:22.147220+0000 mgr.smithi096.ejdhsd (mgr.14182) 245 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:23.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:23 smithi145 bash[29583]: audit 2023-11-16T02:12:23.162223+0000 mon.smithi096 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:24.547 INFO:teuthology.orchestra.run.smithi096.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-16T02:12:24.548 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme0n1 ssd _PHFT620400NH400BGN 372G 3m ago LVM detected, locked 2023-11-16T02:12:24.548 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme1n1 ssd _c4cf6d101534d600 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:24.548 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme2n1 ssd _857a36bb654efd08 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:24.548 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme3n1 ssd _9230db574e4ce3ca 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:24.548 INFO:teuthology.orchestra.run.smithi096.stdout:smithi096 /dev/nvme4n1 ssd _821dfcca8d285bfc 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:24.548 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme0n1 ssd _PHFT620500N9400BGN 372G 3m ago LVM detected, locked 2023-11-16T02:12:24.548 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme1n1 ssd _e0915f949fc334b9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:24.548 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme2n1 ssd _e71622c6a32104ad 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:24.549 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme3n1 ssd _7e619ad274b80d0a 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:24.549 INFO:teuthology.orchestra.run.smithi096.stdout:smithi145 /dev/nvme4n1 ssd _9ee206160803a786 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T02:12:25.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:24 smithi096 bash[25928]: audit 2023-11-16T02:12:23.918268+0000 mon.smithi096 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:25.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:24 smithi096 bash[25928]: cluster 2023-11-16T02:12:24.147669+0000 mgr.smithi096.ejdhsd (mgr.14182) 246 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:25.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:24 smithi096 bash[25928]: audit 2023-11-16T02:12:24.219442+0000 mon.smithi096 (mon.0) 607 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:25.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:24 smithi096 bash[25928]: audit 2023-11-16T02:12:24.220727+0000 mon.smithi096 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:12:25.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:24 smithi096 bash[25928]: audit 2023-11-16T02:12:24.226653+0000 mon.smithi096 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:25.184 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:24 smithi096 bash[25928]: audit 2023-11-16T02:12:24.233644+0000 mon.smithi096 (mon.0) 610 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:12:25.185 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:24 smithi096 bash[25928]: audit 2023-11-16T02:12:24.535331+0000 mgr.smithi096.ejdhsd (mgr.14182) 247 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:25.185 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:24 smithi096 bash[25928]: audit 2023-11-16T02:12:24.559399+0000 mon.smithi096 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:12:25.185 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-16T02:12:25.194 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi096.front.sepia.ceph.com 2023-11-16T02:12:25.194 DEBUG:teuthology.orchestra.run.smithi096:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-16T02:12:25.242 INFO:teuthology.orchestra.run.smithi096.stderr:+ systemctl stop nfs-server 2023-11-16T02:12:25.264 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi145.front.sepia.ceph.com 2023-11-16T02:12:25.264 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-16T02:12:25.275 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:24 smithi145 bash[29583]: audit 2023-11-16T02:12:23.918268+0000 mon.smithi096 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:25.275 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:24 smithi145 bash[29583]: cluster 2023-11-16T02:12:24.147669+0000 mgr.smithi096.ejdhsd (mgr.14182) 246 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:25.276 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:24 smithi145 bash[29583]: audit 2023-11-16T02:12:24.219442+0000 mon.smithi096 (mon.0) 607 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:25.276 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:24 smithi145 bash[29583]: audit 2023-11-16T02:12:24.220727+0000 mon.smithi096 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:12:25.276 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:24 smithi145 bash[29583]: audit 2023-11-16T02:12:24.226653+0000 mon.smithi096 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:25.276 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:24 smithi145 bash[29583]: audit 2023-11-16T02:12:24.233644+0000 mon.smithi096 (mon.0) 610 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:12:25.276 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:24 smithi145 bash[29583]: audit 2023-11-16T02:12:24.535331+0000 mgr.smithi096.ejdhsd (mgr.14182) 247 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:25.276 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:24 smithi145 bash[29583]: audit 2023-11-16T02:12:24.559399+0000 mon.smithi096 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:12:25.276 INFO:teuthology.orchestra.run.smithi145.stderr:+ systemctl stop nfs-server 2023-11-16T02:12:25.300 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T02:12:25.310 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi096.front.sepia.ceph.com 2023-11-16T02:12:25.311 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-11-16T02:12:27.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:27 smithi096 bash[25928]: cluster 2023-11-16T02:12:26.148224+0000 mgr.smithi096.ejdhsd (mgr.14182) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:27.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:27 smithi145 bash[29583]: cluster 2023-11-16T02:12:26.148224+0000 mgr.smithi096.ejdhsd (mgr.14182) 248 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:28.464 INFO:teuthology.orchestra.run.smithi096.stdout:Scheduled rgw.foorgw update... 2023-11-16T02:12:29.100 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.96/16' 2023-11-16T02:12:29.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:29 smithi096 bash[25928]: cluster 2023-11-16T02:12:28.148717+0000 mgr.smithi096.ejdhsd (mgr.14182) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:29.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:29 smithi096 bash[25928]: audit 2023-11-16T02:12:28.449325+0000 mgr.smithi096.ejdhsd (mgr.14182) 250 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:29.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:29 smithi096 bash[25928]: cephadm 2023-11-16T02:12:28.452275+0000 mgr.smithi096.ejdhsd (mgr.14182) 251 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-16T02:12:29.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:29 smithi096 bash[25928]: audit 2023-11-16T02:12:28.460382+0000 mon.smithi096 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:29.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:29 smithi145 bash[29583]: cluster 2023-11-16T02:12:28.148717+0000 mgr.smithi096.ejdhsd (mgr.14182) 249 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:29.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:29 smithi145 bash[29583]: audit 2023-11-16T02:12:28.449325+0000 mgr.smithi096.ejdhsd (mgr.14182) 250 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:29.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:29 smithi145 bash[29583]: cephadm 2023-11-16T02:12:28.452275+0000 mgr.smithi096.ejdhsd (mgr.14182) 251 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-16T02:12:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:29 smithi145 bash[29583]: audit 2023-11-16T02:12:28.460382+0000 mon.smithi096 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:31.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:31 smithi145 bash[29583]: cluster 2023-11-16T02:12:30.149137+0000 mgr.smithi096.ejdhsd (mgr.14182) 252 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:31.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:31 smithi145 bash[29583]: audit 2023-11-16T02:12:30.392175+0000 mon.smithi096 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:31.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:31 smithi145 bash[29583]: audit 2023-11-16T02:12:30.954581+0000 mon.smithi096 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:31.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:31 smithi096 bash[25928]: cluster 2023-11-16T02:12:30.149137+0000 mgr.smithi096.ejdhsd (mgr.14182) 252 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:31.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:31 smithi096 bash[25928]: audit 2023-11-16T02:12:30.392175+0000 mon.smithi096 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:31.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:31 smithi096 bash[25928]: audit 2023-11-16T02:12:30.954581+0000 mon.smithi096 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:33.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:33 smithi145 bash[29583]: cluster 2023-11-16T02:12:32.149688+0000 mgr.smithi096.ejdhsd (mgr.14182) 253 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:33.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:33 smithi145 bash[29583]: audit 2023-11-16T02:12:32.444227+0000 mgr.smithi096.ejdhsd (mgr.14182) 254 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.96/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:33.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:33 smithi145 bash[29583]: audit 2023-11-16T02:12:32.447447+0000 mon.smithi096 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-16T02:12:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:33 smithi096 bash[25928]: cluster 2023-11-16T02:12:32.149688+0000 mgr.smithi096.ejdhsd (mgr.14182) 253 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:33 smithi096 bash[25928]: audit 2023-11-16T02:12:32.444227+0000 mgr.smithi096.ejdhsd (mgr.14182) 254 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.96/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:12:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:33 smithi096 bash[25928]: audit 2023-11-16T02:12:32.447447+0000 mon.smithi096 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-16T02:12:34.485 INFO:teuthology.orchestra.run.smithi096.stdout:NFS Cluster Created Successfully 2023-11-16T02:12:34.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:34 smithi096 bash[25928]: audit 2023-11-16T02:12:33.409381+0000 mon.smithi096 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-16T02:12:34.882 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:34 smithi096 bash[25928]: cluster 2023-11-16T02:12:33.409539+0000 mon.smithi096 (mon.0) 617 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-16T02:12:34.883 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:34 smithi096 bash[25928]: audit 2023-11-16T02:12:33.413188+0000 mon.smithi096 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-16T02:12:34.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:34 smithi145 bash[29583]: audit 2023-11-16T02:12:33.409381+0000 mon.smithi096 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-16T02:12:34.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:34 smithi145 bash[29583]: cluster 2023-11-16T02:12:33.409539+0000 mon.smithi096 (mon.0) 617 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-16T02:12:34.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:34 smithi145 bash[29583]: audit 2023-11-16T02:12:33.413188+0000 mon.smithi096 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-16T02:12:35.230 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-16T02:12:35.239 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi096.front.sepia.ceph.com 2023-11-16T02:12:35.240 DEBUG:teuthology.orchestra.run.smithi096:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-11-16T02:12:35.253 INFO:teuthology.orchestra.run.smithi096.stderr:+ dnf install -y python3-boto3 2023-11-16T02:12:35.253 INFO:teuthology.orchestra.run.smithi096.stderr:bash: dnf: command not found 2023-11-16T02:12:35.253 INFO:teuthology.orchestra.run.smithi096.stderr:+ apt install -y python3-boto3 2023-11-16T02:12:35.260 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:12:35.261 INFO:teuthology.orchestra.run.smithi096.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-11-16T02:12:35.261 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:12:35.329 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2023-11-16T02:12:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:35 smithi096 bash[25928]: cluster 2023-11-16T02:12:34.150427+0000 mgr.smithi096.ejdhsd (mgr.14182) 255 : cluster [DBG] pgmap v232: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:35 smithi096 bash[25928]: audit 2023-11-16T02:12:34.417019+0000 mon.smithi096 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-16T02:12:35.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:35 smithi096 bash[25928]: cluster 2023-11-16T02:12:34.417275+0000 mon.smithi096 (mon.0) 620 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-16T02:12:35.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:35 smithi096 bash[25928]: cephadm 2023-11-16T02:12:34.470017+0000 mgr.smithi096.ejdhsd (mgr.14182) 256 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-16T02:12:35.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:35 smithi096 bash[25928]: audit 2023-11-16T02:12:34.474817+0000 mon.smithi096 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:35.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:35 smithi096 bash[25928]: cephadm 2023-11-16T02:12:34.477155+0000 mgr.smithi096.ejdhsd (mgr.14182) 257 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-16T02:12:35.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:35 smithi096 bash[25928]: audit 2023-11-16T02:12:34.481288+0000 mon.smithi096 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:35.630 INFO:teuthology.orchestra.run.smithi096.stdout:Building dependency tree... 2023-11-16T02:12:35.631 INFO:teuthology.orchestra.run.smithi096.stdout:Reading state information... 2023-11-16T02:12:35.855 INFO:teuthology.orchestra.run.smithi096.stdout:The following packages were automatically installed and are no longer required: 2023-11-16T02:12:35.855 INFO:teuthology.orchestra.run.smithi096.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-16T02:12:35.855 INFO:teuthology.orchestra.run.smithi096.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-16T02:12:35.856 INFO:teuthology.orchestra.run.smithi096.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-16T02:12:35.856 INFO:teuthology.orchestra.run.smithi096.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-16T02:12:35.856 INFO:teuthology.orchestra.run.smithi096.stdout:The following additional packages will be installed: 2023-11-16T02:12:35.857 INFO:teuthology.orchestra.run.smithi096.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2023-11-16T02:12:35.857 INFO:teuthology.orchestra.run.smithi096.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2023-11-16T02:12:35.857 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2023-11-16T02:12:35.860 INFO:teuthology.orchestra.run.smithi096.stdout:Suggested packages: 2023-11-16T02:12:35.860 INFO:teuthology.orchestra.run.smithi096.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-11-16T02:12:35.860 INFO:teuthology.orchestra.run.smithi096.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2023-11-16T02:12:35.860 INFO:teuthology.orchestra.run.smithi096.stdout: sgml-base-doc debhelper 2023-11-16T02:12:35.890 INFO:teuthology.orchestra.run.smithi096.stdout:The following NEW packages will be installed: 2023-11-16T02:12:35.891 INFO:teuthology.orchestra.run.smithi096.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-11-16T02:12:35.892 INFO:teuthology.orchestra.run.smithi096.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2023-11-16T02:12:35.892 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2023-11-16T02:12:35.892 INFO:teuthology.orchestra.run.smithi096.stdout: xml-core 2023-11-16T02:12:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:35 smithi145 bash[29583]: cluster 2023-11-16T02:12:34.150427+0000 mgr.smithi096.ejdhsd (mgr.14182) 255 : cluster [DBG] pgmap v232: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:35 smithi145 bash[29583]: audit 2023-11-16T02:12:34.417019+0000 mon.smithi096 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-16T02:12:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:35 smithi145 bash[29583]: cluster 2023-11-16T02:12:34.417275+0000 mon.smithi096 (mon.0) 620 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-16T02:12:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:35 smithi145 bash[29583]: cephadm 2023-11-16T02:12:34.470017+0000 mgr.smithi096.ejdhsd (mgr.14182) 256 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-16T02:12:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:35 smithi145 bash[29583]: audit 2023-11-16T02:12:34.474817+0000 mon.smithi096 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:35 smithi145 bash[29583]: cephadm 2023-11-16T02:12:34.477155+0000 mgr.smithi096.ejdhsd (mgr.14182) 257 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-16T02:12:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:35 smithi145 bash[29583]: audit 2023-11-16T02:12:34.481288+0000 mon.smithi096 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:35.952 INFO:teuthology.orchestra.run.smithi096.stdout:0 upgraded, 15 newly installed, 0 to remove and 145 not upgraded. 2023-11-16T02:12:35.952 INFO:teuthology.orchestra.run.smithi096.stdout:Need to get 4,955 kB of archives. 2023-11-16T02:12:35.952 INFO:teuthology.orchestra.run.smithi096.stdout:After this operation, 55.1 MB of additional disk space will be used. 2023-11-16T02:12:35.952 INFO:teuthology.orchestra.run.smithi096.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2023-11-16T02:12:35.969 INFO:teuthology.orchestra.run.smithi096.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2023-11-16T02:12:35.977 INFO:teuthology.orchestra.run.smithi096.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2023-11-16T02:12:36.023 INFO:teuthology.orchestra.run.smithi096.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2023-11-16T02:12:36.025 INFO:teuthology.orchestra.run.smithi096.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2023-11-16T02:12:36.026 INFO:teuthology.orchestra.run.smithi096.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2023-11-16T02:12:36.032 INFO:teuthology.orchestra.run.smithi096.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2023-11-16T02:12:36.032 INFO:teuthology.orchestra.run.smithi096.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2023-11-16T02:12:36.054 INFO:teuthology.orchestra.run.smithi096.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-16T02:12:36.055 INFO:teuthology.orchestra.run.smithi096.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-16T02:12:36.107 INFO:teuthology.orchestra.run.smithi096.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-16T02:12:36.107 INFO:teuthology.orchestra.run.smithi096.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2023-11-16T02:12:36.108 INFO:teuthology.orchestra.run.smithi096.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2023-11-16T02:12:36.108 INFO:teuthology.orchestra.run.smithi096.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2023-11-16T02:12:36.113 INFO:teuthology.orchestra.run.smithi096.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-16T02:12:36.404 INFO:teuthology.orchestra.run.smithi096.stderr:debconf: unable to initialize frontend: Dialog 2023-11-16T02:12:36.404 INFO:teuthology.orchestra.run.smithi096.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-16T02:12:36.404 INFO:teuthology.orchestra.run.smithi096.stderr:debconf: falling back to frontend: Readline 2023-11-16T02:12:36.431 INFO:teuthology.orchestra.run.smithi096.stderr:debconf: unable to initialize frontend: Readline 2023-11-16T02:12:36.431 INFO:teuthology.orchestra.run.smithi096.stderr:debconf: (This frontend requires a controlling tty.) 2023-11-16T02:12:36.432 INFO:teuthology.orchestra.run.smithi096.stderr:debconf: falling back to frontend: Teletype 2023-11-16T02:12:36.437 INFO:teuthology.orchestra.run.smithi096.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-11-16T02:12:36.484 INFO:teuthology.orchestra.run.smithi096.stdout:Fetched 4,955 kB in 0s (24.0 MB/s) 2023-11-16T02:12:36.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:36 smithi145 bash[29583]: cluster 2023-11-16T02:12:35.430945+0000 mon.smithi096 (mon.0) 623 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-16T02:12:36.869 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:36 smithi096 bash[25928]: cluster 2023-11-16T02:12:35.430945+0000 mon.smithi096 (mon.0) 623 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-16T02:12:36.995 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package sgml-base. 2023-11-16T02:12:37.057 INFO:teuthology.orchestra.run.smithi096.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-16T02:12:37.062 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2023-11-16T02:12:37.137 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking sgml-base (1.29) ... 2023-11-16T02:12:37.784 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:37 smithi145 bash[29583]: cluster 2023-11-16T02:12:36.151204+0000 mgr.smithi096.ejdhsd (mgr.14182) 258 : cluster [DBG] pgmap v235: 33 pgs: 16 unknown, 17 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:37.784 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:37 smithi145 bash[29583]: cluster 2023-11-16T02:12:36.438986+0000 mon.smithi096 (mon.0) 624 : cluster [DBG] mgrmap e19: smithi096.ejdhsd(active, since 6m), standbys: smithi145.tanrve 2023-11-16T02:12:37.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:37 smithi096 bash[25928]: cluster 2023-11-16T02:12:36.151204+0000 mgr.smithi096.ejdhsd (mgr.14182) 258 : cluster [DBG] pgmap v235: 33 pgs: 16 unknown, 17 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:37.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:37 smithi096 bash[25928]: cluster 2023-11-16T02:12:36.438986+0000 mon.smithi096 (mon.0) 624 : cluster [DBG] mgrmap e19: smithi096.ejdhsd(active, since 6m), standbys: smithi145.tanrve 2023-11-16T02:12:38.094 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package xml-core. 2023-11-16T02:12:38.113 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2023-11-16T02:12:38.186 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking xml-core (0.18) ... 2023-11-16T02:12:39.277 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package docutils-common. 2023-11-16T02:12:39.296 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2023-11-16T02:12:39.385 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2023-11-16T02:12:39.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:39 smithi096 bash[25928]: cluster 2023-11-16T02:12:38.151901+0000 mgr.smithi096.ejdhsd (mgr.14182) 259 : cluster [DBG] pgmap v236: 33 pgs: 5 unknown, 28 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:39 smithi145 bash[29583]: cluster 2023-11-16T02:12:38.151901+0000 mgr.smithi096.ejdhsd (mgr.14182) 259 : cluster [DBG] pgmap v236: 33 pgs: 5 unknown, 28 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:40.059 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libpaper1:amd64. 2023-11-16T02:12:40.070 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-11-16T02:12:40.177 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-11-16T02:12:40.429 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libpaper-utils. 2023-11-16T02:12:40.444 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-11-16T02:12:40.488 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-11-16T02:12:40.782 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-dateutil. 2023-11-16T02:12:40.801 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2023-11-16T02:12:40.832 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2023-11-16T02:12:41.152 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-roman. 2023-11-16T02:12:41.168 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2023-11-16T02:12:41.238 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-roman (2.0.0-3) ... 2023-11-16T02:12:41.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:41 smithi145 bash[29583]: cluster 2023-11-16T02:12:40.152535+0000 mgr.smithi096.ejdhsd (mgr.14182) 260 : cluster [DBG] pgmap v237: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:41.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:41 smithi145 bash[29583]: audit 2023-11-16T02:12:40.312203+0000 mon.smithi096 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:41.706 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:41 smithi096 bash[25928]: cluster 2023-11-16T02:12:40.152535+0000 mgr.smithi096.ejdhsd (mgr.14182) 260 : cluster [DBG] pgmap v237: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:41.706 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:41 smithi096 bash[25928]: audit 2023-11-16T02:12:40.312203+0000 mon.smithi096 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:42.267 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-docutils. 2023-11-16T02:12:42.285 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2023-11-16T02:12:42.328 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2023-11-16T02:12:42.705 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-jmespath. 2023-11-16T02:12:42.720 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2023-11-16T02:12:42.763 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-11-16T02:12:43.074 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-botocore. 2023-11-16T02:12:43.093 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2023-11-16T02:12:43.133 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-11-16T02:12:43.686 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: cluster 2023-11-16T02:12:42.153279+0000 mgr.smithi096.ejdhsd (mgr.14182) 261 : cluster [DBG] pgmap v238: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.426432+0000 mon.smithi096 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.427821+0000 mon.smithi096 (mon.0) 627 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.429693+0000 mon.smithi096 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.438809+0000 mon.smithi096 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.444173+0000 mon.smithi096 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: cephadm 2023-11-16T02:12:42.451158+0000 mgr.smithi096.ejdhsd (mgr.14182) 262 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.455256+0000 mon.smithi096 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.456059+0000 mon.smithi096 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.ompmvw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.460824+0000 mon.smithi096 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.ompmvw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.467362+0000 mon.smithi096 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:43.687 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: audit 2023-11-16T02:12:42.468776+0000 mon.smithi096 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:43.688 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:43 smithi145 bash[29583]: cephadm 2023-11-16T02:12:42.469827+0000 mgr.smithi096.ejdhsd (mgr.14182) 263 : cephadm [INF] Deploying daemon rgw.foorgw.smithi145.ompmvw on smithi145 2023-11-16T02:12:43.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: cluster 2023-11-16T02:12:42.153279+0000 mgr.smithi096.ejdhsd (mgr.14182) 261 : cluster [DBG] pgmap v238: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.426432+0000 mon.smithi096 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.427821+0000 mon.smithi096 (mon.0) 627 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.429693+0000 mon.smithi096 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:12:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.438809+0000 mon.smithi096 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.444173+0000 mon.smithi096 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:12:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: cephadm 2023-11-16T02:12:42.451158+0000 mgr.smithi096.ejdhsd (mgr.14182) 262 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-16T02:12:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.455256+0000 mon.smithi096 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.456059+0000 mon.smithi096 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.ompmvw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:12:43.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.460824+0000 mon.smithi096 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.ompmvw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:12:43.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.467362+0000 mon.smithi096 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:43.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: audit 2023-11-16T02:12:42.468776+0000 mon.smithi096 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:43.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:43 smithi096 bash[25928]: cephadm 2023-11-16T02:12:42.469827+0000 mgr.smithi096.ejdhsd (mgr.14182) 263 : cephadm [INF] Deploying daemon rgw.foorgw.smithi145.ompmvw on smithi145 2023-11-16T02:12:44.264 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-s3transfer. 2023-11-16T02:12:44.281 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2023-11-16T02:12:44.322 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-11-16T02:12:44.641 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-boto3. 2023-11-16T02:12:44.659 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2023-11-16T02:12:44.699 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2023-11-16T02:12:45.280 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-olefile. 2023-11-16T02:12:45.300 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2023-11-16T02:12:45.539 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-olefile (0.45.1-1) ... 2023-11-16T02:12:45.750 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:45 smithi145 bash[29583]: cluster 2023-11-16T02:12:44.154053+0000 mgr.smithi096.ejdhsd (mgr.14182) 264 : cluster [DBG] pgmap v239: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:45.750 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:45 smithi145 bash[29583]: audit 2023-11-16T02:12:44.706238+0000 mon.smithi096 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:45.750 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:45 smithi145 bash[29583]: audit 2023-11-16T02:12:44.709120+0000 mon.smithi096 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi096.fgqhel", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:12:45.750 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:45 smithi145 bash[29583]: audit 2023-11-16T02:12:44.715942+0000 mon.smithi096 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi096.fgqhel", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:12:45.751 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:45 smithi145 bash[29583]: audit 2023-11-16T02:12:44.722385+0000 mon.smithi096 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:45.751 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:45 smithi145 bash[29583]: audit 2023-11-16T02:12:44.723429+0000 mon.smithi096 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:45.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:45 smithi096 bash[25928]: cluster 2023-11-16T02:12:44.154053+0000 mgr.smithi096.ejdhsd (mgr.14182) 264 : cluster [DBG] pgmap v239: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:45.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:45 smithi096 bash[25928]: audit 2023-11-16T02:12:44.706238+0000 mon.smithi096 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:45.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:45 smithi096 bash[25928]: audit 2023-11-16T02:12:44.709120+0000 mon.smithi096 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi096.fgqhel", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:12:45.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:45 smithi096 bash[25928]: audit 2023-11-16T02:12:44.715942+0000 mon.smithi096 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi096.fgqhel", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:12:45.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:45 smithi096 bash[25928]: audit 2023-11-16T02:12:44.722385+0000 mon.smithi096 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:45.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:45 smithi096 bash[25928]: audit 2023-11-16T02:12:44.723429+0000 mon.smithi096 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:46.394 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pil:amd64. 2023-11-16T02:12:46.408 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2023-11-16T02:12:46.495 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-11-16T02:12:46.811 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:46 smithi096 bash[25928]: cephadm 2023-11-16T02:12:44.724308+0000 mgr.smithi096.ejdhsd (mgr.14182) 265 : cephadm [INF] Deploying daemon rgw.foorgw.smithi096.fgqhel on smithi096 2023-11-16T02:12:46.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:46 smithi145 bash[29583]: cephadm 2023-11-16T02:12:44.724308+0000 mgr.smithi096.ejdhsd (mgr.14182) 265 : cephadm [INF] Deploying daemon rgw.foorgw.smithi096.fgqhel on smithi096 2023-11-16T02:12:46.929 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pygments. 2023-11-16T02:12:46.946 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2023-11-16T02:12:47.212 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-11-16T02:12:47.717 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:47 smithi096 bash[25928]: cluster 2023-11-16T02:12:46.154744+0000 mgr.smithi096.ejdhsd (mgr.14182) 266 : cluster [DBG] pgmap v240: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:47.718 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:47 smithi096 bash[25928]: cluster 2023-11-16T02:12:46.441788+0000 mon.smithi096 (mon.0) 641 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-16T02:12:47.718 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:47 smithi096 bash[25928]: audit 2023-11-16T02:12:46.452406+0000 mon.smithi096 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-16T02:12:47.718 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:47 smithi096 bash[25928]: audit 2023-11-16T02:12:46.454122+0000 mon.smithi145 (mon.1) 19 : audit [INF] from='client.? 172.21.15.145:0/3419567508' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-16T02:12:47.860 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-11-16T02:12:47.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:47 smithi145 bash[29583]: cluster 2023-11-16T02:12:46.154744+0000 mgr.smithi096.ejdhsd (mgr.14182) 266 : cluster [DBG] pgmap v240: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:47.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:47 smithi145 bash[29583]: cluster 2023-11-16T02:12:46.441788+0000 mon.smithi096 (mon.0) 641 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-16T02:12:47.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:47 smithi145 bash[29583]: audit 2023-11-16T02:12:46.452406+0000 mon.smithi096 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-16T02:12:47.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:47 smithi145 bash[29583]: audit 2023-11-16T02:12:46.454122+0000 mon.smithi145 (mon.1) 19 : audit [INF] from='client.? 172.21.15.145:0/3419567508' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-16T02:12:48.276 INFO:teuthology.orchestra.run.smithi096.stdout:debconf: unable to initialize frontend: Dialog 2023-11-16T02:12:48.277 INFO:teuthology.orchestra.run.smithi096.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-16T02:12:48.277 INFO:teuthology.orchestra.run.smithi096.stdout:debconf: falling back to frontend: Readline 2023-11-16T02:12:48.852 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:12:48.852 INFO:teuthology.orchestra.run.smithi096.stdout:Creating config file /etc/papersize with new version 2023-11-16T02:12:48.864 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:47.453884+0000 mon.smithi096 (mon.0) 643 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-16T02:12:48.864 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: cluster 2023-11-16T02:12:47.453971+0000 mon.smithi096 (mon.0) 644 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-16T02:12:48.864 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:47.996396+0000 mon.smithi096 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:48.864 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.003721+0000 mon.smithi096 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:48.864 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.030587+0000 mon.smithi096 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi096.vdchqc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T02:12:48.864 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.036664+0000 mon.smithi096 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi096.vdchqc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T02:12:48.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.038023+0000 mon.smithi096 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 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-16T02:12:48.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.043838+0000 mon.smithi096 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 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-16T02:12:48.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.045508+0000 mon.smithi096 (mon.0) 651 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:48.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.098213+0000 mon.smithi096 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T02:12:48.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.102056+0000 mon.smithi096 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T02:12:48.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.161113+0000 mon.smithi096 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi096.vdchqc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:12:48.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.165031+0000 mon.smithi096 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi096.vdchqc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:12:48.865 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:48 smithi096 bash[25928]: audit 2023-11-16T02:12:48.169858+0000 mon.smithi096 (mon.0) 656 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:47.453884+0000 mon.smithi096 (mon.0) 643 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: cluster 2023-11-16T02:12:47.453971+0000 mon.smithi096 (mon.0) 644 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:47.996396+0000 mon.smithi096 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.003721+0000 mon.smithi096 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.030587+0000 mon.smithi096 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi096.vdchqc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.036664+0000 mon.smithi096 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi096.vdchqc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.038023+0000 mon.smithi096 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 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-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.043838+0000 mon.smithi096 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 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-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.045508+0000 mon.smithi096 (mon.0) 651 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.098213+0000 mon.smithi096 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T02:12:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.102056+0000 mon.smithi096 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T02:12:48.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.161113+0000 mon.smithi096 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi096.vdchqc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T02:12:48.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.165031+0000 mon.smithi096 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi096.vdchqc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T02:12:48.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:48 smithi145 bash[29583]: audit 2023-11-16T02:12:48.169858+0000 mon.smithi096 (mon.0) 656 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:12:49.743 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-11-16T02:12:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: cephadm 2023-11-16T02:12:48.029935+0000 mgr.smithi096.ejdhsd (mgr.14182) 267 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi096.vdchqc 2023-11-16T02:12:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: cephadm 2023-11-16T02:12:48.037731+0000 mgr.smithi096.ejdhsd (mgr.14182) 268 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-16T02:12:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: cluster 2023-11-16T02:12:48.155403+0000 mgr.smithi096.ejdhsd (mgr.14182) 269 : cluster [DBG] pgmap v243: 65 pgs: 4 creating+peering, 38 active+clean, 23 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: cephadm 2023-11-16T02:12:48.160291+0000 mgr.smithi096.ejdhsd (mgr.14182) 270 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-16T02:12:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: cephadm 2023-11-16T02:12:48.160526+0000 mgr.smithi096.ejdhsd (mgr.14182) 271 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi096.vdchqc-rgw 2023-11-16T02:12:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: cephadm 2023-11-16T02:12:48.171286+0000 mgr.smithi096.ejdhsd (mgr.14182) 272 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi096.vdchqc on smithi096 2023-11-16T02:12:49.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: cluster 2023-11-16T02:12:48.466290+0000 mon.smithi096 (mon.0) 657 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-16T02:12:49.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: audit 2023-11-16T02:12:48.471681+0000 mon.smithi096 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-16T02:12:49.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: audit 2023-11-16T02:12:48.471990+0000 mon.smithi145 (mon.1) 20 : audit [INF] from='client.? 172.21.15.145:0/3419567508' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-16T02:12:49.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:49 smithi096 bash[25928]: audit 2023-11-16T02:12:49.273246+0000 mon.smithi096 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: cephadm 2023-11-16T02:12:48.029935+0000 mgr.smithi096.ejdhsd (mgr.14182) 267 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi096.vdchqc 2023-11-16T02:12:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: cephadm 2023-11-16T02:12:48.037731+0000 mgr.smithi096.ejdhsd (mgr.14182) 268 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-16T02:12:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: cluster 2023-11-16T02:12:48.155403+0000 mgr.smithi096.ejdhsd (mgr.14182) 269 : cluster [DBG] pgmap v243: 65 pgs: 4 creating+peering, 38 active+clean, 23 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:12:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: cephadm 2023-11-16T02:12:48.160291+0000 mgr.smithi096.ejdhsd (mgr.14182) 270 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-16T02:12:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: cephadm 2023-11-16T02:12:48.160526+0000 mgr.smithi096.ejdhsd (mgr.14182) 271 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi096.vdchqc-rgw 2023-11-16T02:12:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: cephadm 2023-11-16T02:12:48.171286+0000 mgr.smithi096.ejdhsd (mgr.14182) 272 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi096.vdchqc on smithi096 2023-11-16T02:12:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: cluster 2023-11-16T02:12:48.466290+0000 mon.smithi096 (mon.0) 657 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-16T02:12:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: audit 2023-11-16T02:12:48.471681+0000 mon.smithi096 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-16T02:12:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: audit 2023-11-16T02:12:48.471990+0000 mon.smithi145 (mon.1) 20 : audit [INF] from='client.? 172.21.15.145:0/3419567508' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-16T02:12:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:49 smithi145 bash[29583]: audit 2023-11-16T02:12:49.273246+0000 mon.smithi096 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:50.028 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-roman (2.0.0-3) ... 2023-11-16T02:12:50.490 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-11-16T02:12:50.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:50 smithi096 bash[25928]: audit 2023-11-16T02:12:49.477609+0000 mon.smithi096 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-16T02:12:50.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:50 smithi096 bash[25928]: cluster 2023-11-16T02:12:49.477830+0000 mon.smithi096 (mon.0) 661 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-16T02:12:51.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:50 smithi145 bash[29583]: audit 2023-11-16T02:12:49.477609+0000 mon.smithi096 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-16T02:12:51.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:50 smithi145 bash[29583]: cluster 2023-11-16T02:12:49.477830+0000 mon.smithi096 (mon.0) 661 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-16T02:12:51.207 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-olefile (0.45.1-1) ... 2023-11-16T02:12:51.587 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up sgml-base (1.29) ... 2023-11-16T02:12:51.739 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-11-16T02:12:52.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:51 smithi096 bash[25928]: cluster 2023-11-16T02:12:50.156214+0000 mgr.smithi096.ejdhsd (mgr.14182) 273 : cluster [DBG] pgmap v246: 97 pgs: 4 creating+peering, 64 active+clean, 29 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 1 op/s 2023-11-16T02:12:52.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:51 smithi096 bash[25928]: cluster 2023-11-16T02:12:50.781098+0000 mon.smithi096 (mon.0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-16T02:12:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:51 smithi096 bash[25928]: audit 2023-11-16T02:12:50.782033+0000 mon.smithi096 (mon.0) 663 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T02:12:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:51 smithi096 bash[25928]: audit 2023-11-16T02:12:50.786870+0000 mon.smithi096 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T02:12:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:51 smithi096 bash[25928]: audit 2023-11-16T02:12:50.787441+0000 mon.smithi145 (mon.1) 21 : audit [INF] from='client.? 172.21.15.145:0/3419567508' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T02:12:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:51 smithi096 bash[25928]: audit 2023-11-16T02:12:51.746201+0000 mon.smithi096 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:52.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:51 smithi096 bash[25928]: audit 2023-11-16T02:12:51.756233+0000 mon.smithi096 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:52.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:51 smithi145 bash[29583]: cluster 2023-11-16T02:12:50.156214+0000 mgr.smithi096.ejdhsd (mgr.14182) 273 : cluster [DBG] pgmap v246: 97 pgs: 4 creating+peering, 64 active+clean, 29 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 1 op/s 2023-11-16T02:12:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:51 smithi145 bash[29583]: cluster 2023-11-16T02:12:50.781098+0000 mon.smithi096 (mon.0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-16T02:12:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:51 smithi145 bash[29583]: audit 2023-11-16T02:12:50.782033+0000 mon.smithi096 (mon.0) 663 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T02:12:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:51 smithi145 bash[29583]: audit 2023-11-16T02:12:50.786870+0000 mon.smithi096 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T02:12:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:51 smithi145 bash[29583]: audit 2023-11-16T02:12:50.787441+0000 mon.smithi145 (mon.1) 21 : audit [INF] from='client.? 172.21.15.145:0/3419567508' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T02:12:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:51 smithi145 bash[29583]: audit 2023-11-16T02:12:51.746201+0000 mon.smithi096 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:51 smithi145 bash[29583]: audit 2023-11-16T02:12:51.756233+0000 mon.smithi096 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:52.393 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up xml-core (0.18) ... 2023-11-16T02:12:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:52 smithi096 bash[25928]: cephadm 2023-11-16T02:12:51.769458+0000 mgr.smithi096.ejdhsd (mgr.14182) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.wqkdzg on smithi145 2023-11-16T02:12:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:52 smithi096 bash[25928]: audit 2023-11-16T02:12:51.781706+0000 mon.smithi096 (mon.0) 667 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-16T02:12:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:52 smithi096 bash[25928]: audit 2023-11-16T02:12:51.781908+0000 mon.smithi096 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-16T02:12:53.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:52 smithi096 bash[25928]: cluster 2023-11-16T02:12:51.782030+0000 mon.smithi096 (mon.0) 669 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-16T02:12:53.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:52 smithi096 bash[25928]: cluster 2023-11-16T02:12:52.156699+0000 mgr.smithi096.ejdhsd (mgr.14182) 275 : cluster [DBG] pgmap v249: 129 pgs: 4 creating+peering, 82 active+clean, 43 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 1 op/s 2023-11-16T02:12:53.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:52 smithi145 bash[29583]: cephadm 2023-11-16T02:12:51.769458+0000 mgr.smithi096.ejdhsd (mgr.14182) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.wqkdzg on smithi145 2023-11-16T02:12:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:52 smithi145 bash[29583]: audit 2023-11-16T02:12:51.781706+0000 mon.smithi096 (mon.0) 667 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-16T02:12:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:52 smithi145 bash[29583]: audit 2023-11-16T02:12:51.781908+0000 mon.smithi096 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-16T02:12:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:52 smithi145 bash[29583]: cluster 2023-11-16T02:12:51.782030+0000 mon.smithi096 (mon.0) 669 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-16T02:12:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:52 smithi145 bash[29583]: cluster 2023-11-16T02:12:52.156699+0000 mgr.smithi096.ejdhsd (mgr.14182) 275 : cluster [DBG] pgmap v249: 129 pgs: 4 creating+peering, 82 active+clean, 43 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 1 op/s 2023-11-16T02:12:53.224 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-dateutil (2.6.1-1) ... 2023-11-16T02:12:53.527 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-11-16T02:12:54.102 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2023-11-16T02:12:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:53 smithi096 bash[25928]: cluster 2023-11-16T02:12:52.799171+0000 mon.smithi096 (mon.0) 670 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-16T02:12:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:53 smithi096 bash[25928]: audit 2023-11-16T02:12:52.801506+0000 mon.smithi096 (mon.0) 671 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T02:12:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:53 smithi096 bash[25928]: audit 2023-11-16T02:12:52.805685+0000 mon.smithi145 (mon.1) 22 : audit [INF] from='client.? 172.21.15.145:0/1786492652' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T02:12:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:53 smithi096 bash[25928]: audit 2023-11-16T02:12:52.808853+0000 mon.smithi096 (mon.0) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T02:12:54.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:53 smithi145 bash[29583]: cluster 2023-11-16T02:12:52.799171+0000 mon.smithi096 (mon.0) 670 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-16T02:12:54.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:53 smithi145 bash[29583]: audit 2023-11-16T02:12:52.801506+0000 mon.smithi096 (mon.0) 671 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T02:12:54.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:53 smithi145 bash[29583]: audit 2023-11-16T02:12:52.805685+0000 mon.smithi145 (mon.1) 22 : audit [INF] from='client.? 172.21.15.145:0/1786492652' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T02:12:54.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:53 smithi145 bash[29583]: audit 2023-11-16T02:12:52.808853+0000 mon.smithi096 (mon.0) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T02:12:54.231 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2023-11-16T02:12:54.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: audit 2023-11-16T02:12:53.804053+0000 mon.smithi096 (mon.0) 673 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-16T02:12:54.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: audit 2023-11-16T02:12:53.804204+0000 mon.smithi096 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-16T02:12:54.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: cluster 2023-11-16T02:12:53.804334+0000 mon.smithi096 (mon.0) 675 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-16T02:12:54.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: audit 2023-11-16T02:12:53.810318+0000 mon.smithi096 (mon.0) 676 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T02:12:54.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: audit 2023-11-16T02:12:53.810735+0000 mon.smithi145 (mon.1) 23 : audit [INF] from='client.? 172.21.15.145:0/1786492652' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T02:12:54.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: audit 2023-11-16T02:12:53.816446+0000 mon.smithi096 (mon.0) 677 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T02:12:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: cluster 2023-11-16T02:12:54.157510+0000 mgr.smithi096.ejdhsd (mgr.14182) 276 : cluster [DBG] pgmap v252: 161 pgs: 4 creating+peering, 110 active+clean, 47 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2023-11-16T02:12:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: audit 2023-11-16T02:12:54.290500+0000 mon.smithi096 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: audit 2023-11-16T02:12:54.805372+0000 mon.smithi096 (mon.0) 679 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T02:12:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: audit 2023-11-16T02:12:54.805504+0000 mon.smithi096 (mon.0) 680 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T02:12:54.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:54 smithi096 bash[25928]: cluster 2023-11-16T02:12:54.805570+0000 mon.smithi096 (mon.0) 681 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-16T02:12:54.925 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2023-11-16T02:12:55.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: audit 2023-11-16T02:12:53.804053+0000 mon.smithi096 (mon.0) 673 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-16T02:12:55.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: audit 2023-11-16T02:12:53.804204+0000 mon.smithi096 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-16T02:12:55.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: cluster 2023-11-16T02:12:53.804334+0000 mon.smithi096 (mon.0) 675 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-16T02:12:55.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: audit 2023-11-16T02:12:53.810318+0000 mon.smithi096 (mon.0) 676 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T02:12:55.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: audit 2023-11-16T02:12:53.810735+0000 mon.smithi145 (mon.1) 23 : audit [INF] from='client.? 172.21.15.145:0/1786492652' entity='client.rgw.foorgw.smithi145.ompmvw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T02:12:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: audit 2023-11-16T02:12:53.816446+0000 mon.smithi096 (mon.0) 677 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T02:12:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: cluster 2023-11-16T02:12:54.157510+0000 mgr.smithi096.ejdhsd (mgr.14182) 276 : cluster [DBG] pgmap v252: 161 pgs: 4 creating+peering, 110 active+clean, 47 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2023-11-16T02:12:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: audit 2023-11-16T02:12:54.290500+0000 mon.smithi096 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:12:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: audit 2023-11-16T02:12:54.805372+0000 mon.smithi096 (mon.0) 679 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi145.ompmvw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T02:12:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: audit 2023-11-16T02:12:54.805504+0000 mon.smithi096 (mon.0) 680 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T02:12:55.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:54 smithi145 bash[29583]: cluster 2023-11-16T02:12:54.805570+0000 mon.smithi096 (mon.0) 681 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-16T02:12:56.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:56 smithi096 bash[25928]: audit 2023-11-16T02:12:56.097986+0000 mon.smithi096 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.wqkdzg"}]: dispatch 2023-11-16T02:12:56.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:56 smithi145 bash[29583]: audit 2023-11-16T02:12:56.097986+0000 mon.smithi096 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.wqkdzg"}]: dispatch 2023-11-16T02:12:57.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: cephadm 2023-11-16T02:12:56.096730+0000 mgr.smithi096.ejdhsd (mgr.14182) 277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:12:57.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:12:57.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.wqkdzg ... 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.wqkdzg ... 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: cephadm 2023-11-16T02:12:56.097254+0000 mgr.smithi096.ejdhsd (mgr.14182) 278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: cephadm 2023-11-16T02:12:56.099822+0000 mgr.smithi096.ejdhsd (mgr.14182) 279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.wqkdzg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.wqkdzg ... 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: cephadm 2023-11-16T02:12:56.105017+0000 mgr.smithi096.ejdhsd (mgr.14182) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.ckmgir on smithi096 2023-11-16T02:12:57.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:57 smithi145 bash[29583]: cluster 2023-11-16T02:12:56.158523+0000 mgr.smithi096.ejdhsd (mgr.14182) 281 : cluster [DBG] pgmap v254: 161 pgs: 4 creating+peering, 143 active+clean, 14 unknown; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 5.3 KiB/s wr, 150 op/s 2023-11-16T02:12:57.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: cephadm 2023-11-16T02:12:56.096730+0000 mgr.smithi096.ejdhsd (mgr.14182) 277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:12:57.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:12:57.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.wqkdzg ... 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:12:57.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.wqkdzg ... 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: cephadm 2023-11-16T02:12:56.097254+0000 mgr.smithi096.ejdhsd (mgr.14182) 278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: cephadm 2023-11-16T02:12:56.099822+0000 mgr.smithi096.ejdhsd (mgr.14182) 279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.wqkdzg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-wqkdzg 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.wqkdzg 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.wqkdzg ... 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:12:57.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: cephadm 2023-11-16T02:12:56.105017+0000 mgr.smithi096.ejdhsd (mgr.14182) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.ckmgir on smithi096 2023-11-16T02:12:57.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:57 smithi096 bash[25928]: cluster 2023-11-16T02:12:56.158523+0000 mgr.smithi096.ejdhsd (mgr.14182) 281 : cluster [DBG] pgmap v254: 161 pgs: 4 creating+peering, 143 active+clean, 14 unknown; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 75 KiB/s rd, 5.3 KiB/s wr, 150 op/s 2023-11-16T02:12:59.504 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:12:59 smithi096 bash[25928]: cluster 2023-11-16T02:12:58.159572+0000 mgr.smithi096.ejdhsd (mgr.14182) 282 : cluster [DBG] pgmap v255: 161 pgs: 4 creating+peering, 157 active+clean; 3.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 5.2 KiB/s wr, 196 op/s 2023-11-16T02:12:59.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:12:59 smithi145 bash[29583]: cluster 2023-11-16T02:12:58.159572+0000 mgr.smithi096.ejdhsd (mgr.14182) 282 : cluster [DBG] pgmap v255: 161 pgs: 4 creating+peering, 157 active+clean; 3.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 5.2 KiB/s wr, 196 op/s 2023-11-16T02:13:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: cephadm 2023-11-16T02:13:00.028204+0000 mgr.smithi096.ejdhsd (mgr.14182) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.ckmgir ... 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:01.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:01.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.ckmgir ... 2023-11-16T02:13:01.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:01.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: cephadm 2023-11-16T02:13:00.028480+0000 mgr.smithi096.ejdhsd (mgr.14182) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: audit 2023-11-16T02:13:00.028959+0000 mon.smithi096 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.ckmgir"}]: dispatch 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: cephadm 2023-11-16T02:13:00.030391+0000 mgr.smithi096.ejdhsd (mgr.14182) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.ckmgir on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.ckmgir ... 2023-11-16T02:13:01.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:01.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:01.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:01.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: audit 2023-11-16T02:13:00.035688+0000 mon.smithi096 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:01.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: cephadm 2023-11-16T02:13:00.036088+0000 mgr.smithi096.ejdhsd (mgr.14182) 286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.ocqgda on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:01.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: cephadm 2023-11-16T02:13:00.038145+0000 mgr.smithi096.ejdhsd (mgr.14182) 287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.bazggn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:01.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: cluster 2023-11-16T02:13:00.039191+0000 mgr.smithi096.ejdhsd (mgr.14182) 288 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 KiB/s rd, 5.4 KiB/s wr, 250 op/s 2023-11-16T02:13:01.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:00 smithi096 bash[25928]: audit 2023-11-16T02:13:00.039326+0000 mon.smithi096 (mon.0) 685 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:13:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: cephadm 2023-11-16T02:13:00.028204+0000 mgr.smithi096.ejdhsd (mgr.14182) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.ckmgir ... 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:01.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.ckmgir ... 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: cephadm 2023-11-16T02:13:00.028480+0000 mgr.smithi096.ejdhsd (mgr.14182) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: audit 2023-11-16T02:13:00.028959+0000 mon.smithi096 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.ckmgir"}]: dispatch 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: cephadm 2023-11-16T02:13:00.030391+0000 mgr.smithi096.ejdhsd (mgr.14182) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.ckmgir on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ckmgir 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ckmgir 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.ckmgir ... 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:01.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:01.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:01.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:00 smithi145 bash[29583]: audit 2023-11-16T02:13:00.035688+0000 mon.smithi096 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:01.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:01 smithi145 bash[29583]: cephadm 2023-11-16T02:13:00.036088+0000 mgr.smithi096.ejdhsd (mgr.14182) 286 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.ocqgda on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:01.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:01 smithi145 bash[29583]: cephadm 2023-11-16T02:13:00.038145+0000 mgr.smithi096.ejdhsd (mgr.14182) 287 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.bazggn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:01.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:01 smithi145 bash[29583]: cluster 2023-11-16T02:13:00.039191+0000 mgr.smithi096.ejdhsd (mgr.14182) 288 : cluster [DBG] pgmap v256: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 KiB/s rd, 5.4 KiB/s wr, 250 op/s 2023-11-16T02:13:01.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:01 smithi145 bash[29583]: audit 2023-11-16T02:13:00.039326+0000 mon.smithi096 (mon.0) 685 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:13:02.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:01 smithi145 bash[29583]: cluster 2023-11-16T02:13:01.033824+0000 mon.smithi096 (mon.0) 686 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:13:02.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:01 smithi096 bash[25928]: cluster 2023-11-16T02:13:01.033824+0000 mon.smithi096 (mon.0) 686 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:13:03.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:03 smithi096 bash[25928]: cluster 2023-11-16T02:13:02.040431+0000 mgr.smithi096.ejdhsd (mgr.14182) 289 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 4.7 KiB/s wr, 240 op/s 2023-11-16T02:13:03.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:03 smithi145 bash[29583]: cluster 2023-11-16T02:13:02.040431+0000 mgr.smithi096.ejdhsd (mgr.14182) 289 : cluster [DBG] pgmap v257: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 124 KiB/s rd, 4.7 KiB/s wr, 240 op/s 2023-11-16T02:13:05.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:05 smithi096 bash[25928]: cluster 2023-11-16T02:13:04.041916+0000 mgr.smithi096.ejdhsd (mgr.14182) 290 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 3.9 KiB/s wr, 212 op/s 2023-11-16T02:13:05.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:05 smithi096 bash[25928]: audit 2023-11-16T02:13:04.309007+0000 mon.smithi096 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:05.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:05 smithi145 bash[29583]: cluster 2023-11-16T02:13:04.041916+0000 mgr.smithi096.ejdhsd (mgr.14182) 290 : cluster [DBG] pgmap v258: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 3.9 KiB/s wr, 212 op/s 2023-11-16T02:13:05.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:05 smithi145 bash[29583]: audit 2023-11-16T02:13:04.309007+0000 mon.smithi096 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: audit 2023-11-16T02:13:05.906656+0000 mon.smithi096 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: cluster 2023-11-16T02:13:06.043372+0000 mgr.smithi096.ejdhsd (mgr.14182) 291 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 KiB/s rd, 2.8 KiB/s wr, 205 op/s 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: audit 2023-11-16T02:13:06.139072+0000 mon.smithi096 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: audit 2023-11-16T02:13:06.140683+0000 mon.smithi096 (mon.0) 690 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: audit 2023-11-16T02:13:06.141932+0000 mon.smithi096 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: cephadm 2023-11-16T02:13:06.149947+0000 mgr.smithi096.ejdhsd (mgr.14182) 292 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: audit 2023-11-16T02:13:06.552990+0000 mon.smithi096 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: audit 2023-11-16T02:13:06.560379+0000 mon.smithi096 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: audit 2023-11-16T02:13:06.567660+0000 mon.smithi096 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: cluster 2023-11-16T02:13:06.570839+0000 mgr.smithi096.ejdhsd (mgr.14182) 293 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 1.8 KiB/s wr, 162 op/s 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: audit 2023-11-16T02:13:06.581389+0000 mon.smithi096 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: audit 2023-11-16T02:13:06.599152+0000 mon.smithi096 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:06 smithi096 bash[25928]: cephadm 2023-11-16T02:13:06.605844+0000 mgr.smithi096.ejdhsd (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.vwjuvt on smithi145 2023-11-16T02:13:07.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: audit 2023-11-16T02:13:05.906656+0000 mon.smithi096 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: cluster 2023-11-16T02:13:06.043372+0000 mgr.smithi096.ejdhsd (mgr.14182) 291 : cluster [DBG] pgmap v259: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 KiB/s rd, 2.8 KiB/s wr, 205 op/s 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: audit 2023-11-16T02:13:06.139072+0000 mon.smithi096 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: audit 2023-11-16T02:13:06.140683+0000 mon.smithi096 (mon.0) 690 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: audit 2023-11-16T02:13:06.141932+0000 mon.smithi096 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: cephadm 2023-11-16T02:13:06.149947+0000 mgr.smithi096.ejdhsd (mgr.14182) 292 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: audit 2023-11-16T02:13:06.552990+0000 mon.smithi096 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: audit 2023-11-16T02:13:06.560379+0000 mon.smithi096 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: audit 2023-11-16T02:13:06.567660+0000 mon.smithi096 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: cluster 2023-11-16T02:13:06.570839+0000 mgr.smithi096.ejdhsd (mgr.14182) 293 : cluster [DBG] pgmap v260: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 KiB/s rd, 1.8 KiB/s wr, 162 op/s 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: audit 2023-11-16T02:13:06.581389+0000 mon.smithi096 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:13:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: audit 2023-11-16T02:13:06.599152+0000 mon.smithi096 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:06 smithi145 bash[29583]: cephadm 2023-11-16T02:13:06.605844+0000 mgr.smithi096.ejdhsd (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.vwjuvt on smithi145 2023-11-16T02:13:08.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:07 smithi145 bash[29583]: cluster 2023-11-16T02:13:06.905148+0000 mon.smithi096 (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:13:08.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:07 smithi145 bash[29583]: cluster 2023-11-16T02:13:06.905178+0000 mon.smithi096 (mon.0) 698 : cluster [INF] Cluster is now healthy 2023-11-16T02:13:08.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:07 smithi096 bash[25928]: cluster 2023-11-16T02:13:06.905148+0000 mon.smithi096 (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:13:08.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:07 smithi096 bash[25928]: cluster 2023-11-16T02:13:06.905178+0000 mon.smithi096 (mon.0) 698 : cluster [INF] Cluster is now healthy 2023-11-16T02:13:09.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:08 smithi096 bash[25928]: cluster 2023-11-16T02:13:08.572176+0000 mgr.smithi096.ejdhsd (mgr.14182) 295 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 1.1 KiB/s wr, 122 op/s 2023-11-16T02:13:09.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:08 smithi145 bash[29583]: cluster 2023-11-16T02:13:08.572176+0000 mgr.smithi096.ejdhsd (mgr.14182) 295 : cluster [DBG] pgmap v261: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 1.1 KiB/s wr, 122 op/s 2023-11-16T02:13:10.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:10 smithi096 bash[25928]: audit 2023-11-16T02:13:09.322130+0000 mon.smithi096 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:10.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:10 smithi145 bash[29583]: audit 2023-11-16T02:13:09.322130+0000 mon.smithi096 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: cephadm 2023-11-16T02:13:10.352472+0000 mgr.smithi096.ejdhsd (mgr.14182) 296 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.vwjuvt ... 2023-11-16T02:13:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:11.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.vwjuvt ... 2023-11-16T02:13:11.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:11.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:11.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:11.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: cephadm 2023-11-16T02:13:10.352811+0000 mgr.smithi096.ejdhsd (mgr.14182) 297 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: audit 2023-11-16T02:13:10.353345+0000 mon.smithi096 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.vwjuvt"}]: dispatch 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: cephadm 2023-11-16T02:13:10.354584+0000 mgr.smithi096.ejdhsd (mgr.14182) 298 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.vwjuvt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.vwjuvt ... 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:11.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:11.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: cephadm 2023-11-16T02:13:10.356813+0000 mgr.smithi096.ejdhsd (mgr.14182) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.vnwklj on smithi096 2023-11-16T02:13:11.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:11 smithi096 bash[25928]: cluster 2023-11-16T02:13:10.573207+0000 mgr.smithi096.ejdhsd (mgr.14182) 300 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 97 B/s wr, 69 op/s 2023-11-16T02:13:11.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: cephadm 2023-11-16T02:13:10.352472+0000 mgr.smithi096.ejdhsd (mgr.14182) 296 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:11.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:11.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.vwjuvt ... 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.vwjuvt ... 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: cephadm 2023-11-16T02:13:10.352811+0000 mgr.smithi096.ejdhsd (mgr.14182) 297 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: audit 2023-11-16T02:13:10.353345+0000 mon.smithi096 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.vwjuvt"}]: dispatch 2023-11-16T02:13:11.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: cephadm 2023-11-16T02:13:10.354584+0000 mgr.smithi096.ejdhsd (mgr.14182) 298 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.vwjuvt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-vwjuvt 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.vwjuvt 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.vwjuvt ... 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:11.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: cephadm 2023-11-16T02:13:10.356813+0000 mgr.smithi096.ejdhsd (mgr.14182) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.vnwklj on smithi096 2023-11-16T02:13:11.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:11 smithi145 bash[29583]: cluster 2023-11-16T02:13:10.573207+0000 mgr.smithi096.ejdhsd (mgr.14182) 300 : cluster [DBG] pgmap v262: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 97 B/s wr, 69 op/s 2023-11-16T02:13:13.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:13 smithi145 bash[29583]: cluster 2023-11-16T02:13:12.574306+0000 mgr.smithi096.ejdhsd (mgr.14182) 301 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 194 B/s wr, 55 op/s 2023-11-16T02:13:14.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:13 smithi096 bash[25928]: cluster 2023-11-16T02:13:12.574306+0000 mgr.smithi096.ejdhsd (mgr.14182) 301 : cluster [DBG] pgmap v263: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 194 B/s wr, 55 op/s 2023-11-16T02:13:14.585 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for sgml-base (1.29) ... 2023-11-16T02:13:14.716 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2023-11-16T02:13:14.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:14 smithi096 bash[25928]: audit 2023-11-16T02:13:14.240546+0000 mon.smithi096 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.vnwklj"}]: dispatch 2023-11-16T02:13:14.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:14 smithi096 bash[25928]: audit 2023-11-16T02:13:14.258244+0000 mon.smithi096 (mon.0) 702 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:13:14.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:14 smithi096 bash[25928]: audit 2023-11-16T02:13:14.334781+0000 mon.smithi096 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:14.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:14 smithi145 bash[29583]: audit 2023-11-16T02:13:14.240546+0000 mon.smithi096 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.vnwklj"}]: dispatch 2023-11-16T02:13:14.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:14 smithi145 bash[29583]: audit 2023-11-16T02:13:14.258244+0000 mon.smithi096 (mon.0) 702 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:13:14.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:14 smithi145 bash[29583]: audit 2023-11-16T02:13:14.334781+0000 mon.smithi096 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:15.140 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for sgml-base (1.29) ... 2023-11-16T02:13:15.303 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2023-11-16T02:13:15.645 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-11-16T02:13:15.699 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-11-16T02:13:15.744 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-11-16T02:13:15.786 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-11-16T02:13:15.827 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-11-16T02:13:15.861 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-11-16T02:13:15.887 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-11-16T02:13:15.910 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: cephadm 2023-11-16T02:13:14.239626+0000 mgr.smithi096.ejdhsd (mgr.14182) 302 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.vnwklj ... 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:15.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:15.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:15.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.vnwklj ... 2023-11-16T02:13:15.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:15.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:15.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:15.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:15.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:15.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: cephadm 2023-11-16T02:13:14.239987+0000 mgr.smithi096.ejdhsd (mgr.14182) 303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:15.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: cephadm 2023-11-16T02:13:14.242183+0000 mgr.smithi096.ejdhsd (mgr.14182) 304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.vnwklj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:15.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.vnwklj ... 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: cephadm 2023-11-16T02:13:14.246638+0000 mgr.smithi096.ejdhsd (mgr.14182) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.gpgwcr on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:15.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: cephadm 2023-11-16T02:13:14.251004+0000 mgr.smithi096.ejdhsd (mgr.14182) 306 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:15.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: cluster 2023-11-16T02:13:14.253291+0000 mgr.smithi096.ejdhsd (mgr.14182) 307 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 200 B/s wr, 47 op/s 2023-11-16T02:13:15.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:15 smithi145 bash[29583]: cluster 2023-11-16T02:13:14.631725+0000 mon.smithi096 (mon.0) 704 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:13:15.937 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-11-16T02:13:15.963 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-11-16T02:13:15.988 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-11-16T02:13:16.005 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-11-16T02:13:16.031 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: cephadm 2023-11-16T02:13:14.239626+0000 mgr.smithi096.ejdhsd (mgr.14182) 302 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.vnwklj ... 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:16.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:16.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.vnwklj ... 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: cephadm 2023-11-16T02:13:14.239987+0000 mgr.smithi096.ejdhsd (mgr.14182) 303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: cephadm 2023-11-16T02:13:14.242183+0000 mgr.smithi096.ejdhsd (mgr.14182) 304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.vnwklj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:16.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vnwklj 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vnwklj 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.vnwklj ... 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: cephadm 2023-11-16T02:13:14.246638+0000 mgr.smithi096.ejdhsd (mgr.14182) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.gpgwcr on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: cephadm 2023-11-16T02:13:14.251004+0000 mgr.smithi096.ejdhsd (mgr.14182) 306 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: cluster 2023-11-16T02:13:14.253291+0000 mgr.smithi096.ejdhsd (mgr.14182) 307 : cluster [DBG] pgmap v264: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 200 B/s wr, 47 op/s 2023-11-16T02:13:16.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:15 smithi096 bash[25928]: cluster 2023-11-16T02:13:14.631725+0000 mon.smithi096 (mon.0) 704 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:13:16.405 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-11-16T02:13:16.790 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-11-16T02:13:17.091 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-boto3 (1.4.2-1) ... 2023-11-16T02:13:17.754 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:13:17.814 INFO:teuthology.orchestra.run.smithi096.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-11-16T02:13:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:17 smithi145 bash[29583]: cluster 2023-11-16T02:13:16.254569+0000 mgr.smithi096.ejdhsd (mgr.14182) 308 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 200 B/s wr, 28 op/s 2023-11-16T02:13:18.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:17 smithi096 bash[25928]: cluster 2023-11-16T02:13:16.254569+0000 mgr.smithi096.ejdhsd (mgr.14182) 308 : cluster [DBG] pgmap v265: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 200 B/s wr, 28 op/s 2023-11-16T02:13:19.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:19 smithi145 bash[29583]: cluster 2023-11-16T02:13:18.255990+0000 mgr.smithi096.ejdhsd (mgr.14182) 309 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 175 B/s wr, 24 op/s 2023-11-16T02:13:20.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:19 smithi096 bash[25928]: cluster 2023-11-16T02:13:18.255990+0000 mgr.smithi096.ejdhsd (mgr.14182) 309 : cluster [DBG] pgmap v266: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 175 B/s wr, 24 op/s 2023-11-16T02:13:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:21 smithi096 bash[25928]: audit 2023-11-16T02:13:20.167373+0000 mon.smithi096 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:21 smithi096 bash[25928]: cluster 2023-11-16T02:13:20.257323+0000 mgr.smithi096.ejdhsd (mgr.14182) 310 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 175 B/s wr, 16 op/s 2023-11-16T02:13:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:21 smithi096 bash[25928]: audit 2023-11-16T02:13:20.481090+0000 mon.smithi096 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:21 smithi096 bash[25928]: audit 2023-11-16T02:13:20.483154+0000 mon.smithi096 (mon.0) 707 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:21 smithi096 bash[25928]: audit 2023-11-16T02:13:20.484966+0000 mon.smithi096 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:13:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:21 smithi096 bash[25928]: cephadm 2023-11-16T02:13:20.494067+0000 mgr.smithi096.ejdhsd (mgr.14182) 311 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-16T02:13:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:21 smithi096 bash[25928]: audit 2023-11-16T02:13:20.750657+0000 mon.smithi096 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:21 smithi096 bash[25928]: audit 2023-11-16T02:13:20.757798+0000 mon.smithi096 (mon.0) 710 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:13:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:21 smithi096 bash[25928]: audit 2023-11-16T02:13:20.770777+0000 mon.smithi096 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:21 smithi145 bash[29583]: audit 2023-11-16T02:13:20.167373+0000 mon.smithi096 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:21 smithi145 bash[29583]: cluster 2023-11-16T02:13:20.257323+0000 mgr.smithi096.ejdhsd (mgr.14182) 310 : cluster [DBG] pgmap v267: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 175 B/s wr, 16 op/s 2023-11-16T02:13:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:21 smithi145 bash[29583]: audit 2023-11-16T02:13:20.481090+0000 mon.smithi096 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:21 smithi145 bash[29583]: audit 2023-11-16T02:13:20.483154+0000 mon.smithi096 (mon.0) 707 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:13:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:21 smithi145 bash[29583]: audit 2023-11-16T02:13:20.484966+0000 mon.smithi096 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:13:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:21 smithi145 bash[29583]: cephadm 2023-11-16T02:13:20.494067+0000 mgr.smithi096.ejdhsd (mgr.14182) 311 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-16T02:13:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:21 smithi145 bash[29583]: audit 2023-11-16T02:13:20.750657+0000 mon.smithi096 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:21 smithi145 bash[29583]: audit 2023-11-16T02:13:20.757798+0000 mon.smithi096 (mon.0) 710 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:13:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:21 smithi145 bash[29583]: audit 2023-11-16T02:13:20.770777+0000 mon.smithi096 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:22.200 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 2023-11-16T02:13:22.234 INFO:teuthology.orchestra.run.smithi096.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f94e7380824ed7d68c996c4c1e29ccce9634d15592a525871e481b74ad1cb87c 2023-11-16T02:13:22.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:22 smithi096 bash[25928]: cluster 2023-11-16T02:13:20.751655+0000 mgr.smithi096.ejdhsd (mgr.14182) 312 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 100 B/s wr, 7 op/s 2023-11-16T02:13:22.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:22 smithi096 bash[25928]: cephadm 2023-11-16T02:13:20.775263+0000 mgr.smithi096.ejdhsd (mgr.14182) 313 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.gqwiaw on smithi145 2023-11-16T02:13:22.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:22 smithi096 bash[25928]: cluster 2023-11-16T02:13:21.165733+0000 mon.smithi096 (mon.0) 712 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:13:22.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:22 smithi096 bash[25928]: cluster 2023-11-16T02:13:21.165815+0000 mon.smithi096 (mon.0) 713 : cluster [INF] Cluster is now healthy 2023-11-16T02:13:22.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:22 smithi145 bash[29583]: cluster 2023-11-16T02:13:20.751655+0000 mgr.smithi096.ejdhsd (mgr.14182) 312 : cluster [DBG] pgmap v268: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 100 B/s wr, 7 op/s 2023-11-16T02:13:22.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:22 smithi145 bash[29583]: cephadm 2023-11-16T02:13:20.775263+0000 mgr.smithi096.ejdhsd (mgr.14182) 313 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.gqwiaw on smithi145 2023-11-16T02:13:22.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:22 smithi145 bash[29583]: cluster 2023-11-16T02:13:21.165733+0000 mon.smithi096 (mon.0) 712 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:13:22.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:22 smithi145 bash[29583]: cluster 2023-11-16T02:13:21.165815+0000 mon.smithi096 (mon.0) 713 : cluster [INF] Cluster is now healthy 2023-11-16T02:13:24.436 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:24 smithi096 bash[25928]: cluster 2023-11-16T02:13:22.752762+0000 mgr.smithi096.ejdhsd (mgr.14182) 314 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-16T02:13:24.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:24 smithi145 bash[29583]: cluster 2023-11-16T02:13:22.752762+0000 mgr.smithi096.ejdhsd (mgr.14182) 314 : cluster [DBG] pgmap v269: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-16T02:13:25.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:25 smithi096 bash[25928]: audit 2023-11-16T02:13:24.779844+0000 mon.smithi096 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.gqwiaw"}]: dispatch 2023-11-16T02:13:25.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:25 smithi145 bash[29583]: audit 2023-11-16T02:13:24.779844+0000 mon.smithi096 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.gqwiaw"}]: dispatch 2023-11-16T02:13:26.292 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: cluster 2023-11-16T02:13:24.753977+0000 mgr.smithi096.ejdhsd (mgr.14182) 315 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-16T02:13:26.292 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: cephadm 2023-11-16T02:13:24.778693+0000 mgr.smithi096.ejdhsd (mgr.14182) 316 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.292 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:26.292 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.292 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.292 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:26.292 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.292 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.gqwiaw ... 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:26.293 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.gqwiaw ... 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: cephadm 2023-11-16T02:13:24.779200+0000 mgr.smithi096.ejdhsd (mgr.14182) 317 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: cephadm 2023-11-16T02:13:24.781756+0000 mgr.smithi096.ejdhsd (mgr.14182) 318 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.294 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.295 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:26.295 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.295 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.gqwiaw ... 2023-11-16T02:13:26.295 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.295 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:26.295 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:26.295 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:26.295 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.295 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:26 smithi096 bash[25928]: cephadm 2023-11-16T02:13:24.786658+0000 mgr.smithi096.ejdhsd (mgr.14182) 319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.mntkhq on smithi096 2023-11-16T02:13:26.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: cluster 2023-11-16T02:13:24.753977+0000 mgr.smithi096.ejdhsd (mgr.14182) 315 : cluster [DBG] pgmap v270: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-16T02:13:26.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: cephadm 2023-11-16T02:13:24.778693+0000 mgr.smithi096.ejdhsd (mgr.14182) 316 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.gqwiaw ... 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:26.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.gqwiaw ... 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:26.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: cephadm 2023-11-16T02:13:24.779200+0000 mgr.smithi096.ejdhsd (mgr.14182) 317 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: cephadm 2023-11-16T02:13:24.781756+0000 mgr.smithi096.ejdhsd (mgr.14182) 318 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.gqwiaw ... 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:26.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:26.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:26.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:26.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:26 smithi145 bash[29583]: cephadm 2023-11-16T02:13:24.786658+0000 mgr.smithi096.ejdhsd (mgr.14182) 319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.mntkhq on smithi096 2023-11-16T02:13:26.913 INFO:teuthology.run_tasks:Running task python... 2023-11-16T02:13:26.924 INFO:tasks.python:Running python on role host.a host ubuntu@smithi096.front.sepia.ceph.com 2023-11-16T02:13:26.924 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-16T02:13:26.924 DEBUG:teuthology.orchestra.run.smithi096:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-11-16T02:13:28.503 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:28 smithi096 bash[25928]: cluster 2023-11-16T02:13:26.755021+0000 mgr.smithi096.ejdhsd (mgr.14182) 320 : cluster [DBG] pgmap v271: 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-16T02:13:28.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:28 smithi145 bash[29583]: cluster 2023-11-16T02:13:26.755021+0000 mgr.smithi096.ejdhsd (mgr.14182) 320 : cluster [DBG] pgmap v271: 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-16T02:13:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: cluster 2023-11-16T02:13:28.206593+0000 mon.smithi096 (mon.0) 715 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-16T02:13:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: audit 2023-11-16T02:13:28.208349+0000 mon.smithi096 (mon.0) 716 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-16T02:13:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: cephadm 2023-11-16T02:13:28.566026+0000 mgr.smithi096.ejdhsd (mgr.14182) 321 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.mntkhq ... 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.mntkhq ... 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: cephadm 2023-11-16T02:13:28.566568+0000 mgr.smithi096.ejdhsd (mgr.14182) 322 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: audit 2023-11-16T02:13:28.567356+0000 mon.smithi096 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.mntkhq"}]: dispatch 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: cephadm 2023-11-16T02:13:28.568960+0000 mgr.smithi096.ejdhsd (mgr.14182) 323 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:29.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.mntkhq ... 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: cephadm 2023-11-16T02:13:28.573335+0000 mgr.smithi096.ejdhsd (mgr.14182) 324 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: cephadm 2023-11-16T02:13:28.577256+0000 mgr.smithi096.ejdhsd (mgr.14182) 325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:29.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:29 smithi096 bash[25928]: cluster 2023-11-16T02:13:28.578533+0000 mgr.smithi096.ejdhsd (mgr.14182) 326 : cluster [DBG] pgmap v273: 193 pgs: 32 unknown, 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 123 B/s wr, 3 op/s 2023-11-16T02:13:29.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: cluster 2023-11-16T02:13:28.206593+0000 mon.smithi096 (mon.0) 715 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: audit 2023-11-16T02:13:28.208349+0000 mon.smithi096 (mon.0) 716 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: cephadm 2023-11-16T02:13:28.566026+0000 mgr.smithi096.ejdhsd (mgr.14182) 321 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.mntkhq ... 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:29.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:29.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.mntkhq ... 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: cephadm 2023-11-16T02:13:28.566568+0000 mgr.smithi096.ejdhsd (mgr.14182) 322 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: audit 2023-11-16T02:13:28.567356+0000 mon.smithi096 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.mntkhq"}]: dispatch 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: cephadm 2023-11-16T02:13:28.568960+0000 mgr.smithi096.ejdhsd (mgr.14182) 323 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:13:29.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq 2023-11-16T02:13:29.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.mntkhq ... 2023-11-16T02:13:29.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:13:29.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:13:29.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:13:29.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:13:29.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: cephadm 2023-11-16T02:13:28.573335+0000 mgr.smithi096.ejdhsd (mgr.14182) 324 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:29.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: cephadm 2023-11-16T02:13:28.577256+0000 mgr.smithi096.ejdhsd (mgr.14182) 325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:13:29.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:29 smithi145 bash[29583]: cluster 2023-11-16T02:13:28.578533+0000 mgr.smithi096.ejdhsd (mgr.14182) 326 : cluster [DBG] pgmap v273: 193 pgs: 32 unknown, 161 active+clean; 5.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 123 B/s wr, 3 op/s 2023-11-16T02:13:30.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:30 smithi096 bash[25928]: cluster 2023-11-16T02:13:29.201109+0000 mon.smithi096 (mon.0) 718 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:13:30.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:30 smithi096 bash[25928]: audit 2023-11-16T02:13:29.219885+0000 mon.smithi096 (mon.0) 719 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-16T02:13:30.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:30 smithi096 bash[25928]: cluster 2023-11-16T02:13:29.220173+0000 mon.smithi096 (mon.0) 720 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-16T02:13:30.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:30 smithi096 bash[25928]: audit 2023-11-16T02:13:29.226162+0000 mon.smithi096 (mon.0) 721 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T02:13:30.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:30 smithi096 bash[25928]: audit 2023-11-16T02:13:29.353960+0000 mon.smithi096 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:30.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:30 smithi145 bash[29583]: cluster 2023-11-16T02:13:29.201109+0000 mon.smithi096 (mon.0) 718 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:13:30.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:30 smithi145 bash[29583]: audit 2023-11-16T02:13:29.219885+0000 mon.smithi096 (mon.0) 719 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-16T02:13:30.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:30 smithi145 bash[29583]: cluster 2023-11-16T02:13:29.220173+0000 mon.smithi096 (mon.0) 720 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-16T02:13:30.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:30 smithi145 bash[29583]: audit 2023-11-16T02:13:29.226162+0000 mon.smithi096 (mon.0) 721 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T02:13:30.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:30 smithi145 bash[29583]: audit 2023-11-16T02:13:29.353960+0000 mon.smithi096 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:31.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:31 smithi096 bash[25928]: audit 2023-11-16T02:13:30.221463+0000 mon.smithi096 (mon.0) 723 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T02:13:31.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:31 smithi096 bash[25928]: cluster 2023-11-16T02:13:30.221614+0000 mon.smithi096 (mon.0) 724 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-16T02:13:31.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:31 smithi096 bash[25928]: cluster 2023-11-16T02:13:30.579552+0000 mgr.smithi096.ejdhsd (mgr.14182) 327 : cluster [DBG] pgmap v276: 193 pgs: 22 unknown, 171 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 351 B/s wr, 2 op/s 2023-11-16T02:13:31.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:31 smithi145 bash[29583]: audit 2023-11-16T02:13:30.221463+0000 mon.smithi096 (mon.0) 723 : audit [INF] from='client.? 172.21.15.96:0/989153320' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T02:13:31.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:31 smithi145 bash[29583]: cluster 2023-11-16T02:13:30.221614+0000 mon.smithi096 (mon.0) 724 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-16T02:13:31.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:31 smithi145 bash[29583]: cluster 2023-11-16T02:13:30.579552+0000 mgr.smithi096.ejdhsd (mgr.14182) 327 : cluster [DBG] pgmap v276: 193 pgs: 22 unknown, 171 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 351 B/s wr, 2 op/s 2023-11-16T02:13:32.310 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T02:13:32.321 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi096.front.sepia.ceph.com 2023-11-16T02:13:32.322 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-11-16T02:13:32.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:32 smithi096 bash[25928]: cluster 2023-11-16T02:13:31.243447+0000 mon.smithi096 (mon.0) 725 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-16T02:13:32.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:32 smithi096 bash[25928]: audit 2023-11-16T02:13:31.246823+0000 mon.smithi096 (mon.0) 726 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-16T02:13:32.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:32 smithi145 bash[29583]: cluster 2023-11-16T02:13:31.243447+0000 mon.smithi096 (mon.0) 725 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-16T02:13:32.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:32 smithi145 bash[29583]: audit 2023-11-16T02:13:31.246823+0000 mon.smithi096 (mon.0) 726 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-16T02:13:33.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:33 smithi096 bash[25928]: audit 2023-11-16T02:13:32.245257+0000 mon.smithi096 (mon.0) 727 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-16T02:13:33.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:33 smithi096 bash[25928]: cluster 2023-11-16T02:13:32.245494+0000 mon.smithi096 (mon.0) 728 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-16T02:13:33.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:33 smithi096 bash[25928]: cluster 2023-11-16T02:13:32.580630+0000 mgr.smithi096.ejdhsd (mgr.14182) 328 : cluster [DBG] pgmap v279: 225 pgs: 3 creating+peering, 41 unknown, 181 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 2 op/s 2023-11-16T02:13:33.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:33 smithi145 bash[29583]: audit 2023-11-16T02:13:32.245257+0000 mon.smithi096 (mon.0) 727 : audit [INF] from='client.? 172.21.15.96:0/1651639716' entity='client.rgw.foorgw.smithi096.fgqhel' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-16T02:13:33.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:33 smithi145 bash[29583]: cluster 2023-11-16T02:13:32.245494+0000 mon.smithi096 (mon.0) 728 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-16T02:13:33.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:33 smithi145 bash[29583]: cluster 2023-11-16T02:13:32.580630+0000 mgr.smithi096.ejdhsd (mgr.14182) 328 : cluster [DBG] pgmap v279: 225 pgs: 3 creating+peering, 41 unknown, 181 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 2 op/s 2023-11-16T02:13:34.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:34 smithi096 bash[25928]: cluster 2023-11-16T02:13:33.260833+0000 mon.smithi096 (mon.0) 729 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-16T02:13:34.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:34 smithi145 bash[29583]: cluster 2023-11-16T02:13:33.260833+0000 mon.smithi096 (mon.0) 729 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-16T02:13:35.536 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:35 smithi096 bash[25928]: cluster 2023-11-16T02:13:34.581329+0000 mgr.smithi096.ejdhsd (mgr.14182) 329 : cluster [DBG] pgmap v281: 225 pgs: 3 creating+peering, 17 unknown, 205 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 938 B/s wr, 5 op/s 2023-11-16T02:13:35.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:35 smithi145 bash[29583]: cluster 2023-11-16T02:13:34.581329+0000 mgr.smithi096.ejdhsd (mgr.14182) 329 : cluster [DBG] pgmap v281: 225 pgs: 3 creating+peering, 17 unknown, 205 active+clean; 6.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 938 B/s wr, 5 op/s 2023-11-16T02:13:36.114 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2023-11-16T02:13:36.114 INFO:teuthology.orchestra.run.smithi096.stdout: "bind": "/foouser", 2023-11-16T02:13:36.114 INFO:teuthology.orchestra.run.smithi096.stdout: "path": "/", 2023-11-16T02:13:36.114 INFO:teuthology.orchestra.run.smithi096.stdout: "cluster": "foo", 2023-11-16T02:13:36.114 INFO:teuthology.orchestra.run.smithi096.stdout: "mode": "RW", 2023-11-16T02:13:36.114 INFO:teuthology.orchestra.run.smithi096.stdout: "squash": "none" 2023-11-16T02:13:36.114 INFO:teuthology.orchestra.run.smithi096.stdout:} 2023-11-16T02:13:36.802 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-16T02:13:36.813 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-16T02:13:36.813 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:13:37.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:37 smithi145 bash[29583]: audit 2023-11-16T02:13:35.915918+0000 mgr.smithi096.ejdhsd (mgr.14182) 330 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:13:37.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:37 smithi145 bash[29583]: cluster 2023-11-16T02:13:36.583664+0000 mgr.smithi096.ejdhsd (mgr.14182) 331 : cluster [DBG] pgmap v282: 225 pgs: 3 creating+peering, 222 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.3 KiB/s wr, 6 op/s 2023-11-16T02:13:37.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:37 smithi145 bash[29583]: audit 2023-11-16T02:13:37.258222+0000 mon.smithi096 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:37.980 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:37 smithi096 bash[25928]: audit 2023-11-16T02:13:35.915918+0000 mgr.smithi096.ejdhsd (mgr.14182) 330 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T02:13:37.980 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:37 smithi096 bash[25928]: cluster 2023-11-16T02:13:36.583664+0000 mgr.smithi096.ejdhsd (mgr.14182) 331 : cluster [DBG] pgmap v282: 225 pgs: 3 creating+peering, 222 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.3 KiB/s wr, 6 op/s 2023-11-16T02:13:37.980 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:37 smithi096 bash[25928]: audit 2023-11-16T02:13:37.258222+0000 mon.smithi096 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:13:39.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:39 smithi096 bash[25928]: cluster 2023-11-16T02:13:38.585526+0000 mgr.smithi096.ejdhsd (mgr.14182) 332 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 1.2 KiB/s wr, 14 op/s 2023-11-16T02:13:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:39 smithi145 bash[29583]: cluster 2023-11-16T02:13:38.585526+0000 mgr.smithi096.ejdhsd (mgr.14182) 332 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 1.2 KiB/s wr, 14 op/s 2023-11-16T02:13:39.919 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:13:39.919 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:13:40.620 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-16T02:13:40.620 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-16T02:13:40.630 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-16T02:13:40.631 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:13:41.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:41 smithi096 bash[25928]: audit 2023-11-16T02:13:39.905593+0000 mgr.smithi096.ejdhsd (mgr.14182) 333 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:13:41.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:41 smithi096 bash[25928]: cluster 2023-11-16T02:13:40.587142+0000 mgr.smithi096.ejdhsd (mgr.14182) 334 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 1.1 KiB/s wr, 17 op/s 2023-11-16T02:13:41.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:41 smithi145 bash[29583]: audit 2023-11-16T02:13:39.905593+0000 mgr.smithi096.ejdhsd (mgr.14182) 333 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:13:41.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:41 smithi145 bash[29583]: cluster 2023-11-16T02:13:40.587142+0000 mgr.smithi096.ejdhsd (mgr.14182) 334 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 1.1 KiB/s wr, 17 op/s 2023-11-16T02:13:43.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:43 smithi096 bash[25928]: cluster 2023-11-16T02:13:42.588800+0000 mgr.smithi096.ejdhsd (mgr.14182) 335 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 920 B/s wr, 16 op/s 2023-11-16T02:13:43.882 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:13:43.882 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:13:43.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:43 smithi145 bash[29583]: cluster 2023-11-16T02:13:42.588800+0000 mgr.smithi096.ejdhsd (mgr.14182) 335 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 920 B/s wr, 16 op/s 2023-11-16T02:13:44.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:13:45.628 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:13:45.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:45 smithi145 bash[29583]: audit 2023-11-16T02:13:43.871424+0000 mgr.smithi096.ejdhsd (mgr.14182) 336 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:13:45.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:45 smithi145 bash[29583]: cluster 2023-11-16T02:13:44.590299+0000 mgr.smithi096.ejdhsd (mgr.14182) 337 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 542 B/s wr, 12 op/s 2023-11-16T02:13:46.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:45 smithi096 bash[25928]: audit 2023-11-16T02:13:43.871424+0000 mgr.smithi096.ejdhsd (mgr.14182) 336 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:13:46.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:45 smithi096 bash[25928]: cluster 2023-11-16T02:13:44.590299+0000 mgr.smithi096.ejdhsd (mgr.14182) 337 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 542 B/s wr, 12 op/s 2023-11-16T02:13:47.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:47 smithi145 bash[29583]: cluster 2023-11-16T02:13:46.591645+0000 mgr.smithi096.ejdhsd (mgr.14182) 338 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 511 B/s wr, 12 op/s 2023-11-16T02:13:48.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:47 smithi096 bash[25928]: cluster 2023-11-16T02:13:46.591645+0000 mgr.smithi096.ejdhsd (mgr.14182) 338 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 511 B/s wr, 12 op/s 2023-11-16T02:13:48.895 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:13:48.896 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:13:49.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:13:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:49 smithi096 bash[25928]: cluster 2023-11-16T02:13:48.592726+0000 mgr.smithi096.ejdhsd (mgr.14182) 339 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 170 B/s wr, 10 op/s 2023-11-16T02:13:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:49 smithi145 bash[29583]: cluster 2023-11-16T02:13:48.592726+0000 mgr.smithi096.ejdhsd (mgr.14182) 339 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 170 B/s wr, 10 op/s 2023-11-16T02:13:50.564 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:13:50.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:50 smithi096 bash[25928]: audit 2023-11-16T02:13:48.880757+0000 mgr.smithi096.ejdhsd (mgr.14182) 340 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:13:51.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:50 smithi145 bash[29583]: audit 2023-11-16T02:13:48.880757+0000 mgr.smithi096.ejdhsd (mgr.14182) 340 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:13:51.913 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:51 smithi096 bash[25928]: cluster 2023-11-16T02:13:50.593890+0000 mgr.smithi096.ejdhsd (mgr.14182) 341 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-16T02:13:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:51 smithi145 bash[29583]: cluster 2023-11-16T02:13:50.593890+0000 mgr.smithi096.ejdhsd (mgr.14182) 341 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-16T02:13:53.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:52 smithi096 bash[25928]: audit 2023-11-16T02:13:52.075912+0000 mon.smithi096 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]: dispatch 2023-11-16T02:13:53.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:52 smithi096 bash[25928]: audit 2023-11-16T02:13:52.076457+0000 mon.smithi096 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]: dispatch 2023-11-16T02:13:53.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:52 smithi145 bash[29583]: audit 2023-11-16T02:13:52.075912+0000 mon.smithi096 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]: dispatch 2023-11-16T02:13:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:52 smithi145 bash[29583]: audit 2023-11-16T02:13:52.076457+0000 mon.smithi096 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]: dispatch 2023-11-16T02:13:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:53 smithi096 bash[25928]: cluster 2023-11-16T02:13:52.594991+0000 mgr.smithi096.ejdhsd (mgr.14182) 342 : cluster [DBG] pgmap v290: 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-16T02:13:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:53 smithi096 bash[25928]: audit 2023-11-16T02:13:52.686019+0000 mon.smithi096 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]': finished 2023-11-16T02:13:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:53 smithi096 bash[25928]: audit 2023-11-16T02:13:52.686217+0000 mon.smithi096 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]': finished 2023-11-16T02:13:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:53 smithi096 bash[25928]: cluster 2023-11-16T02:13:52.686347+0000 mon.smithi096 (mon.0) 735 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-11-16T02:13:53.910 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:13:53.910 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:13:54.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:53 smithi145 bash[29583]: cluster 2023-11-16T02:13:52.594991+0000 mgr.smithi096.ejdhsd (mgr.14182) 342 : cluster [DBG] pgmap v290: 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-16T02:13:54.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:53 smithi145 bash[29583]: audit 2023-11-16T02:13:52.686019+0000 mon.smithi096 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]': finished 2023-11-16T02:13:54.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:53 smithi145 bash[29583]: audit 2023-11-16T02:13:52.686217+0000 mon.smithi096 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]': finished 2023-11-16T02:13:54.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:53 smithi145 bash[29583]: cluster 2023-11-16T02:13:52.686347+0000 mon.smithi096 (mon.0) 735 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-11-16T02:13:54.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:13:54.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:54 smithi096 bash[25928]: cluster 2023-11-16T02:13:53.690416+0000 mon.smithi096 (mon.0) 736 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-11-16T02:13:55.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:54 smithi145 bash[29583]: cluster 2023-11-16T02:13:53.690416+0000 mon.smithi096 (mon.0) 736 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-11-16T02:13:55.652 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:13:56.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:55 smithi096 bash[25928]: audit 2023-11-16T02:13:53.902052+0000 mgr.smithi096.ejdhsd (mgr.14182) 343 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:13:56.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:55 smithi096 bash[25928]: cluster 2023-11-16T02:13:54.595566+0000 mgr.smithi096.ejdhsd (mgr.14182) 344 : cluster [DBG] pgmap v293: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-16T02:13:56.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:55 smithi145 bash[29583]: audit 2023-11-16T02:13:53.902052+0000 mgr.smithi096.ejdhsd (mgr.14182) 343 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:13:56.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:55 smithi145 bash[29583]: cluster 2023-11-16T02:13:54.595566+0000 mgr.smithi096.ejdhsd (mgr.14182) 344 : cluster [DBG] pgmap v293: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-11-16T02:13:57.066 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:56 smithi096 bash[25928]: cluster 2023-11-16T02:13:56.596601+0000 mgr.smithi096.ejdhsd (mgr.14182) 345 : cluster [DBG] pgmap v294: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-11-16T02:13:57.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:56 smithi145 bash[29583]: cluster 2023-11-16T02:13:56.596601+0000 mgr.smithi096.ejdhsd (mgr.14182) 345 : cluster [DBG] pgmap v294: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-11-16T02:13:58.971 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:13:58.971 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:13:59.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:13:59.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:13:59 smithi096 bash[25928]: cluster 2023-11-16T02:13:58.599039+0000 mgr.smithi096.ejdhsd (mgr.14182) 346 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s 2023-11-16T02:13:59.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:13:59 smithi145 bash[29583]: cluster 2023-11-16T02:13:58.599039+0000 mgr.smithi096.ejdhsd (mgr.14182) 346 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s 2023-11-16T02:14:00.607 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:00.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:00 smithi145 bash[29583]: audit 2023-11-16T02:13:58.963023+0000 mgr.smithi096.ejdhsd (mgr.14182) 347 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:01.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:00 smithi096 bash[25928]: audit 2023-11-16T02:13:58.963023+0000 mgr.smithi096.ejdhsd (mgr.14182) 347 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:01.948 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:01 smithi096 bash[25928]: cluster 2023-11-16T02:14:00.600567+0000 mgr.smithi096.ejdhsd (mgr.14182) 348 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-11-16T02:14:02.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:01 smithi145 bash[29583]: cluster 2023-11-16T02:14:00.600567+0000 mgr.smithi096.ejdhsd (mgr.14182) 348 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-11-16T02:14:03.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:03 smithi096 bash[25928]: cluster 2023-11-16T02:14:02.602149+0000 mgr.smithi096.ejdhsd (mgr.14182) 349 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2023-11-16T02:14:04.002 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:04.002 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:04.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:03 smithi145 bash[29583]: cluster 2023-11-16T02:14:02.602149+0000 mgr.smithi096.ejdhsd (mgr.14182) 349 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 206 B/s wr, 0 op/s 2023-11-16T02:14:04.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:05.675 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:05 smithi096 bash[25928]: audit 2023-11-16T02:14:03.994113+0000 mgr.smithi096.ejdhsd (mgr.14182) 350 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:05 smithi096 bash[25928]: cluster 2023-11-16T02:14:04.603332+0000 mgr.smithi096.ejdhsd (mgr.14182) 351 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 187 B/s wr, 0 op/s 2023-11-16T02:14:06.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:05 smithi145 bash[29583]: audit 2023-11-16T02:14:03.994113+0000 mgr.smithi096.ejdhsd (mgr.14182) 350 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:06.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:05 smithi145 bash[29583]: cluster 2023-11-16T02:14:04.603332+0000 mgr.smithi096.ejdhsd (mgr.14182) 351 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 187 B/s wr, 0 op/s 2023-11-16T02:14:08.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:07 smithi096 bash[25928]: cluster 2023-11-16T02:14:06.604719+0000 mgr.smithi096.ejdhsd (mgr.14182) 352 : cluster [DBG] pgmap v299: 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-16T02:14:08.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:07 smithi145 bash[29583]: cluster 2023-11-16T02:14:06.604719+0000 mgr.smithi096.ejdhsd (mgr.14182) 352 : cluster [DBG] pgmap v299: 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-16T02:14:08.849 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:08.849 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:09.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:10.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:09 smithi096 bash[25928]: cluster 2023-11-16T02:14:08.605804+0000 mgr.smithi096.ejdhsd (mgr.14182) 353 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:10.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:09 smithi145 bash[29583]: cluster 2023-11-16T02:14:08.605804+0000 mgr.smithi096.ejdhsd (mgr.14182) 353 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:10.440 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:10.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:10 smithi096 bash[25928]: audit 2023-11-16T02:14:08.841197+0000 mgr.smithi096.ejdhsd (mgr.14182) 354 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:11.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:10 smithi145 bash[29583]: audit 2023-11-16T02:14:08.841197+0000 mgr.smithi096.ejdhsd (mgr.14182) 354 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:11.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:11 smithi096 bash[25928]: cluster 2023-11-16T02:14:10.607213+0000 mgr.smithi096.ejdhsd (mgr.14182) 355 : cluster [DBG] pgmap v301: 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-16T02:14:12.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:11 smithi145 bash[29583]: cluster 2023-11-16T02:14:10.607213+0000 mgr.smithi096.ejdhsd (mgr.14182) 355 : cluster [DBG] pgmap v301: 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-16T02:14:13.585 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:13.586 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:14.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:13 smithi096 bash[25928]: cluster 2023-11-16T02:14:12.608837+0000 mgr.smithi096.ejdhsd (mgr.14182) 356 : 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-16T02:14:14.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:13 smithi145 bash[29583]: cluster 2023-11-16T02:14:12.608837+0000 mgr.smithi096.ejdhsd (mgr.14182) 356 : 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-16T02:14:14.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:14.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:14 smithi096 bash[25928]: audit 2023-11-16T02:14:13.569962+0000 mgr.smithi096.ejdhsd (mgr.14182) 357 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:15.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:14 smithi145 bash[29583]: audit 2023-11-16T02:14:13.569962+0000 mgr.smithi096.ejdhsd (mgr.14182) 357 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:15.192 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:16.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:15 smithi096 bash[25928]: cluster 2023-11-16T02:14:14.610487+0000 mgr.smithi096.ejdhsd (mgr.14182) 358 : 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-16T02:14:16.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:15 smithi145 bash[29583]: cluster 2023-11-16T02:14:14.610487+0000 mgr.smithi096.ejdhsd (mgr.14182) 358 : 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-16T02:14:16.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:16 smithi096 bash[25928]: cluster 2023-11-16T02:14:16.612150+0000 mgr.smithi096.ejdhsd (mgr.14182) 359 : 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-16T02:14:17.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:16 smithi145 bash[29583]: cluster 2023-11-16T02:14:16.612150+0000 mgr.smithi096.ejdhsd (mgr.14182) 359 : 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-16T02:14:18.264 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:18.265 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:18.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:19.861 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:20.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:19 smithi096 bash[25928]: audit 2023-11-16T02:14:18.254797+0000 mgr.smithi096.ejdhsd (mgr.14182) 360 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:20.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:19 smithi096 bash[25928]: cluster 2023-11-16T02:14:18.613928+0000 mgr.smithi096.ejdhsd (mgr.14182) 361 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:20.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:19 smithi145 bash[29583]: audit 2023-11-16T02:14:18.254797+0000 mgr.smithi096.ejdhsd (mgr.14182) 360 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:20.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:19 smithi145 bash[29583]: cluster 2023-11-16T02:14:18.613928+0000 mgr.smithi096.ejdhsd (mgr.14182) 361 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:21.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:21 smithi096 bash[25928]: cluster 2023-11-16T02:14:20.615414+0000 mgr.smithi096.ejdhsd (mgr.14182) 362 : cluster [DBG] pgmap v306: 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-16T02:14:21.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:21 smithi145 bash[29583]: cluster 2023-11-16T02:14:20.615414+0000 mgr.smithi096.ejdhsd (mgr.14182) 362 : cluster [DBG] pgmap v306: 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-16T02:14:23.005 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:23.005 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:23.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:24.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:23 smithi096 bash[25928]: cluster 2023-11-16T02:14:22.617156+0000 mgr.smithi096.ejdhsd (mgr.14182) 363 : 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-16T02:14:24.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:23 smithi145 bash[29583]: cluster 2023-11-16T02:14:22.617156+0000 mgr.smithi096.ejdhsd (mgr.14182) 363 : 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-16T02:14:24.634 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:24 smithi096 bash[25928]: audit 2023-11-16T02:14:22.994710+0000 mgr.smithi096.ejdhsd (mgr.14182) 364 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:25.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:24 smithi145 bash[29583]: audit 2023-11-16T02:14:22.994710+0000 mgr.smithi096.ejdhsd (mgr.14182) 364 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:25.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:25 smithi096 bash[25928]: cluster 2023-11-16T02:14:24.618827+0000 mgr.smithi096.ejdhsd (mgr.14182) 365 : 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-16T02:14:26.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:25 smithi145 bash[29583]: cluster 2023-11-16T02:14:24.618827+0000 mgr.smithi096.ejdhsd (mgr.14182) 365 : 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-16T02:14:27.718 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:27.719 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:28.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:27 smithi096 bash[25928]: cluster 2023-11-16T02:14:26.620641+0000 mgr.smithi096.ejdhsd (mgr.14182) 366 : 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-16T02:14:28.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:27 smithi145 bash[29583]: cluster 2023-11-16T02:14:26.620641+0000 mgr.smithi096.ejdhsd (mgr.14182) 366 : 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-16T02:14:28.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:28 smithi096 bash[25928]: audit 2023-11-16T02:14:27.706891+0000 mgr.smithi096.ejdhsd (mgr.14182) 367 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:28 smithi096 bash[25928]: audit 2023-11-16T02:14:28.580975+0000 mon.smithi096 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:14:29.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:28 smithi145 bash[29583]: audit 2023-11-16T02:14:27.706891+0000 mgr.smithi096.ejdhsd (mgr.14182) 367 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:29.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:28 smithi145 bash[29583]: audit 2023-11-16T02:14:28.580975+0000 mon.smithi096 (mon.0) 737 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:14:29.313 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:30.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:29 smithi096 bash[25928]: cluster 2023-11-16T02:14:28.622440+0000 mgr.smithi096.ejdhsd (mgr.14182) 368 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:30.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:29 smithi145 bash[29583]: cluster 2023-11-16T02:14:28.622440+0000 mgr.smithi096.ejdhsd (mgr.14182) 368 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:31.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:31 smithi096 bash[25928]: cluster 2023-11-16T02:14:30.623520+0000 mgr.smithi096.ejdhsd (mgr.14182) 369 : cluster [DBG] pgmap v311: 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-16T02:14:31.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:31 smithi145 bash[29583]: cluster 2023-11-16T02:14:30.623520+0000 mgr.smithi096.ejdhsd (mgr.14182) 369 : cluster [DBG] pgmap v311: 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-16T02:14:32.497 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:32.498 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.158705Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.158944Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.159056Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.159157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.159354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:13:20.159256Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.159837Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:33.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:34.051 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:34.064 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:33 smithi096 bash[25928]: audit 2023-11-16T02:14:32.487191+0000 mgr.smithi096.ejdhsd (mgr.14182) 370 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:34.064 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:33 smithi096 bash[25928]: cluster 2023-11-16T02:14:32.625104+0000 mgr.smithi096.ejdhsd (mgr.14182) 371 : 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-16T02:14:34.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:33 smithi145 bash[29583]: audit 2023-11-16T02:14:32.487191+0000 mgr.smithi096.ejdhsd (mgr.14182) 370 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:34.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:33 smithi145 bash[29583]: cluster 2023-11-16T02:14:32.625104+0000 mgr.smithi096.ejdhsd (mgr.14182) 371 : 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-16T02:14:35.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:35 smithi096 bash[25928]: audit 2023-11-16T02:14:34.487853+0000 mon.smithi096 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:35.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:35 smithi096 bash[25928]: cluster 2023-11-16T02:14:34.626740+0000 mgr.smithi096.ejdhsd (mgr.14182) 372 : 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-16T02:14:35.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:35 smithi096 bash[25928]: audit 2023-11-16T02:14:34.779485+0000 mon.smithi096 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:35.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:35 smithi096 bash[25928]: audit 2023-11-16T02:14:34.781529+0000 mon.smithi096 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:14:35.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:35 smithi096 bash[25928]: audit 2023-11-16T02:14:34.791435+0000 mon.smithi096 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:35.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:35 smithi096 bash[25928]: audit 2023-11-16T02:14:34.801690+0000 mon.smithi096 (mon.0) 742 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:14:35.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:35 smithi096 bash[25928]: audit 2023-11-16T02:14:34.819585+0000 mon.smithi096 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:35 smithi145 bash[29583]: audit 2023-11-16T02:14:34.487853+0000 mon.smithi096 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:35 smithi145 bash[29583]: cluster 2023-11-16T02:14:34.626740+0000 mgr.smithi096.ejdhsd (mgr.14182) 372 : 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-16T02:14:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:35 smithi145 bash[29583]: audit 2023-11-16T02:14:34.779485+0000 mon.smithi096 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:14:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:35 smithi145 bash[29583]: audit 2023-11-16T02:14:34.781529+0000 mon.smithi096 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:14:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:35 smithi145 bash[29583]: audit 2023-11-16T02:14:34.791435+0000 mon.smithi096 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:35 smithi145 bash[29583]: audit 2023-11-16T02:14:34.801690+0000 mon.smithi096 (mon.0) 742 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:14:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:35 smithi145 bash[29583]: audit 2023-11-16T02:14:34.819585+0000 mon.smithi096 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:36.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:36 smithi096 bash[25928]: cluster 2023-11-16T02:14:34.793037+0000 mgr.smithi096.ejdhsd (mgr.14182) 373 : cluster [DBG] pgmap v314: 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-16T02:14:36.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:36 smithi096 bash[25928]: cephadm 2023-11-16T02:14:34.824282+0000 mgr.smithi096.ejdhsd (mgr.14182) 374 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.rglumt on smithi145 2023-11-16T02:14:36.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:36 smithi096 bash[25928]: cluster 2023-11-16T02:14:35.485273+0000 mon.smithi096 (mon.0) 744 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:14:36.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:36 smithi096 bash[25928]: cluster 2023-11-16T02:14:35.485344+0000 mon.smithi096 (mon.0) 745 : cluster [INF] Cluster is now healthy 2023-11-16T02:14:36.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:36 smithi145 bash[29583]: cluster 2023-11-16T02:14:34.793037+0000 mgr.smithi096.ejdhsd (mgr.14182) 373 : cluster [DBG] pgmap v314: 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-16T02:14:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:36 smithi145 bash[29583]: cephadm 2023-11-16T02:14:34.824282+0000 mgr.smithi096.ejdhsd (mgr.14182) 374 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.rglumt on smithi145 2023-11-16T02:14:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:36 smithi145 bash[29583]: cluster 2023-11-16T02:14:35.485273+0000 mon.smithi096 (mon.0) 744 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:14:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:36 smithi145 bash[29583]: cluster 2023-11-16T02:14:35.485344+0000 mon.smithi096 (mon.0) 745 : cluster [INF] Cluster is now healthy 2023-11-16T02:14:37.342 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:37.342 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:14.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.qolbyj on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:37.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:38.504 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:38 smithi145 bash[29583]: cluster 2023-11-16T02:14:36.794248+0000 mgr.smithi096.ejdhsd (mgr.14182) 375 : cluster [DBG] pgmap v315: 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-16T02:14:38.504 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:38 smithi145 bash[29583]: audit 2023-11-16T02:14:37.260673+0000 mon.smithi096 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:38.504 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:38 smithi145 bash[29583]: audit 2023-11-16T02:14:37.325007+0000 mgr.smithi096.ejdhsd (mgr.14182) 376 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:38.576 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:38 smithi096 bash[25928]: cluster 2023-11-16T02:14:36.794248+0000 mgr.smithi096.ejdhsd (mgr.14182) 375 : cluster [DBG] pgmap v315: 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-16T02:14:38.576 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:38 smithi096 bash[25928]: audit 2023-11-16T02:14:37.260673+0000 mon.smithi096 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:38.576 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:38 smithi096 bash[25928]: audit 2023-11-16T02:14:37.325007+0000 mgr.smithi096.ejdhsd (mgr.14182) 376 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:38.968 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:39.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: cephadm 2023-11-16T02:14:38.573452+0000 mgr.smithi096.ejdhsd (mgr.14182) 377 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.rglumt ... 2023-11-16T02:14:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:39.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:39.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.rglumt ... 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: cephadm 2023-11-16T02:14:38.574102+0000 mgr.smithi096.ejdhsd (mgr.14182) 378 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: audit 2023-11-16T02:14:38.574724+0000 mon.smithi096 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.rglumt"}]: dispatch 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: cephadm 2023-11-16T02:14:38.576522+0000 mgr.smithi096.ejdhsd (mgr.14182) 379 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.rglumt ... 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:39.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:39.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:39.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:39 smithi096 bash[25928]: cephadm 2023-11-16T02:14:38.581187+0000 mgr.smithi096.ejdhsd (mgr.14182) 380 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.jaratq on smithi096 2023-11-16T02:14:39.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: cephadm 2023-11-16T02:14:38.573452+0000 mgr.smithi096.ejdhsd (mgr.14182) 377 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:39.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:39.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.rglumt ... 2023-11-16T02:14:39.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:39.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:39.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:39.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:39.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.rglumt ... 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: cephadm 2023-11-16T02:14:38.574102+0000 mgr.smithi096.ejdhsd (mgr.14182) 378 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: audit 2023-11-16T02:14:38.574724+0000 mon.smithi096 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.rglumt"}]: dispatch 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: cephadm 2023-11-16T02:14:38.576522+0000 mgr.smithi096.ejdhsd (mgr.14182) 379 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:39.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt 2023-11-16T02:14:39.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:39.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt 2023-11-16T02:14:39.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.rglumt ... 2023-11-16T02:14:39.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:39.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:39.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:39.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:39.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:39 smithi145 bash[29583]: cephadm 2023-11-16T02:14:38.581187+0000 mgr.smithi096.ejdhsd (mgr.14182) 380 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.jaratq on smithi096 2023-11-16T02:14:40.487 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:40 smithi096 bash[25928]: cluster 2023-11-16T02:14:38.795631+0000 mgr.smithi096.ejdhsd (mgr.14182) 381 : cluster [DBG] pgmap v316: 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-16T02:14:40.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:40 smithi145 bash[29583]: cluster 2023-11-16T02:14:38.795631+0000 mgr.smithi096.ejdhsd (mgr.14182) 381 : cluster [DBG] pgmap v316: 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-16T02:14:42.266 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:42.267 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:24.781311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gqwiaw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gqwiaw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gqwiaw\nDeploy daemon haproxy.nfs.foo.smithi145.gqwiaw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.568733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mntkhq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mntkhq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mntkhq\nDeploy daemon haproxy.nfs.foo.smithi096.mntkhq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:13:28.573118Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.zxpcij on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:42.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:42 smithi096 bash[25928]: cluster 2023-11-16T02:14:40.797295+0000 mgr.smithi096.ejdhsd (mgr.14182) 382 : cluster [DBG] pgmap v317: 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-16T02:14:42.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:42 smithi145 bash[29583]: cluster 2023-11-16T02:14:40.797295+0000 mgr.smithi096.ejdhsd (mgr.14182) 382 : cluster [DBG] pgmap v317: 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-16T02:14:43.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:43.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: audit 2023-11-16T02:14:42.252648+0000 mgr.smithi096.ejdhsd (mgr.14182) 383 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:43.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: cephadm 2023-11-16T02:14:42.353071+0000 mgr.smithi096.ejdhsd (mgr.14182) 384 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:43.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:43.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.jaratq ... 2023-11-16T02:14:43.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:43.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:43.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:43.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:14:43.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:14:43.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:14:43.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:14:43.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:14:43.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:43.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:43.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.jaratq ... 2023-11-16T02:14:43.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.614 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:43.614 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:43.614 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:43.614 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.614 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: cephadm 2023-11-16T02:14:42.353299+0000 mgr.smithi096.ejdhsd (mgr.14182) 385 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.614 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: audit 2023-11-16T02:14:42.353782+0000 mon.smithi096 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.jaratq"}]: dispatch 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: cephadm 2023-11-16T02:14:42.355256+0000 mgr.smithi096.ejdhsd (mgr.14182) 386 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.jaratq ... 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:43.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:43.616 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:43.616 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.616 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: cephadm 2023-11-16T02:14:42.359767+0000 mgr.smithi096.ejdhsd (mgr.14182) 387 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:14:43.616 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: cephadm 2023-11-16T02:14:42.362543+0000 mgr.smithi096.ejdhsd (mgr.14182) 388 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:14:43.616 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:43 smithi096 bash[25928]: cluster 2023-11-16T02:14:42.363488+0000 mgr.smithi096.ejdhsd (mgr.14182) 389 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-16T02:14:43.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: audit 2023-11-16T02:14:42.252648+0000 mgr.smithi096.ejdhsd (mgr.14182) 383 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:43.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: cephadm 2023-11-16T02:14:42.353071+0000 mgr.smithi096.ejdhsd (mgr.14182) 384 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:43.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.jaratq ... 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:14:43.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.jaratq ... 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:43.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: cephadm 2023-11-16T02:14:42.353299+0000 mgr.smithi096.ejdhsd (mgr.14182) 385 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: audit 2023-11-16T02:14:42.353782+0000 mon.smithi096 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.jaratq"}]: dispatch 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: cephadm 2023-11-16T02:14:42.355256+0000 mgr.smithi096.ejdhsd (mgr.14182) 386 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.jaratq ... 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:14:43.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:14:43.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:14:43.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:14:43.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: cephadm 2023-11-16T02:14:42.359767+0000 mgr.smithi096.ejdhsd (mgr.14182) 387 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:14:43.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: cephadm 2023-11-16T02:14:42.362543+0000 mgr.smithi096.ejdhsd (mgr.14182) 388 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:14:43.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:43 smithi145 bash[29583]: cluster 2023-11-16T02:14:42.363488+0000 mgr.smithi096.ejdhsd (mgr.14182) 389 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-16T02:14:44.018 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:44.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:44 smithi096 bash[25928]: cluster 2023-11-16T02:14:43.277351+0000 mon.smithi096 (mon.0) 749 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:14:44.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:44 smithi145 bash[29583]: cluster 2023-11-16T02:14:43.277351+0000 mon.smithi096 (mon.0) 749 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:14:45.461 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:45 smithi096 bash[25928]: cluster 2023-11-16T02:14:44.364981+0000 mgr.smithi096.ejdhsd (mgr.14182) 390 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-16T02:14:45.461 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:45 smithi096 bash[25928]: audit 2023-11-16T02:14:44.416936+0000 mon.smithi096 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:45.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:45 smithi145 bash[29583]: cluster 2023-11-16T02:14:44.364981+0000 mgr.smithi096.ejdhsd (mgr.14182) 390 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2023-11-16T02:14:45.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:45 smithi145 bash[29583]: audit 2023-11-16T02:14:44.416936+0000 mon.smithi096 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:47.247 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:47.248 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:47.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:47 smithi096 bash[25928]: cluster 2023-11-16T02:14:46.366197+0000 mgr.smithi096.ejdhsd (mgr.14182) 391 : cluster [DBG] pgmap v320: 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-16T02:14:47.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:47.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:47 smithi145 bash[29583]: cluster 2023-11-16T02:14:46.366197+0000 mgr.smithi096.ejdhsd (mgr.14182) 391 : cluster [DBG] pgmap v320: 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-16T02:14:48.852 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:48.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:48 smithi096 bash[25928]: audit 2023-11-16T02:14:47.234564+0000 mgr.smithi096.ejdhsd (mgr.14182) 392 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:48.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:48 smithi145 bash[29583]: audit 2023-11-16T02:14:47.234564+0000 mgr.smithi096.ejdhsd (mgr.14182) 392 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:49 smithi096 bash[25928]: cluster 2023-11-16T02:14:48.367808+0000 mgr.smithi096.ejdhsd (mgr.14182) 393 : cluster [DBG] pgmap v321: 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-16T02:14:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:49 smithi145 bash[29583]: cluster 2023-11-16T02:14:48.367808+0000 mgr.smithi096.ejdhsd (mgr.14182) 393 : cluster [DBG] pgmap v321: 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-16T02:14:51.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:51 smithi096 bash[25928]: cluster 2023-11-16T02:14:50.368833+0000 mgr.smithi096.ejdhsd (mgr.14182) 394 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-16T02:14:51.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:51 smithi145 bash[29583]: cluster 2023-11-16T02:14:50.368833+0000 mgr.smithi096.ejdhsd (mgr.14182) 394 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-16T02:14:52.153 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:52.153 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:52.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:53.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:53 smithi096 bash[25928]: audit 2023-11-16T02:14:52.136665+0000 mgr.smithi096.ejdhsd (mgr.14182) 395 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:53.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:53 smithi096 bash[25928]: audit 2023-11-16T02:14:52.260510+0000 mon.smithi096 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:53.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:53 smithi096 bash[25928]: cluster 2023-11-16T02:14:52.369694+0000 mgr.smithi096.ejdhsd (mgr.14182) 396 : cluster [DBG] pgmap v323: 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-16T02:14:53.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:53 smithi145 bash[29583]: audit 2023-11-16T02:14:52.136665+0000 mgr.smithi096.ejdhsd (mgr.14182) 395 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:53.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:53 smithi145 bash[29583]: audit 2023-11-16T02:14:52.260510+0000 mon.smithi096 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:14:53.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:53 smithi145 bash[29583]: cluster 2023-11-16T02:14:52.369694+0000 mgr.smithi096.ejdhsd (mgr.14182) 396 : cluster [DBG] pgmap v323: 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-16T02:14:53.792 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:55.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:55 smithi096 bash[25928]: cluster 2023-11-16T02:14:54.371261+0000 mgr.smithi096.ejdhsd (mgr.14182) 397 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:58.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:55 smithi145 bash[29583]: cluster 2023-11-16T02:14:54.371261+0000 mgr.smithi096.ejdhsd (mgr.14182) 397 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:58.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:57 smithi145 bash[29583]: cluster 2023-11-16T02:14:56.372414+0000 mgr.smithi096.ejdhsd (mgr.14182) 398 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:58.231 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:14:58.231 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:14:58.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:14:58.232 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:57 smithi096 bash[25928]: cluster 2023-11-16T02:14:56.372414+0000 mgr.smithi096.ejdhsd (mgr.14182) 398 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:58.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:58 smithi096 bash[25928]: audit 2023-11-16T02:14:56.939115+0000 mgr.smithi096.ejdhsd (mgr.14182) 399 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:58.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:58 smithi145 bash[29583]: audit 2023-11-16T02:14:56.939115+0000 mgr.smithi096.ejdhsd (mgr.14182) 399 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:14:59.232 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:14:59.615 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:14:59 smithi096 bash[25928]: cluster 2023-11-16T02:14:58.374118+0000 mgr.smithi096.ejdhsd (mgr.14182) 400 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:14:59.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:14:59 smithi145 bash[29583]: cluster 2023-11-16T02:14:58.374118+0000 mgr.smithi096.ejdhsd (mgr.14182) 400 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:01.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:01 smithi096 bash[25928]: cluster 2023-11-16T02:15:00.375974+0000 mgr.smithi096.ejdhsd (mgr.14182) 401 : cluster [DBG] pgmap v327: 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-16T02:15:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:01 smithi145 bash[29583]: cluster 2023-11-16T02:15:00.375974+0000 mgr.smithi096.ejdhsd (mgr.14182) 401 : cluster [DBG] pgmap v327: 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-16T02:15:02.562 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:02.562 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:03.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:03.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:03 smithi096 bash[25928]: cluster 2023-11-16T02:15:02.377468+0000 mgr.smithi096.ejdhsd (mgr.14182) 402 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:03.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:03 smithi096 bash[25928]: audit 2023-11-16T02:15:02.547182+0000 mgr.smithi096.ejdhsd (mgr.14182) 403 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:03.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:03 smithi145 bash[29583]: cluster 2023-11-16T02:15:02.377468+0000 mgr.smithi096.ejdhsd (mgr.14182) 402 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:03.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:03 smithi145 bash[29583]: audit 2023-11-16T02:15:02.547182+0000 mgr.smithi096.ejdhsd (mgr.14182) 403 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:04.184 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:05.702 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:05 smithi096 bash[25928]: cluster 2023-11-16T02:15:04.378997+0000 mgr.smithi096.ejdhsd (mgr.14182) 404 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:05.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:05 smithi145 bash[29583]: cluster 2023-11-16T02:15:04.378997+0000 mgr.smithi096.ejdhsd (mgr.14182) 404 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:07.504 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:07.505 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:07.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:07 smithi096 bash[25928]: cluster 2023-11-16T02:15:06.380816+0000 mgr.smithi096.ejdhsd (mgr.14182) 405 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:07.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:07 smithi145 bash[29583]: cluster 2023-11-16T02:15:06.380816+0000 mgr.smithi096.ejdhsd (mgr.14182) 405 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:08.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:08.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:08 smithi096 bash[25928]: audit 2023-11-16T02:15:07.489355+0000 mgr.smithi096.ejdhsd (mgr.14182) 406 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:08.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:08 smithi145 bash[29583]: audit 2023-11-16T02:15:07.489355+0000 mgr.smithi096.ejdhsd (mgr.14182) 406 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:09.177 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:09.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:09 smithi096 bash[25928]: cluster 2023-11-16T02:15:08.382596+0000 mgr.smithi096.ejdhsd (mgr.14182) 407 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:09.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:09 smithi145 bash[29583]: cluster 2023-11-16T02:15:08.382596+0000 mgr.smithi096.ejdhsd (mgr.14182) 407 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:11.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:11 smithi096 bash[25928]: cluster 2023-11-16T02:15:10.383545+0000 mgr.smithi096.ejdhsd (mgr.14182) 408 : cluster [DBG] pgmap v332: 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-16T02:15:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:11 smithi145 bash[29583]: cluster 2023-11-16T02:15:10.383545+0000 mgr.smithi096.ejdhsd (mgr.14182) 408 : cluster [DBG] pgmap v332: 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-16T02:15:12.460 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:12.460 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:13.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:13.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:13 smithi096 bash[25928]: cluster 2023-11-16T02:15:12.384492+0000 mgr.smithi096.ejdhsd (mgr.14182) 409 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:13.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:13 smithi096 bash[25928]: audit 2023-11-16T02:15:12.447228+0000 mgr.smithi096.ejdhsd (mgr.14182) 410 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:13.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:13 smithi145 bash[29583]: cluster 2023-11-16T02:15:12.384492+0000 mgr.smithi096.ejdhsd (mgr.14182) 409 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:13.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:13 smithi145 bash[29583]: audit 2023-11-16T02:15:12.447228+0000 mgr.smithi096.ejdhsd (mgr.14182) 410 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:14.101 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:15.598 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:15 smithi096 bash[25928]: cluster 2023-11-16T02:15:14.386071+0000 mgr.smithi096.ejdhsd (mgr.14182) 411 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:15.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:15 smithi145 bash[29583]: cluster 2023-11-16T02:15:14.386071+0000 mgr.smithi096.ejdhsd (mgr.14182) 411 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:17.343 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:17.344 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:17.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:17 smithi096 bash[25928]: cluster 2023-11-16T02:15:16.387929+0000 mgr.smithi096.ejdhsd (mgr.14182) 412 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:17 smithi145 bash[29583]: cluster 2023-11-16T02:15:16.387929+0000 mgr.smithi096.ejdhsd (mgr.14182) 412 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:17.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:18.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:18 smithi096 bash[25928]: audit 2023-11-16T02:15:17.336234+0000 mgr.smithi096.ejdhsd (mgr.14182) 413 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:18.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:18 smithi145 bash[29583]: audit 2023-11-16T02:15:17.336234+0000 mgr.smithi096.ejdhsd (mgr.14182) 413 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:18.969 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:19.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:19 smithi096 bash[25928]: cluster 2023-11-16T02:15:18.389621+0000 mgr.smithi096.ejdhsd (mgr.14182) 414 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:19.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:19 smithi145 bash[29583]: cluster 2023-11-16T02:15:18.389621+0000 mgr.smithi096.ejdhsd (mgr.14182) 414 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:21.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:21 smithi096 bash[25928]: cluster 2023-11-16T02:15:20.391469+0000 mgr.smithi096.ejdhsd (mgr.14182) 415 : cluster [DBG] pgmap v337: 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-16T02:15:21.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:21 smithi145 bash[29583]: cluster 2023-11-16T02:15:20.391469+0000 mgr.smithi096.ejdhsd (mgr.14182) 415 : cluster [DBG] pgmap v337: 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-16T02:15:22.170 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:22.170 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:22.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:23.776 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:23.789 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:23 smithi096 bash[25928]: audit 2023-11-16T02:15:22.161894+0000 mgr.smithi096.ejdhsd (mgr.14182) 416 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:23.790 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:23 smithi096 bash[25928]: cluster 2023-11-16T02:15:22.393082+0000 mgr.smithi096.ejdhsd (mgr.14182) 417 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:23.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:23 smithi145 bash[29583]: audit 2023-11-16T02:15:22.161894+0000 mgr.smithi096.ejdhsd (mgr.14182) 416 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:23.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:23 smithi145 bash[29583]: cluster 2023-11-16T02:15:22.393082+0000 mgr.smithi096.ejdhsd (mgr.14182) 417 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:25.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:25 smithi096 bash[25928]: cluster 2023-11-16T02:15:24.394725+0000 mgr.smithi096.ejdhsd (mgr.14182) 418 : 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-16T02:15:25.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:25 smithi145 bash[29583]: cluster 2023-11-16T02:15:24.394725+0000 mgr.smithi096.ejdhsd (mgr.14182) 418 : 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-16T02:15:26.957 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:26.957 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:27.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:27.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:27 smithi096 bash[25928]: cluster 2023-11-16T02:15:26.396567+0000 mgr.smithi096.ejdhsd (mgr.14182) 419 : 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-16T02:15:27.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:27 smithi145 bash[29583]: cluster 2023-11-16T02:15:26.396567+0000 mgr.smithi096.ejdhsd (mgr.14182) 419 : 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-16T02:15:28.514 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:28.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:28 smithi096 bash[25928]: audit 2023-11-16T02:15:26.943995+0000 mgr.smithi096.ejdhsd (mgr.14182) 420 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:28.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:28 smithi145 bash[29583]: audit 2023-11-16T02:15:26.943995+0000 mgr.smithi096.ejdhsd (mgr.14182) 420 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:29.732 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:29 smithi096 bash[25928]: cluster 2023-11-16T02:15:28.398322+0000 mgr.smithi096.ejdhsd (mgr.14182) 421 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:29 smithi145 bash[29583]: cluster 2023-11-16T02:15:28.398322+0000 mgr.smithi096.ejdhsd (mgr.14182) 421 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:15:31.336 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:31 smithi096 bash[25928]: cluster 2023-11-16T02:15:30.399625+0000 mgr.smithi096.ejdhsd (mgr.14182) 422 : cluster [DBG] pgmap v342: 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-16T02:15:31.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:31 smithi145 bash[29583]: cluster 2023-11-16T02:15:30.399625+0000 mgr.smithi096.ejdhsd (mgr.14182) 422 : cluster [DBG] pgmap v342: 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-16T02:15:31.690 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:31.691 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:32.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:32 smithi145 bash[29583]: audit 2023-11-16T02:15:31.677940+0000 mgr.smithi096.ejdhsd (mgr.14182) 423 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:32.322 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:32 smithi096 bash[25928]: audit 2023-11-16T02:15:31.677940+0000 mgr.smithi096.ejdhsd (mgr.14182) 423 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:32.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:33.325 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:33.337 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:33 smithi096 bash[25928]: cluster 2023-11-16T02:15:32.401197+0000 mgr.smithi096.ejdhsd (mgr.14182) 424 : 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-16T02:15:33.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:33 smithi145 bash[29583]: cluster 2023-11-16T02:15:32.401197+0000 mgr.smithi096.ejdhsd (mgr.14182) 424 : 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-16T02:15:35.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:35 smithi096 bash[25928]: cluster 2023-11-16T02:15:34.402313+0000 mgr.smithi096.ejdhsd (mgr.14182) 425 : 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-16T02:15:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:35 smithi145 bash[29583]: cluster 2023-11-16T02:15:34.402313+0000 mgr.smithi096.ejdhsd (mgr.14182) 425 : 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-16T02:15:36.541 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:36.541 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:37.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:37.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:37 smithi096 bash[25928]: cluster 2023-11-16T02:15:36.404072+0000 mgr.smithi096.ejdhsd (mgr.14182) 426 : 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-16T02:15:37.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:37 smithi096 bash[25928]: audit 2023-11-16T02:15:36.529286+0000 mgr.smithi096.ejdhsd (mgr.14182) 427 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:37.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:37 smithi145 bash[29583]: cluster 2023-11-16T02:15:36.404072+0000 mgr.smithi096.ejdhsd (mgr.14182) 426 : 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-16T02:15:37.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:37 smithi145 bash[29583]: audit 2023-11-16T02:15:36.529286+0000 mgr.smithi096.ejdhsd (mgr.14182) 427 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:38.170 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:39.582 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:39 smithi096 bash[25928]: cluster 2023-11-16T02:15:38.405744+0000 mgr.smithi096.ejdhsd (mgr.14182) 428 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-16T02:15:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:39 smithi145 bash[29583]: cluster 2023-11-16T02:15:38.405744+0000 mgr.smithi096.ejdhsd (mgr.14182) 428 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2023-11-16T02:15:41.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:41 smithi096 bash[25928]: cluster 2023-11-16T02:15:40.407407+0000 mgr.smithi096.ejdhsd (mgr.14182) 429 : cluster [DBG] pgmap v347: 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-16T02:15:41.403 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:41.403 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:41.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:41 smithi145 bash[29583]: cluster 2023-11-16T02:15:40.407407+0000 mgr.smithi096.ejdhsd (mgr.14182) 429 : cluster [DBG] pgmap v347: 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-16T02:15:42.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:42.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:42 smithi145 bash[29583]: audit 2023-11-16T02:15:41.393876+0000 mgr.smithi096.ejdhsd (mgr.14182) 430 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:42.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:42 smithi096 bash[25928]: audit 2023-11-16T02:15:41.393876+0000 mgr.smithi096.ejdhsd (mgr.14182) 430 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:43.069 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:43.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:43 smithi096 bash[25928]: audit 2023-11-16T02:15:42.366368+0000 mon.smithi096 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:15:43.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:43 smithi096 bash[25928]: cluster 2023-11-16T02:15:42.408922+0000 mgr.smithi096.ejdhsd (mgr.14182) 431 : cluster [DBG] pgmap v348: 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-16T02:15:43.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:43 smithi096 bash[25928]: audit 2023-11-16T02:15:42.671257+0000 mon.smithi096 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:15:43.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:43 smithi096 bash[25928]: audit 2023-11-16T02:15:42.957107+0000 mon.smithi096 (mon.0) 754 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:43.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:43 smithi096 bash[25928]: audit 2023-11-16T02:15:42.958677+0000 mon.smithi096 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:15:43.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:43 smithi096 bash[25928]: audit 2023-11-16T02:15:42.968495+0000 mon.smithi096 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:15:43.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:43 smithi096 bash[25928]: audit 2023-11-16T02:15:42.975597+0000 mon.smithi096 (mon.0) 757 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:15:43.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:43 smithi096 bash[25928]: audit 2023-11-16T02:15:42.989850+0000 mon.smithi096 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:15:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:43 smithi145 bash[29583]: audit 2023-11-16T02:15:42.366368+0000 mon.smithi096 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:15:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:43 smithi145 bash[29583]: cluster 2023-11-16T02:15:42.408922+0000 mgr.smithi096.ejdhsd (mgr.14182) 431 : cluster [DBG] pgmap v348: 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-16T02:15:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:43 smithi145 bash[29583]: audit 2023-11-16T02:15:42.671257+0000 mon.smithi096 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:15:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:43 smithi145 bash[29583]: audit 2023-11-16T02:15:42.957107+0000 mon.smithi096 (mon.0) 754 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:15:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:43 smithi145 bash[29583]: audit 2023-11-16T02:15:42.958677+0000 mon.smithi096 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:15:43.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:43 smithi145 bash[29583]: audit 2023-11-16T02:15:42.968495+0000 mon.smithi096 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:15:43.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:43 smithi145 bash[29583]: audit 2023-11-16T02:15:42.975597+0000 mon.smithi096 (mon.0) 757 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:15:43.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:43 smithi145 bash[29583]: audit 2023-11-16T02:15:42.989850+0000 mon.smithi096 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:15:44.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:44 smithi096 bash[25928]: cluster 2023-11-16T02:15:42.969664+0000 mgr.smithi096.ejdhsd (mgr.14182) 432 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-11-16T02:15:44.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:44 smithi096 bash[25928]: cephadm 2023-11-16T02:15:42.992839+0000 mgr.smithi096.ejdhsd (mgr.14182) 433 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.hyfemy on smithi145 2023-11-16T02:15:44.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:44 smithi096 bash[25928]: cluster 2023-11-16T02:15:43.059119+0000 mon.smithi096 (mon.0) 759 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:15:44.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:44 smithi096 bash[25928]: cluster 2023-11-16T02:15:43.059177+0000 mon.smithi096 (mon.0) 760 : cluster [INF] Cluster is now healthy 2023-11-16T02:15:44.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:44 smithi145 bash[29583]: cluster 2023-11-16T02:15:42.969664+0000 mgr.smithi096.ejdhsd (mgr.14182) 432 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-11-16T02:15:44.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:44 smithi145 bash[29583]: cephadm 2023-11-16T02:15:42.992839+0000 mgr.smithi096.ejdhsd (mgr.14182) 433 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.hyfemy on smithi145 2023-11-16T02:15:44.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:44 smithi145 bash[29583]: cluster 2023-11-16T02:15:43.059119+0000 mon.smithi096 (mon.0) 759 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:15:44.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:44 smithi145 bash[29583]: cluster 2023-11-16T02:15:43.059177+0000 mon.smithi096 (mon.0) 760 : cluster [INF] Cluster is now healthy 2023-11-16T02:15:46.294 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:46.295 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:13:28.577044Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rmfoas on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:38.576245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.rglumt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-rglumt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.rglumt\nDeploy daemon haproxy.nfs.foo.smithi145.rglumt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.355027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.jaratq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-jaratq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.jaratq\nDeploy daemon haproxy.nfs.foo.smithi096.jaratq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:14:42.359560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xlziou on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:46.350 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:46 smithi096 bash[25928]: cluster 2023-11-16T02:15:44.971059+0000 mgr.smithi096.ejdhsd (mgr.14182) 434 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-11-16T02:15:46.382 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:46 smithi145 bash[29583]: cluster 2023-11-16T02:15:44.971059+0000 mgr.smithi096.ejdhsd (mgr.14182) 434 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-11-16T02:15:46.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:47.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:47 smithi096 bash[25928]: audit 2023-11-16T02:15:46.287127+0000 mgr.smithi096.ejdhsd (mgr.14182) 435 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:47.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:47 smithi096 bash[25928]: audit 2023-11-16T02:15:46.774659+0000 mon.smithi096 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.hyfemy"}]: dispatch 2023-11-16T02:15:47.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:47 smithi145 bash[29583]: audit 2023-11-16T02:15:46.287127+0000 mgr.smithi096.ejdhsd (mgr.14182) 435 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:47.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:47 smithi145 bash[29583]: audit 2023-11-16T02:15:46.774659+0000 mon.smithi096 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.hyfemy"}]: dispatch 2023-11-16T02:15:47.989 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:48.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: cephadm 2023-11-16T02:15:46.773541+0000 mgr.smithi096.ejdhsd (mgr.14182) 436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:48.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:48.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.hyfemy ... 2023-11-16T02:15:48.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:48.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:48.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:48.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:15:48.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:15:48.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:15:48.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:15:48.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:15:48.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:48.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:48.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.hyfemy ... 2023-11-16T02:15:48.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:48.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:48.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:48.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: cephadm 2023-11-16T02:15:46.774052+0000 mgr.smithi096.ejdhsd (mgr.14182) 437 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: cephadm 2023-11-16T02:15:46.776316+0000 mgr.smithi096.ejdhsd (mgr.14182) 438 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:48.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:48.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.hyfemy ... 2023-11-16T02:15:48.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:48.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:48.362 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:48.362 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.362 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: cephadm 2023-11-16T02:15:46.781304+0000 mgr.smithi096.ejdhsd (mgr.14182) 439 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.pyokyn on smithi096 2023-11-16T02:15:48.362 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:48 smithi096 bash[25928]: cluster 2023-11-16T02:15:46.972575+0000 mgr.smithi096.ejdhsd (mgr.14182) 440 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-11-16T02:15:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: cephadm 2023-11-16T02:15:46.773541+0000 mgr.smithi096.ejdhsd (mgr.14182) 436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.hyfemy ... 2023-11-16T02:15:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.hyfemy ... 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: cephadm 2023-11-16T02:15:46.774052+0000 mgr.smithi096.ejdhsd (mgr.14182) 437 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: cephadm 2023-11-16T02:15:46.776316+0000 mgr.smithi096.ejdhsd (mgr.14182) 438 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:48.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.hyfemy ... 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: cephadm 2023-11-16T02:15:46.781304+0000 mgr.smithi096.ejdhsd (mgr.14182) 439 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.pyokyn on smithi096 2023-11-16T02:15:48.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:48 smithi145 bash[29583]: cluster 2023-11-16T02:15:46.972575+0000 mgr.smithi096.ejdhsd (mgr.14182) 440 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-11-16T02:15:50.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:50 smithi096 bash[25928]: cluster 2023-11-16T02:15:48.974198+0000 mgr.smithi096.ejdhsd (mgr.14182) 441 : cluster [DBG] pgmap v352: 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-16T02:15:50.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:50 smithi145 bash[29583]: cluster 2023-11-16T02:15:48.974198+0000 mgr.smithi096.ejdhsd (mgr.14182) 441 : cluster [DBG] pgmap v352: 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-16T02:15:51.315 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:51.315 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:51.381 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:51 smithi096 bash[25928]: audit 2023-11-16T02:15:50.742877+0000 mon.smithi096 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.pyokyn"}]: dispatch 2023-11-16T02:15:51.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:51 smithi145 bash[29583]: audit 2023-11-16T02:15:50.742877+0000 mon.smithi096 (mon.0) 762 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.pyokyn"}]: dispatch 2023-11-16T02:15:51.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:52.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: cephadm 2023-11-16T02:15:50.741849+0000 mgr.smithi096.ejdhsd (mgr.14182) 442 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:52.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:52.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.pyokyn ... 2023-11-16T02:15:52.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:52.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:52.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:52.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:15:52.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:15:52.178 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:15:52.178 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:15:52.178 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:15:52.178 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.178 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.pyokyn ... 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: cephadm 2023-11-16T02:15:50.742312+0000 mgr.smithi096.ejdhsd (mgr.14182) 443 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.179 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: cephadm 2023-11-16T02:15:50.744183+0000 mgr.smithi096.ejdhsd (mgr.14182) 444 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.pyokyn ... 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.180 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: cephadm 2023-11-16T02:15:50.747482+0000 mgr.smithi096.ejdhsd (mgr.14182) 445 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:15:52.181 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: cephadm 2023-11-16T02:15:50.750153+0000 mgr.smithi096.ejdhsd (mgr.14182) 446 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:15:52.181 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: cluster 2023-11-16T02:15:50.751694+0000 mgr.smithi096.ejdhsd (mgr.14182) 447 : cluster [DBG] pgmap v353: 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-16T02:15:52.181 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: cluster 2023-11-16T02:15:51.106539+0000 mon.smithi096 (mon.0) 763 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:15:52.181 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:52 smithi145 bash[29583]: audit 2023-11-16T02:15:51.304333+0000 mgr.smithi096.ejdhsd (mgr.14182) 448 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: cephadm 2023-11-16T02:15:50.741849+0000 mgr.smithi096.ejdhsd (mgr.14182) 442 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.pyokyn ... 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:52.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:52.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.pyokyn ... 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: cephadm 2023-11-16T02:15:50.742312+0000 mgr.smithi096.ejdhsd (mgr.14182) 443 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: cephadm 2023-11-16T02:15:50.744183+0000 mgr.smithi096.ejdhsd (mgr.14182) 444 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:15:52.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.pyokyn ... 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: cephadm 2023-11-16T02:15:50.747482+0000 mgr.smithi096.ejdhsd (mgr.14182) 445 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: cephadm 2023-11-16T02:15:50.750153+0000 mgr.smithi096.ejdhsd (mgr.14182) 446 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: cluster 2023-11-16T02:15:50.751694+0000 mgr.smithi096.ejdhsd (mgr.14182) 447 : cluster [DBG] pgmap v353: 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-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: cluster 2023-11-16T02:15:51.106539+0000 mon.smithi096 (mon.0) 763 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:15:52.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:52 smithi096 bash[25928]: audit 2023-11-16T02:15:51.304333+0000 mgr.smithi096.ejdhsd (mgr.14182) 448 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:52.995 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:54.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:54 smithi096 bash[25928]: cluster 2023-11-16T02:15:52.753137+0000 mgr.smithi096.ejdhsd (mgr.14182) 449 : cluster [DBG] pgmap v354: 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-16T02:15:54.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:54 smithi145 bash[29583]: cluster 2023-11-16T02:15:52.753137+0000 mgr.smithi096.ejdhsd (mgr.14182) 449 : cluster [DBG] pgmap v354: 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-16T02:15:55.750 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:55 smithi096 bash[25928]: audit 2023-11-16T02:15:54.475357+0000 mon.smithi096 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:15:55.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:55 smithi145 bash[29583]: audit 2023-11-16T02:15:54.475357+0000 mon.smithi096 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:15:56.167 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:15:56.168 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:15:56.803 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:56 smithi096 bash[25928]: cluster 2023-11-16T02:15:54.754529+0000 mgr.smithi096.ejdhsd (mgr.14182) 450 : cluster [DBG] pgmap v355: 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-16T02:15:56.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:15:56.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:56 smithi145 bash[29583]: cluster 2023-11-16T02:15:54.754529+0000 mgr.smithi096.ejdhsd (mgr.14182) 450 : cluster [DBG] pgmap v355: 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-16T02:15:57.805 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:15:57.817 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:57 smithi096 bash[25928]: audit 2023-11-16T02:15:56.155093+0000 mgr.smithi096.ejdhsd (mgr.14182) 451 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:57.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:57 smithi145 bash[29583]: audit 2023-11-16T02:15:56.155093+0000 mgr.smithi096.ejdhsd (mgr.14182) 451 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:15:58.825 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:15:58 smithi096 bash[25928]: cluster 2023-11-16T02:15:56.756129+0000 mgr.smithi096.ejdhsd (mgr.14182) 452 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 260 B/s rd, 0 op/s 2023-11-16T02:15:58.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:15:58 smithi145 bash[29583]: cluster 2023-11-16T02:15:56.756129+0000 mgr.smithi096.ejdhsd (mgr.14182) 452 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 260 B/s rd, 0 op/s 2023-11-16T02:16:00.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:00 smithi096 bash[25928]: cluster 2023-11-16T02:15:58.757979+0000 mgr.smithi096.ejdhsd (mgr.14182) 453 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 955 B/s rd, 86 B/s wr, 1 op/s 2023-11-16T02:16:00.780 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:00.780 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:00.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:00 smithi145 bash[29583]: cluster 2023-11-16T02:15:58.757979+0000 mgr.smithi096.ejdhsd (mgr.14182) 453 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 955 B/s rd, 86 B/s wr, 1 op/s 2023-11-16T02:16:01.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:02.423 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:02.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:02 smithi096 bash[25928]: cluster 2023-11-16T02:16:00.759704+0000 mgr.smithi096.ejdhsd (mgr.14182) 454 : cluster [DBG] pgmap v358: 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-16T02:16:02.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:02 smithi096 bash[25928]: audit 2023-11-16T02:16:00.773008+0000 mgr.smithi096.ejdhsd (mgr.14182) 455 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:02.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:02 smithi145 bash[29583]: cluster 2023-11-16T02:16:00.759704+0000 mgr.smithi096.ejdhsd (mgr.14182) 454 : cluster [DBG] pgmap v358: 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-16T02:16:02.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:02 smithi145 bash[29583]: audit 2023-11-16T02:16:00.773008+0000 mgr.smithi096.ejdhsd (mgr.14182) 455 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:04 smithi096 bash[25928]: cluster 2023-11-16T02:16:02.761189+0000 mgr.smithi096.ejdhsd (mgr.14182) 456 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T02:16:04.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:04 smithi145 bash[29583]: cluster 2023-11-16T02:16:02.761189+0000 mgr.smithi096.ejdhsd (mgr.14182) 456 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T02:16:05.725 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:05.725 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:06.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:06.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:06 smithi096 bash[25928]: cluster 2023-11-16T02:16:04.762571+0000 mgr.smithi096.ejdhsd (mgr.14182) 457 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T02:16:06.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:06 smithi096 bash[25928]: audit 2023-11-16T02:16:05.709595+0000 mgr.smithi096.ejdhsd (mgr.14182) 458 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:06.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:06 smithi145 bash[29583]: cluster 2023-11-16T02:16:04.762571+0000 mgr.smithi096.ejdhsd (mgr.14182) 457 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T02:16:06.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:06 smithi145 bash[29583]: audit 2023-11-16T02:16:05.709595+0000 mgr.smithi096.ejdhsd (mgr.14182) 458 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:07.328 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:08.718 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:08 smithi096 bash[25928]: cluster 2023-11-16T02:16:06.764334+0000 mgr.smithi096.ejdhsd (mgr.14182) 459 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T02:16:08.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:08 smithi145 bash[29583]: cluster 2023-11-16T02:16:06.764334+0000 mgr.smithi096.ejdhsd (mgr.14182) 459 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T02:16:10.511 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:10.511 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:10.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:10 smithi096 bash[25928]: cluster 2023-11-16T02:16:08.766127+0000 mgr.smithi096.ejdhsd (mgr.14182) 460 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2023-11-16T02:16:10.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:10 smithi145 bash[29583]: cluster 2023-11-16T02:16:08.766127+0000 mgr.smithi096.ejdhsd (mgr.14182) 460 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2023-11-16T02:16:11.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:11.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:11 smithi096 bash[25928]: audit 2023-11-16T02:16:10.495930+0000 mgr.smithi096.ejdhsd (mgr.14182) 461 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:11.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:11 smithi145 bash[29583]: audit 2023-11-16T02:16:10.495930+0000 mgr.smithi096.ejdhsd (mgr.14182) 461 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:12.155 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:12.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:12 smithi096 bash[25928]: cluster 2023-11-16T02:16:10.767929+0000 mgr.smithi096.ejdhsd (mgr.14182) 462 : cluster [DBG] pgmap v363: 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-16T02:16:12.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:12 smithi145 bash[29583]: cluster 2023-11-16T02:16:10.767929+0000 mgr.smithi096.ejdhsd (mgr.14182) 462 : cluster [DBG] pgmap v363: 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-16T02:16:14.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:14 smithi096 bash[25928]: cluster 2023-11-16T02:16:12.769588+0000 mgr.smithi096.ejdhsd (mgr.14182) 463 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:14.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:14 smithi145 bash[29583]: cluster 2023-11-16T02:16:12.769588+0000 mgr.smithi096.ejdhsd (mgr.14182) 463 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:15.321 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:15.321 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:15.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:16.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:16 smithi096 bash[25928]: cluster 2023-11-16T02:16:14.771246+0000 mgr.smithi096.ejdhsd (mgr.14182) 464 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:16.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:16 smithi096 bash[25928]: audit 2023-11-16T02:16:15.307912+0000 mgr.smithi096.ejdhsd (mgr.14182) 465 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:16.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:16 smithi145 bash[29583]: cluster 2023-11-16T02:16:14.771246+0000 mgr.smithi096.ejdhsd (mgr.14182) 464 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:16.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:16 smithi145 bash[29583]: audit 2023-11-16T02:16:15.307912+0000 mgr.smithi096.ejdhsd (mgr.14182) 465 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:16.995 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:18.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:18 smithi096 bash[25928]: cluster 2023-11-16T02:16:16.772820+0000 mgr.smithi096.ejdhsd (mgr.14182) 466 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:18.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:18 smithi145 bash[29583]: cluster 2023-11-16T02:16:16.772820+0000 mgr.smithi096.ejdhsd (mgr.14182) 466 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:20.254 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:20.255 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:20.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:20 smithi096 bash[25928]: cluster 2023-11-16T02:16:18.774616+0000 mgr.smithi096.ejdhsd (mgr.14182) 467 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:20.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:20.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:20 smithi145 bash[29583]: cluster 2023-11-16T02:16:18.774616+0000 mgr.smithi096.ejdhsd (mgr.14182) 467 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:21.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:21 smithi096 bash[25928]: audit 2023-11-16T02:16:20.245143+0000 mgr.smithi096.ejdhsd (mgr.14182) 468 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:21.861 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:21.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:21 smithi145 bash[29583]: audit 2023-11-16T02:16:20.245143+0000 mgr.smithi096.ejdhsd (mgr.14182) 468 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:22.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:22 smithi096 bash[25928]: cluster 2023-11-16T02:16:20.776539+0000 mgr.smithi096.ejdhsd (mgr.14182) 469 : cluster [DBG] pgmap v368: 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-16T02:16:22.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:22 smithi145 bash[29583]: cluster 2023-11-16T02:16:20.776539+0000 mgr.smithi096.ejdhsd (mgr.14182) 469 : cluster [DBG] pgmap v368: 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-16T02:16:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:24 smithi096 bash[25928]: cluster 2023-11-16T02:16:22.778055+0000 mgr.smithi096.ejdhsd (mgr.14182) 470 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:24.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:24 smithi145 bash[29583]: cluster 2023-11-16T02:16:22.778055+0000 mgr.smithi096.ejdhsd (mgr.14182) 470 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:25.140 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:25.140 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:25.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:26.762 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:26.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:26 smithi096 bash[25928]: cluster 2023-11-16T02:16:24.779271+0000 mgr.smithi096.ejdhsd (mgr.14182) 471 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:26.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:26 smithi096 bash[25928]: audit 2023-11-16T02:16:25.125930+0000 mgr.smithi096.ejdhsd (mgr.14182) 472 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:26.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:26 smithi145 bash[29583]: cluster 2023-11-16T02:16:24.779271+0000 mgr.smithi096.ejdhsd (mgr.14182) 471 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:26.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:26 smithi145 bash[29583]: audit 2023-11-16T02:16:25.125930+0000 mgr.smithi096.ejdhsd (mgr.14182) 472 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:28.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:28 smithi145 bash[29583]: cluster 2023-11-16T02:16:26.780719+0000 mgr.smithi096.ejdhsd (mgr.14182) 473 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:28 smithi096 bash[25928]: cluster 2023-11-16T02:16:26.780719+0000 mgr.smithi096.ejdhsd (mgr.14182) 473 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:30.124 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:30.125 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:30.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:30.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:30 smithi145 bash[29583]: cluster 2023-11-16T02:16:28.782020+0000 mgr.smithi096.ejdhsd (mgr.14182) 474 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:31.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:30 smithi096 bash[25928]: cluster 2023-11-16T02:16:28.782020+0000 mgr.smithi096.ejdhsd (mgr.14182) 474 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:31.769 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:31.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:31 smithi145 bash[29583]: audit 2023-11-16T02:16:30.110776+0000 mgr.smithi096.ejdhsd (mgr.14182) 475 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:32.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:31 smithi096 bash[25928]: audit 2023-11-16T02:16:30.110776+0000 mgr.smithi096.ejdhsd (mgr.14182) 475 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:32.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:32 smithi145 bash[29583]: cluster 2023-11-16T02:16:30.783838+0000 mgr.smithi096.ejdhsd (mgr.14182) 476 : cluster [DBG] pgmap v373: 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-16T02:16:32.934 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:32 smithi096 bash[25928]: cluster 2023-11-16T02:16:30.783838+0000 mgr.smithi096.ejdhsd (mgr.14182) 476 : cluster [DBG] pgmap v373: 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-16T02:16:34.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:34 smithi096 bash[25928]: cluster 2023-11-16T02:16:32.785197+0000 mgr.smithi096.ejdhsd (mgr.14182) 477 : 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-16T02:16:34.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:34 smithi145 bash[29583]: cluster 2023-11-16T02:16:32.785197+0000 mgr.smithi096.ejdhsd (mgr.14182) 477 : 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-16T02:16:34.980 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:34.981 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:35.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:36.666 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:36.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:36 smithi145 bash[29583]: cluster 2023-11-16T02:16:34.786847+0000 mgr.smithi096.ejdhsd (mgr.14182) 478 : 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-16T02:16:36.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:36 smithi145 bash[29583]: audit 2023-11-16T02:16:34.968358+0000 mgr.smithi096.ejdhsd (mgr.14182) 479 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:37.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:36 smithi096 bash[25928]: cluster 2023-11-16T02:16:34.786847+0000 mgr.smithi096.ejdhsd (mgr.14182) 478 : 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-16T02:16:37.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:36 smithi096 bash[25928]: audit 2023-11-16T02:16:34.968358+0000 mgr.smithi096.ejdhsd (mgr.14182) 479 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:38.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:38 smithi145 bash[29583]: cluster 2023-11-16T02:16:36.788213+0000 mgr.smithi096.ejdhsd (mgr.14182) 480 : 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-16T02:16:39.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:38 smithi096 bash[25928]: cluster 2023-11-16T02:16:36.788213+0000 mgr.smithi096.ejdhsd (mgr.14182) 480 : 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-16T02:16:39.835 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:39.835 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:40.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:40.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:40 smithi145 bash[29583]: cluster 2023-11-16T02:16:38.789941+0000 mgr.smithi096.ejdhsd (mgr.14182) 481 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:41.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:40 smithi096 bash[25928]: cluster 2023-11-16T02:16:38.789941+0000 mgr.smithi096.ejdhsd (mgr.14182) 481 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:41.397 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:41 smithi096 bash[25928]: audit 2023-11-16T02:16:39.820224+0000 mgr.smithi096.ejdhsd (mgr.14182) 482 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:41.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:41 smithi145 bash[29583]: audit 2023-11-16T02:16:39.820224+0000 mgr.smithi096.ejdhsd (mgr.14182) 482 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:42.902 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:42 smithi096 bash[25928]: cluster 2023-11-16T02:16:40.791708+0000 mgr.smithi096.ejdhsd (mgr.14182) 483 : cluster [DBG] pgmap v378: 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-16T02:16:42.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:42 smithi145 bash[29583]: cluster 2023-11-16T02:16:40.791708+0000 mgr.smithi096.ejdhsd (mgr.14182) 483 : cluster [DBG] pgmap v378: 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-16T02:16:44.672 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:44.672 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:44.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:44 smithi096 bash[25928]: cluster 2023-11-16T02:16:42.793199+0000 mgr.smithi096.ejdhsd (mgr.14182) 484 : 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-16T02:16:44.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:44 smithi145 bash[29583]: cluster 2023-11-16T02:16:42.793199+0000 mgr.smithi096.ejdhsd (mgr.14182) 484 : 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-16T02:16:45.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:46.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:45 smithi096 bash[25928]: audit 2023-11-16T02:16:44.656360+0000 mgr.smithi096.ejdhsd (mgr.14182) 485 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:46.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:45 smithi145 bash[29583]: audit 2023-11-16T02:16:44.656360+0000 mgr.smithi096.ejdhsd (mgr.14182) 485 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:46.312 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:47.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:46 smithi096 bash[25928]: cluster 2023-11-16T02:16:44.794347+0000 mgr.smithi096.ejdhsd (mgr.14182) 486 : 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-16T02:16:47.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:46 smithi145 bash[29583]: cluster 2023-11-16T02:16:44.794347+0000 mgr.smithi096.ejdhsd (mgr.14182) 486 : 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-16T02:16:49.031 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:48 smithi096 bash[25928]: cluster 2023-11-16T02:16:46.795428+0000 mgr.smithi096.ejdhsd (mgr.14182) 487 : 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-16T02:16:49.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:48 smithi145 bash[29583]: cluster 2023-11-16T02:16:46.795428+0000 mgr.smithi096.ejdhsd (mgr.14182) 487 : 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-16T02:16:49.453 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:49.453 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:50.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:51.062 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:51.071 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:50 smithi096 bash[25928]: cluster 2023-11-16T02:16:48.796703+0000 mgr.smithi096.ejdhsd (mgr.14182) 488 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:51.071 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:50 smithi096 bash[25928]: audit 2023-11-16T02:16:49.442045+0000 mgr.smithi096.ejdhsd (mgr.14182) 489 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:51.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:50 smithi145 bash[29583]: cluster 2023-11-16T02:16:48.796703+0000 mgr.smithi096.ejdhsd (mgr.14182) 488 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:16:51.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:50 smithi145 bash[29583]: audit 2023-11-16T02:16:49.442045+0000 mgr.smithi096.ejdhsd (mgr.14182) 489 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:52.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:51 smithi096 bash[25928]: audit 2023-11-16T02:16:50.754250+0000 mon.smithi096 (mon.0) 765 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:16:52.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:51 smithi096 bash[25928]: audit 2023-11-16T02:16:51.075313+0000 mon.smithi096 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:16:52.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:51 smithi096 bash[25928]: audit 2023-11-16T02:16:51.368405+0000 mon.smithi096 (mon.0) 767 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:16:52.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:51 smithi096 bash[25928]: audit 2023-11-16T02:16:51.370200+0000 mon.smithi096 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:16:52.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:51 smithi096 bash[25928]: audit 2023-11-16T02:16:51.379354+0000 mon.smithi096 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:16:52.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:51 smithi096 bash[25928]: audit 2023-11-16T02:16:51.388895+0000 mon.smithi096 (mon.0) 770 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:16:52.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:51 smithi096 bash[25928]: audit 2023-11-16T02:16:51.405956+0000 mon.smithi096 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:16:52.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:51 smithi145 bash[29583]: audit 2023-11-16T02:16:50.754250+0000 mon.smithi096 (mon.0) 765 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:16:52.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:51 smithi145 bash[29583]: audit 2023-11-16T02:16:51.075313+0000 mon.smithi096 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:16:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:51 smithi145 bash[29583]: audit 2023-11-16T02:16:51.368405+0000 mon.smithi096 (mon.0) 767 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:16:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:51 smithi145 bash[29583]: audit 2023-11-16T02:16:51.370200+0000 mon.smithi096 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:16:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:51 smithi145 bash[29583]: audit 2023-11-16T02:16:51.379354+0000 mon.smithi096 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:16:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:51 smithi145 bash[29583]: audit 2023-11-16T02:16:51.388895+0000 mon.smithi096 (mon.0) 770 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:16:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:51 smithi145 bash[29583]: audit 2023-11-16T02:16:51.405956+0000 mon.smithi096 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:16:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:52 smithi096 bash[25928]: cluster 2023-11-16T02:16:50.798441+0000 mgr.smithi096.ejdhsd (mgr.14182) 490 : cluster [DBG] pgmap v383: 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-16T02:16:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:52 smithi096 bash[25928]: cluster 2023-11-16T02:16:51.380561+0000 mgr.smithi096.ejdhsd (mgr.14182) 491 : cluster [DBG] pgmap v384: 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-16T02:16:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:52 smithi096 bash[25928]: cephadm 2023-11-16T02:16:51.409767+0000 mgr.smithi096.ejdhsd (mgr.14182) 492 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.cjtzyw on smithi145 2023-11-16T02:16:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:52 smithi096 bash[25928]: cluster 2023-11-16T02:16:51.689625+0000 mon.smithi096 (mon.0) 772 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:16:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:52 smithi096 bash[25928]: cluster 2023-11-16T02:16:51.689722+0000 mon.smithi096 (mon.0) 773 : cluster [INF] Cluster is now healthy 2023-11-16T02:16:53.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:52 smithi096 bash[25928]: audit 2023-11-16T02:16:52.265076+0000 mon.smithi096 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:16:53.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:52 smithi145 bash[29583]: cluster 2023-11-16T02:16:50.798441+0000 mgr.smithi096.ejdhsd (mgr.14182) 490 : cluster [DBG] pgmap v383: 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-16T02:16:53.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:52 smithi145 bash[29583]: cluster 2023-11-16T02:16:51.380561+0000 mgr.smithi096.ejdhsd (mgr.14182) 491 : cluster [DBG] pgmap v384: 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-16T02:16:53.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:52 smithi145 bash[29583]: cephadm 2023-11-16T02:16:51.409767+0000 mgr.smithi096.ejdhsd (mgr.14182) 492 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.cjtzyw on smithi145 2023-11-16T02:16:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:52 smithi145 bash[29583]: cluster 2023-11-16T02:16:51.689625+0000 mon.smithi096 (mon.0) 772 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:16:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:52 smithi145 bash[29583]: cluster 2023-11-16T02:16:51.689722+0000 mon.smithi096 (mon.0) 773 : cluster [INF] Cluster is now healthy 2023-11-16T02:16:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:52 smithi145 bash[29583]: audit 2023-11-16T02:16:52.265076+0000 mon.smithi096 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:16:54.490 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:54.490 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:14:42.362441Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.irxtpt on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:46.776089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hyfemy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hyfemy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hyfemy\nDeploy daemon haproxy.nfs.foo.smithi145.hyfemy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.744006Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.pyokyn on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-pyokyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.pyokyn\nDeploy daemon haproxy.nfs.foo.smithi096.pyokyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:15:50.747321Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.rlgofq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:54.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:54 smithi096 bash[25928]: cluster 2023-11-16T02:16:53.382212+0000 mgr.smithi096.ejdhsd (mgr.14182) 493 : cluster [DBG] pgmap v385: 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-16T02:16:55.078 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:54 smithi145 bash[29583]: cluster 2023-11-16T02:16:53.382212+0000 mgr.smithi096.ejdhsd (mgr.14182) 493 : cluster [DBG] pgmap v385: 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-16T02:16:55.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:16:56.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:55 smithi096 bash[25928]: audit 2023-11-16T02:16:54.481243+0000 mgr.smithi096.ejdhsd (mgr.14182) 494 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:56.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:55 smithi096 bash[25928]: audit 2023-11-16T02:16:55.158265+0000 mon.smithi096 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.cjtzyw"}]: dispatch 2023-11-16T02:16:56.128 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:16:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:55 smithi145 bash[29583]: audit 2023-11-16T02:16:54.481243+0000 mgr.smithi096.ejdhsd (mgr.14182) 494 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:16:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:55 smithi145 bash[29583]: audit 2023-11-16T02:16:55.158265+0000 mon.smithi096 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.cjtzyw"}]: dispatch 2023-11-16T02:16:57.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: cephadm 2023-11-16T02:16:55.157037+0000 mgr.smithi096.ejdhsd (mgr.14182) 495 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.cjtzyw ... 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:16:57.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.cjtzyw ... 2023-11-16T02:16:57.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: cephadm 2023-11-16T02:16:55.157560+0000 mgr.smithi096.ejdhsd (mgr.14182) 496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: cephadm 2023-11-16T02:16:55.160019+0000 mgr.smithi096.ejdhsd (mgr.14182) 497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.cjtzyw ... 2023-11-16T02:16:57.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:16:57.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:16:57.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:16:57.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: cephadm 2023-11-16T02:16:55.165038+0000 mgr.smithi096.ejdhsd (mgr.14182) 498 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.wadwqv on smithi096 2023-11-16T02:16:57.110 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:56 smithi096 bash[25928]: cluster 2023-11-16T02:16:55.383111+0000 mgr.smithi096.ejdhsd (mgr.14182) 499 : cluster [DBG] pgmap v386: 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-16T02:16:57.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: cephadm 2023-11-16T02:16:55.157037+0000 mgr.smithi096.ejdhsd (mgr.14182) 495 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:16:57.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:16:57.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.cjtzyw ... 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:16:57.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.cjtzyw ... 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:16:57.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: cephadm 2023-11-16T02:16:55.157560+0000 mgr.smithi096.ejdhsd (mgr.14182) 496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: cephadm 2023-11-16T02:16:55.160019+0000 mgr.smithi096.ejdhsd (mgr.14182) 497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.cjtzyw ... 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:16:57.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:16:57.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:16:57.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:16:57.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: cephadm 2023-11-16T02:16:55.165038+0000 mgr.smithi096.ejdhsd (mgr.14182) 498 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.wadwqv on smithi096 2023-11-16T02:16:57.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:56 smithi145 bash[29583]: cluster 2023-11-16T02:16:55.383111+0000 mgr.smithi096.ejdhsd (mgr.14182) 499 : cluster [DBG] pgmap v386: 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-16T02:16:58.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:58 smithi096 bash[25928]: cluster 2023-11-16T02:16:57.384223+0000 mgr.smithi096.ejdhsd (mgr.14182) 500 : cluster [DBG] pgmap v387: 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-16T02:16:59.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:58 smithi145 bash[29583]: cluster 2023-11-16T02:16:57.384223+0000 mgr.smithi096.ejdhsd (mgr.14182) 500 : cluster [DBG] pgmap v387: 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-16T02:16:59.495 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:16:59.496 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:16:59.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:59 smithi096 bash[25928]: audit 2023-11-16T02:16:59.068936+0000 mon.smithi096 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.wadwqv"}]: dispatch 2023-11-16T02:16:59.998 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:16:59 smithi096 bash[25928]: audit 2023-11-16T02:16:59.533802+0000 mon.smithi096 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:17:00.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:59 smithi145 bash[29583]: audit 2023-11-16T02:16:59.068936+0000 mon.smithi096 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.wadwqv"}]: dispatch 2023-11-16T02:17:00.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:16:59 smithi145 bash[29583]: audit 2023-11-16T02:16:59.533802+0000 mon.smithi096 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:17:00.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:01.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: cephadm 2023-11-16T02:16:59.067752+0000 mgr.smithi096.ejdhsd (mgr.14182) 501 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:17:01.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:17:01.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.wadwqv ... 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:17:01.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.wadwqv ... 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: cephadm 2023-11-16T02:16:59.068236+0000 mgr.smithi096.ejdhsd (mgr.14182) 502 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: cephadm 2023-11-16T02:16:59.070425+0000 mgr.smithi096.ejdhsd (mgr.14182) 503 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:17:01.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.wadwqv ... 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: cephadm 2023-11-16T02:16:59.072826+0000 mgr.smithi096.ejdhsd (mgr.14182) 504 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: cephadm 2023-11-16T02:16:59.074943+0000 mgr.smithi096.ejdhsd (mgr.14182) 505 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:17:01.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: cluster 2023-11-16T02:16:59.076163+0000 mgr.smithi096.ejdhsd (mgr.14182) 506 : cluster [DBG] pgmap v388: 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-16T02:17:01.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: audit 2023-11-16T02:16:59.488423+0000 mgr.smithi096.ejdhsd (mgr.14182) 507 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:01.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:00 smithi096 bash[25928]: cluster 2023-11-16T02:16:59.721198+0000 mon.smithi096 (mon.0) 778 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:17:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: cephadm 2023-11-16T02:16:59.067752+0000 mgr.smithi096.ejdhsd (mgr.14182) 501 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:17:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:17:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.wadwqv ... 2023-11-16T02:17:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:17:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:17:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:17:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:17:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:17:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:17:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:17:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:17:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.wadwqv ... 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: cephadm 2023-11-16T02:16:59.068236+0000 mgr.smithi096.ejdhsd (mgr.14182) 502 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: cephadm 2023-11-16T02:16:59.070425+0000 mgr.smithi096.ejdhsd (mgr.14182) 503 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.wadwqv ... 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:17:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: cephadm 2023-11-16T02:16:59.072826+0000 mgr.smithi096.ejdhsd (mgr.14182) 504 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:17:01.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: cephadm 2023-11-16T02:16:59.074943+0000 mgr.smithi096.ejdhsd (mgr.14182) 505 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:17:01.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: cluster 2023-11-16T02:16:59.076163+0000 mgr.smithi096.ejdhsd (mgr.14182) 506 : cluster [DBG] pgmap v388: 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-16T02:17:01.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: audit 2023-11-16T02:16:59.488423+0000 mgr.smithi096.ejdhsd (mgr.14182) 507 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:01.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:00 smithi145 bash[29583]: cluster 2023-11-16T02:16:59.721198+0000 mon.smithi096 (mon.0) 778 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:17:01.226 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:03.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:02 smithi096 bash[25928]: cluster 2023-11-16T02:17:01.077934+0000 mgr.smithi096.ejdhsd (mgr.14182) 508 : cluster [DBG] pgmap v389: 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-16T02:17:03.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:02 smithi145 bash[29583]: cluster 2023-11-16T02:17:01.077934+0000 mgr.smithi096.ejdhsd (mgr.14182) 508 : cluster [DBG] pgmap v389: 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-16T02:17:04.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:03 smithi096 bash[25928]: cluster 2023-11-16T02:17:03.079420+0000 mgr.smithi096.ejdhsd (mgr.14182) 509 : cluster [DBG] pgmap v390: 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-16T02:17:04.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:03 smithi145 bash[29583]: cluster 2023-11-16T02:17:03.079420+0000 mgr.smithi096.ejdhsd (mgr.14182) 509 : cluster [DBG] pgmap v390: 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-16T02:17:04.347 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:04.347 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:04.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:05.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:04 smithi096 bash[25928]: audit 2023-11-16T02:17:04.333977+0000 mgr.smithi096.ejdhsd (mgr.14182) 510 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:05.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:04 smithi145 bash[29583]: audit 2023-11-16T02:17:04.333977+0000 mgr.smithi096.ejdhsd (mgr.14182) 510 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:05.945 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:06.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:06 smithi096 bash[25928]: cluster 2023-11-16T02:17:05.081108+0000 mgr.smithi096.ejdhsd (mgr.14182) 511 : cluster [DBG] pgmap v391: 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-16T02:17:06.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:06 smithi145 bash[29583]: cluster 2023-11-16T02:17:05.081108+0000 mgr.smithi096.ejdhsd (mgr.14182) 511 : cluster [DBG] pgmap v391: 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-16T02:17:08.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:08 smithi096 bash[25928]: cluster 2023-11-16T02:17:07.082642+0000 mgr.smithi096.ejdhsd (mgr.14182) 512 : cluster [DBG] pgmap v392: 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-16T02:17:08.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:08 smithi096 bash[25928]: audit 2023-11-16T02:17:07.265456+0000 mon.smithi096 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:17:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:08 smithi145 bash[29583]: cluster 2023-11-16T02:17:07.082642+0000 mgr.smithi096.ejdhsd (mgr.14182) 512 : cluster [DBG] pgmap v392: 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-16T02:17:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:08 smithi145 bash[29583]: audit 2023-11-16T02:17:07.265456+0000 mon.smithi096 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:17:09.253 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:09.254 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:09.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:10.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:10 smithi096 bash[25928]: cluster 2023-11-16T02:17:09.084367+0000 mgr.smithi096.ejdhsd (mgr.14182) 513 : cluster [DBG] pgmap v393: 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-16T02:17:10.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:10 smithi096 bash[25928]: audit 2023-11-16T02:17:09.238577+0000 mgr.smithi096.ejdhsd (mgr.14182) 514 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:10.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:10 smithi145 bash[29583]: cluster 2023-11-16T02:17:09.084367+0000 mgr.smithi096.ejdhsd (mgr.14182) 513 : cluster [DBG] pgmap v393: 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-16T02:17:10.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:10 smithi145 bash[29583]: audit 2023-11-16T02:17:09.238577+0000 mgr.smithi096.ejdhsd (mgr.14182) 514 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:10.937 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:12.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:12 smithi096 bash[25928]: cluster 2023-11-16T02:17:11.086137+0000 mgr.smithi096.ejdhsd (mgr.14182) 515 : cluster [DBG] pgmap v394: 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-16T02:17:12.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:12 smithi145 bash[29583]: cluster 2023-11-16T02:17:11.086137+0000 mgr.smithi096.ejdhsd (mgr.14182) 515 : cluster [DBG] pgmap v394: 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-16T02:17:14.086 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:14.086 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:14.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:14 smithi096 bash[25928]: cluster 2023-11-16T02:17:13.087658+0000 mgr.smithi096.ejdhsd (mgr.14182) 516 : 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-16T02:17:14.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:14 smithi145 bash[29583]: cluster 2023-11-16T02:17:13.087658+0000 mgr.smithi096.ejdhsd (mgr.14182) 516 : 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-16T02:17:14.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:15.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:15 smithi096 bash[25928]: audit 2023-11-16T02:17:14.074487+0000 mgr.smithi096.ejdhsd (mgr.14182) 517 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:15 smithi145 bash[29583]: audit 2023-11-16T02:17:14.074487+0000 mgr.smithi096.ejdhsd (mgr.14182) 517 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:15.718 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:16.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:16 smithi096 bash[25928]: cluster 2023-11-16T02:17:15.089253+0000 mgr.smithi096.ejdhsd (mgr.14182) 518 : 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-16T02:17:16.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:16 smithi145 bash[29583]: cluster 2023-11-16T02:17:15.089253+0000 mgr.smithi096.ejdhsd (mgr.14182) 518 : 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-16T02:17:18.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:18 smithi096 bash[25928]: cluster 2023-11-16T02:17:17.090741+0000 mgr.smithi096.ejdhsd (mgr.14182) 519 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:18 smithi145 bash[29583]: cluster 2023-11-16T02:17:17.090741+0000 mgr.smithi096.ejdhsd (mgr.14182) 519 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:18.856 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:18.856 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:19.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:20.531 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:20.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:20 smithi096 bash[25928]: audit 2023-11-16T02:17:18.844023+0000 mgr.smithi096.ejdhsd (mgr.14182) 520 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:20.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:20 smithi096 bash[25928]: cluster 2023-11-16T02:17:19.092434+0000 mgr.smithi096.ejdhsd (mgr.14182) 521 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:20.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:20 smithi145 bash[29583]: audit 2023-11-16T02:17:18.844023+0000 mgr.smithi096.ejdhsd (mgr.14182) 520 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:20.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:20 smithi145 bash[29583]: cluster 2023-11-16T02:17:19.092434+0000 mgr.smithi096.ejdhsd (mgr.14182) 521 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:22.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:22 smithi096 bash[25928]: cluster 2023-11-16T02:17:21.094280+0000 mgr.smithi096.ejdhsd (mgr.14182) 522 : cluster [DBG] pgmap v399: 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-16T02:17:22.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:22 smithi145 bash[29583]: cluster 2023-11-16T02:17:21.094280+0000 mgr.smithi096.ejdhsd (mgr.14182) 522 : cluster [DBG] pgmap v399: 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-16T02:17:23.795 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:23.795 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:24.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:24.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:24 smithi096 bash[25928]: cluster 2023-11-16T02:17:23.095467+0000 mgr.smithi096.ejdhsd (mgr.14182) 523 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:24.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:24 smithi145 bash[29583]: cluster 2023-11-16T02:17:23.095467+0000 mgr.smithi096.ejdhsd (mgr.14182) 523 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:25.393 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:25.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:25 smithi096 bash[25928]: audit 2023-11-16T02:17:23.787635+0000 mgr.smithi096.ejdhsd (mgr.14182) 524 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:25.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:25 smithi145 bash[29583]: audit 2023-11-16T02:17:23.787635+0000 mgr.smithi096.ejdhsd (mgr.14182) 524 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:26.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:26 smithi096 bash[25928]: cluster 2023-11-16T02:17:25.097061+0000 mgr.smithi096.ejdhsd (mgr.14182) 525 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:34.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:28 smithi096 bash[25928]: cluster 2023-11-16T02:17:27.098486+0000 mgr.smithi096.ejdhsd (mgr.14182) 526 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:34.849 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:26 smithi145 bash[29583]: cluster 2023-11-16T02:17:25.097061+0000 mgr.smithi096.ejdhsd (mgr.14182) 525 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:34.850 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:28 smithi145 bash[29583]: cluster 2023-11-16T02:17:27.098486+0000 mgr.smithi096.ejdhsd (mgr.14182) 526 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:34.850 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:29 smithi145 bash[29583]: audit 2023-11-16T02:17:28.528630+0000 mgr.smithi096.ejdhsd (mgr.14182) 527 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:34.850 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:30 smithi145 bash[29583]: cluster 2023-11-16T02:17:29.100226+0000 mgr.smithi096.ejdhsd (mgr.14182) 528 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:34.850 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:32 smithi145 bash[29583]: cluster 2023-11-16T02:17:31.102044+0000 mgr.smithi096.ejdhsd (mgr.14182) 529 : cluster [DBG] pgmap v404: 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-16T02:17:34.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:34 smithi145 bash[29583]: cluster 2023-11-16T02:17:33.103508+0000 mgr.smithi096.ejdhsd (mgr.14182) 530 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:34.884 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:34.885 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:34.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:34.886 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:29 smithi096 bash[25928]: audit 2023-11-16T02:17:28.528630+0000 mgr.smithi096.ejdhsd (mgr.14182) 527 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:34.886 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:30 smithi096 bash[25928]: cluster 2023-11-16T02:17:29.100226+0000 mgr.smithi096.ejdhsd (mgr.14182) 528 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:34.887 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:32 smithi096 bash[25928]: cluster 2023-11-16T02:17:31.102044+0000 mgr.smithi096.ejdhsd (mgr.14182) 529 : cluster [DBG] pgmap v404: 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-16T02:17:34.887 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:34 smithi096 bash[25928]: cluster 2023-11-16T02:17:33.103508+0000 mgr.smithi096.ejdhsd (mgr.14182) 530 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:35.887 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:36.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:36 smithi096 bash[25928]: cluster 2023-11-16T02:17:35.105129+0000 mgr.smithi096.ejdhsd (mgr.14182) 531 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:36.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:36 smithi145 bash[29583]: cluster 2023-11-16T02:17:35.105129+0000 mgr.smithi096.ejdhsd (mgr.14182) 531 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:38.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:38 smithi096 bash[25928]: cluster 2023-11-16T02:17:37.106787+0000 mgr.smithi096.ejdhsd (mgr.14182) 532 : 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-16T02:17:38.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:38 smithi145 bash[29583]: cluster 2023-11-16T02:17:37.106787+0000 mgr.smithi096.ejdhsd (mgr.14182) 532 : 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-16T02:17:39.095 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:39.096 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:39.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:40.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:40 smithi096 bash[25928]: audit 2023-11-16T02:17:39.081825+0000 mgr.smithi096.ejdhsd (mgr.14182) 533 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:40.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:40 smithi096 bash[25928]: cluster 2023-11-16T02:17:39.107762+0000 mgr.smithi096.ejdhsd (mgr.14182) 534 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:40.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:40 smithi145 bash[29583]: audit 2023-11-16T02:17:39.081825+0000 mgr.smithi096.ejdhsd (mgr.14182) 533 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:40.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:40 smithi145 bash[29583]: cluster 2023-11-16T02:17:39.107762+0000 mgr.smithi096.ejdhsd (mgr.14182) 534 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:40.763 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:42.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:42 smithi096 bash[25928]: cluster 2023-11-16T02:17:41.109546+0000 mgr.smithi096.ejdhsd (mgr.14182) 535 : cluster [DBG] pgmap v409: 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-16T02:17:42.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:42 smithi145 bash[29583]: cluster 2023-11-16T02:17:41.109546+0000 mgr.smithi096.ejdhsd (mgr.14182) 535 : cluster [DBG] pgmap v409: 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-16T02:17:43.816 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:43.816 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:44.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:44.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:44 smithi096 bash[25928]: cluster 2023-11-16T02:17:43.111052+0000 mgr.smithi096.ejdhsd (mgr.14182) 536 : 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-16T02:17:44.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:44 smithi145 bash[29583]: cluster 2023-11-16T02:17:43.111052+0000 mgr.smithi096.ejdhsd (mgr.14182) 536 : 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-16T02:17:45.433 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:45.445 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:45 smithi096 bash[25928]: audit 2023-11-16T02:17:43.808738+0000 mgr.smithi096.ejdhsd (mgr.14182) 537 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:45.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:45 smithi145 bash[29583]: audit 2023-11-16T02:17:43.808738+0000 mgr.smithi096.ejdhsd (mgr.14182) 537 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:46.481 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:46 smithi096 bash[25928]: cluster 2023-11-16T02:17:45.112662+0000 mgr.smithi096.ejdhsd (mgr.14182) 538 : 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-16T02:17:46.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:46 smithi145 bash[29583]: cluster 2023-11-16T02:17:45.112662+0000 mgr.smithi096.ejdhsd (mgr.14182) 538 : 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-16T02:17:48.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:48 smithi096 bash[25928]: cluster 2023-11-16T02:17:47.114128+0000 mgr.smithi096.ejdhsd (mgr.14182) 539 : 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-16T02:17:48.500 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:48.500 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:48.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:48 smithi145 bash[29583]: cluster 2023-11-16T02:17:47.114128+0000 mgr.smithi096.ejdhsd (mgr.14182) 539 : 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-16T02:17:49.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:49.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:49 smithi096 bash[25928]: audit 2023-11-16T02:17:48.493431+0000 mgr.smithi096.ejdhsd (mgr.14182) 540 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:49.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:49 smithi145 bash[29583]: audit 2023-11-16T02:17:48.493431+0000 mgr.smithi096.ejdhsd (mgr.14182) 540 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:50.114 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:50.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:50 smithi096 bash[25928]: cluster 2023-11-16T02:17:49.115184+0000 mgr.smithi096.ejdhsd (mgr.14182) 541 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:50.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:50 smithi145 bash[29583]: cluster 2023-11-16T02:17:49.115184+0000 mgr.smithi096.ejdhsd (mgr.14182) 541 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:17:52.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:52 smithi096 bash[25928]: cluster 2023-11-16T02:17:51.116923+0000 mgr.smithi096.ejdhsd (mgr.14182) 542 : cluster [DBG] pgmap v414: 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-16T02:17:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:52 smithi145 bash[29583]: cluster 2023-11-16T02:17:51.116923+0000 mgr.smithi096.ejdhsd (mgr.14182) 542 : cluster [DBG] pgmap v414: 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-16T02:17:53.273 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:53.273 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:53.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:54.591 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:54 smithi096 bash[25928]: cluster 2023-11-16T02:17:53.118439+0000 mgr.smithi096.ejdhsd (mgr.14182) 543 : 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-16T02:17:54.591 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:54 smithi096 bash[25928]: audit 2023-11-16T02:17:53.263488+0000 mgr.smithi096.ejdhsd (mgr.14182) 544 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:54.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:54 smithi145 bash[29583]: cluster 2023-11-16T02:17:53.118439+0000 mgr.smithi096.ejdhsd (mgr.14182) 543 : 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-16T02:17:54.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:54 smithi145 bash[29583]: audit 2023-11-16T02:17:53.263488+0000 mgr.smithi096.ejdhsd (mgr.14182) 544 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:54.938 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:17:56.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:56 smithi096 bash[25928]: cluster 2023-11-16T02:17:55.120070+0000 mgr.smithi096.ejdhsd (mgr.14182) 545 : 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-16T02:17:56.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:56 smithi145 bash[29583]: cluster 2023-11-16T02:17:55.120070+0000 mgr.smithi096.ejdhsd (mgr.14182) 545 : 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-16T02:17:58.074 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:17:58.074 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:17:58.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:58 smithi096 bash[25928]: cluster 2023-11-16T02:17:57.121706+0000 mgr.smithi096.ejdhsd (mgr.14182) 546 : 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-16T02:17:58.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:58 smithi145 bash[29583]: cluster 2023-11-16T02:17:57.121706+0000 mgr.smithi096.ejdhsd (mgr.14182) 546 : 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-16T02:17:58.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:17:59.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:59 smithi096 bash[25928]: audit 2023-11-16T02:17:58.061129+0000 mgr.smithi096.ejdhsd (mgr.14182) 547 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:59.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:17:59 smithi096 bash[25928]: audit 2023-11-16T02:17:59.079360+0000 mon.smithi096 (mon.0) 780 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:17:59.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:59 smithi145 bash[29583]: audit 2023-11-16T02:17:58.061129+0000 mgr.smithi096.ejdhsd (mgr.14182) 547 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:17:59.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:17:59 smithi145 bash[29583]: audit 2023-11-16T02:17:59.079360+0000 mon.smithi096 (mon.0) 780 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:17:59.729 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:00.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:00 smithi096 bash[25928]: cluster 2023-11-16T02:17:59.122985+0000 mgr.smithi096.ejdhsd (mgr.14182) 548 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:00.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:00 smithi096 bash[25928]: audit 2023-11-16T02:17:59.384036+0000 mon.smithi096 (mon.0) 781 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:18:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:00 smithi096 bash[25928]: audit 2023-11-16T02:17:59.385530+0000 mon.smithi096 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:18:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:00 smithi096 bash[25928]: audit 2023-11-16T02:17:59.394018+0000 mon.smithi096 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:00 smithi096 bash[25928]: cluster 2023-11-16T02:17:59.394850+0000 mgr.smithi096.ejdhsd (mgr.14182) 549 : cluster [DBG] pgmap v419: 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-16T02:18:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:00 smithi096 bash[25928]: audit 2023-11-16T02:17:59.400832+0000 mon.smithi096 (mon.0) 784 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:18:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:00 smithi096 bash[25928]: audit 2023-11-16T02:17:59.415345+0000 mon.smithi096 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:00 smithi096 bash[25928]: cephadm 2023-11-16T02:17:59.419393+0000 mgr.smithi096.ejdhsd (mgr.14182) 550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.xqmccw on smithi145 2023-11-16T02:18:00.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:00 smithi145 bash[29583]: cluster 2023-11-16T02:17:59.122985+0000 mgr.smithi096.ejdhsd (mgr.14182) 548 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:00 smithi145 bash[29583]: audit 2023-11-16T02:17:59.384036+0000 mon.smithi096 (mon.0) 781 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:18:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:00 smithi145 bash[29583]: audit 2023-11-16T02:17:59.385530+0000 mon.smithi096 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:18:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:00 smithi145 bash[29583]: audit 2023-11-16T02:17:59.394018+0000 mon.smithi096 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:00 smithi145 bash[29583]: cluster 2023-11-16T02:17:59.394850+0000 mgr.smithi096.ejdhsd (mgr.14182) 549 : cluster [DBG] pgmap v419: 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-16T02:18:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:00 smithi145 bash[29583]: audit 2023-11-16T02:17:59.400832+0000 mon.smithi096 (mon.0) 784 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:18:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:00 smithi145 bash[29583]: audit 2023-11-16T02:17:59.415345+0000 mon.smithi096 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:00 smithi145 bash[29583]: cephadm 2023-11-16T02:17:59.419393+0000 mgr.smithi096.ejdhsd (mgr.14182) 550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.xqmccw on smithi145 2023-11-16T02:18:01.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:01 smithi096 bash[25928]: cluster 2023-11-16T02:18:00.390385+0000 mon.smithi096 (mon.0) 786 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:18:01.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:01 smithi096 bash[25928]: cluster 2023-11-16T02:18:00.390476+0000 mon.smithi096 (mon.0) 787 : cluster [INF] Cluster is now healthy 2023-11-16T02:18:01.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:01 smithi145 bash[29583]: cluster 2023-11-16T02:18:00.390385+0000 mon.smithi096 (mon.0) 786 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:18:01.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:01 smithi145 bash[29583]: cluster 2023-11-16T02:18:00.390476+0000 mon.smithi096 (mon.0) 787 : cluster [INF] Cluster is now healthy 2023-11-16T02:18:02.480 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:02 smithi096 bash[25928]: cluster 2023-11-16T02:18:01.395997+0000 mgr.smithi096.ejdhsd (mgr.14182) 551 : cluster [DBG] pgmap v420: 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-16T02:18:02.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:02 smithi145 bash[29583]: cluster 2023-11-16T02:18:01.395997+0000 mgr.smithi096.ejdhsd (mgr.14182) 551 : cluster [DBG] pgmap v420: 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-16T02:18:02.925 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:02.926 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:15:50.750038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uaiiqx on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:55.159754Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.cjtzyw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-cjtzyw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.cjtzyw\nDeploy daemon haproxy.nfs.foo.smithi145.cjtzyw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.070252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wadwqv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wadwqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wadwqv\nDeploy daemon haproxy.nfs.foo.smithi096.wadwqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:16:59.072707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.wddbpa on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:03.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:03.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:03 smithi145 bash[29583]: audit 2023-11-16T02:18:03.400017+0000 mon.smithi096 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.xqmccw"}]: dispatch 2023-11-16T02:18:03.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:03 smithi096 bash[25928]: audit 2023-11-16T02:18:03.400017+0000 mon.smithi096 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.xqmccw"}]: dispatch 2023-11-16T02:18:04.540 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: audit 2023-11-16T02:18:02.910868+0000 mgr.smithi096.ejdhsd (mgr.14182) 552 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: cluster 2023-11-16T02:18:03.397094+0000 mgr.smithi096.ejdhsd (mgr.14182) 553 : cluster [DBG] pgmap v421: 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-16T02:18:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: cephadm 2023-11-16T02:18:03.398775+0000 mgr.smithi096.ejdhsd (mgr.14182) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.xqmccw ... 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:04.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:04.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.xqmccw ... 2023-11-16T02:18:04.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:04.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: cephadm 2023-11-16T02:18:03.399394+0000 mgr.smithi096.ejdhsd (mgr.14182) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: cephadm 2023-11-16T02:18:03.401820+0000 mgr.smithi096.ejdhsd (mgr.14182) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.xqmccw ... 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:04.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:04.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:04.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:04 smithi096 bash[25928]: cephadm 2023-11-16T02:18:03.406644+0000 mgr.smithi096.ejdhsd (mgr.14182) 557 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.eidekl on smithi096 2023-11-16T02:18:04.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: audit 2023-11-16T02:18:02.910868+0000 mgr.smithi096.ejdhsd (mgr.14182) 552 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:04.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: cluster 2023-11-16T02:18:03.397094+0000 mgr.smithi096.ejdhsd (mgr.14182) 553 : cluster [DBG] pgmap v421: 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-16T02:18:04.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: cephadm 2023-11-16T02:18:03.398775+0000 mgr.smithi096.ejdhsd (mgr.14182) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.xqmccw ... 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.xqmccw ... 2023-11-16T02:18:04.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: cephadm 2023-11-16T02:18:03.399394+0000 mgr.smithi096.ejdhsd (mgr.14182) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: cephadm 2023-11-16T02:18:03.401820+0000 mgr.smithi096.ejdhsd (mgr.14182) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:04.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw 2023-11-16T02:18:04.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.xqmccw ... 2023-11-16T02:18:04.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:04.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:04.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:04.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:04.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:04 smithi145 bash[29583]: cephadm 2023-11-16T02:18:03.406644+0000 mgr.smithi096.ejdhsd (mgr.14182) 557 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.eidekl on smithi096 2023-11-16T02:18:06.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:06 smithi096 bash[25928]: cluster 2023-11-16T02:18:05.398431+0000 mgr.smithi096.ejdhsd (mgr.14182) 558 : cluster [DBG] pgmap v422: 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-16T02:18:06.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:06 smithi145 bash[29583]: cluster 2023-11-16T02:18:05.398431+0000 mgr.smithi096.ejdhsd (mgr.14182) 558 : cluster [DBG] pgmap v422: 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-16T02:18:07.858 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:07.858 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:08.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: audit 2023-11-16T02:18:07.267111+0000 mon.smithi096 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: cephadm 2023-11-16T02:18:07.294008+0000 mgr.smithi096.ejdhsd (mgr.14182) 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.eidekl ... 2023-11-16T02:18:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:08.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:18:08.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:18:08.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:18:08.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:18:08.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:18:08.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:08.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:08.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.eidekl ... 2023-11-16T02:18:08.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:08.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:08.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:08.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: cephadm 2023-11-16T02:18:07.294555+0000 mgr.smithi096.ejdhsd (mgr.14182) 560 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.609 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: audit 2023-11-16T02:18:07.295132+0000 mon.smithi096 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.eidekl"}]: dispatch 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: cephadm 2023-11-16T02:18:07.296312+0000 mgr.smithi096.ejdhsd (mgr.14182) 561 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.eidekl ... 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:08.610 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:08.611 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.611 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: cephadm 2023-11-16T02:18:07.298294+0000 mgr.smithi096.ejdhsd (mgr.14182) 562 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:18:08.611 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: cephadm 2023-11-16T02:18:07.299806+0000 mgr.smithi096.ejdhsd (mgr.14182) 563 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:18:08.611 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:08 smithi096 bash[25928]: cluster 2023-11-16T02:18:07.301295+0000 mgr.smithi096.ejdhsd (mgr.14182) 564 : cluster [DBG] pgmap v423: 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-16T02:18:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: audit 2023-11-16T02:18:07.267111+0000 mon.smithi096 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: cephadm 2023-11-16T02:18:07.294008+0000 mgr.smithi096.ejdhsd (mgr.14182) 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.eidekl ... 2023-11-16T02:18:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:18:08.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:18:08.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:18:08.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:18:08.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:18:08.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:08.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:08.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.eidekl ... 2023-11-16T02:18:08.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:08.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:08.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:08.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: cephadm 2023-11-16T02:18:07.294555+0000 mgr.smithi096.ejdhsd (mgr.14182) 560 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: audit 2023-11-16T02:18:07.295132+0000 mon.smithi096 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.eidekl"}]: dispatch 2023-11-16T02:18:08.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: cephadm 2023-11-16T02:18:07.296312+0000 mgr.smithi096.ejdhsd (mgr.14182) 561 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:08.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl 2023-11-16T02:18:08.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:18:08.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl 2023-11-16T02:18:08.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.eidekl ... 2023-11-16T02:18:08.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:18:08.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:18:08.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:18:08.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:18:08.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: cephadm 2023-11-16T02:18:07.298294+0000 mgr.smithi096.ejdhsd (mgr.14182) 562 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:18:08.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: cephadm 2023-11-16T02:18:07.299806+0000 mgr.smithi096.ejdhsd (mgr.14182) 563 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:18:08.676 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:08 smithi145 bash[29583]: cluster 2023-11-16T02:18:07.301295+0000 mgr.smithi096.ejdhsd (mgr.14182) 564 : cluster [DBG] pgmap v423: 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-16T02:18:09.523 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:09.534 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:09 smithi096 bash[25928]: audit 2023-11-16T02:18:07.843137+0000 mgr.smithi096.ejdhsd (mgr.14182) 565 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:09.534 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:09 smithi096 bash[25928]: cluster 2023-11-16T02:18:08.262877+0000 mon.smithi096 (mon.0) 791 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:18:09.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:09 smithi145 bash[29583]: audit 2023-11-16T02:18:07.843137+0000 mgr.smithi096.ejdhsd (mgr.14182) 565 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:09.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:09 smithi145 bash[29583]: cluster 2023-11-16T02:18:08.262877+0000 mon.smithi096 (mon.0) 791 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:18:10.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:10 smithi096 bash[25928]: cluster 2023-11-16T02:18:09.302897+0000 mgr.smithi096.ejdhsd (mgr.14182) 566 : cluster [DBG] pgmap v424: 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-16T02:18:10.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:10 smithi096 bash[25928]: audit 2023-11-16T02:18:09.597332+0000 mon.smithi096 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:10.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:10 smithi145 bash[29583]: cluster 2023-11-16T02:18:09.302897+0000 mgr.smithi096.ejdhsd (mgr.14182) 566 : cluster [DBG] pgmap v424: 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-16T02:18:10.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:10 smithi145 bash[29583]: audit 2023-11-16T02:18:09.597332+0000 mon.smithi096 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:12.818 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:12.818 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:12.872 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:12 smithi096 bash[25928]: cluster 2023-11-16T02:18:11.304049+0000 mgr.smithi096.ejdhsd (mgr.14182) 567 : cluster [DBG] pgmap v425: 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-16T02:18:12.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:12 smithi145 bash[29583]: cluster 2023-11-16T02:18:11.304049+0000 mgr.smithi096.ejdhsd (mgr.14182) 567 : cluster [DBG] pgmap v425: 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-16T02:18:13.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:14.459 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:14.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:14 smithi096 bash[25928]: audit 2023-11-16T02:18:12.803139+0000 mgr.smithi096.ejdhsd (mgr.14182) 568 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:14.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:14 smithi096 bash[25928]: cluster 2023-11-16T02:18:13.305325+0000 mgr.smithi096.ejdhsd (mgr.14182) 569 : 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-16T02:18:14.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:14 smithi145 bash[29583]: audit 2023-11-16T02:18:12.803139+0000 mgr.smithi096.ejdhsd (mgr.14182) 568 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:14.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:14 smithi145 bash[29583]: cluster 2023-11-16T02:18:13.305325+0000 mgr.smithi096.ejdhsd (mgr.14182) 569 : 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-16T02:18:16.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:16 smithi145 bash[29583]: cluster 2023-11-16T02:18:15.306271+0000 mgr.smithi096.ejdhsd (mgr.14182) 570 : 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-16T02:18:16.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:16 smithi096 bash[25928]: cluster 2023-11-16T02:18:15.306271+0000 mgr.smithi096.ejdhsd (mgr.14182) 570 : 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-16T02:18:17.673 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:17.673 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:18.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:18.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:18 smithi096 bash[25928]: cluster 2023-11-16T02:18:17.307650+0000 mgr.smithi096.ejdhsd (mgr.14182) 571 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:18.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:18 smithi096 bash[25928]: audit 2023-11-16T02:18:17.658178+0000 mgr.smithi096.ejdhsd (mgr.14182) 572 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:18 smithi145 bash[29583]: cluster 2023-11-16T02:18:17.307650+0000 mgr.smithi096.ejdhsd (mgr.14182) 571 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:18 smithi145 bash[29583]: audit 2023-11-16T02:18:17.658178+0000 mgr.smithi096.ejdhsd (mgr.14182) 572 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:19.314 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:20.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:20 smithi145 bash[29583]: cluster 2023-11-16T02:18:19.309223+0000 mgr.smithi096.ejdhsd (mgr.14182) 573 : 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-16T02:18:20.769 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:20 smithi096 bash[25928]: cluster 2023-11-16T02:18:19.309223+0000 mgr.smithi096.ejdhsd (mgr.14182) 573 : 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-16T02:18:22.601 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:22.601 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:22.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:22 smithi096 bash[25928]: cluster 2023-11-16T02:18:21.310342+0000 mgr.smithi096.ejdhsd (mgr.14182) 574 : cluster [DBG] pgmap v430: 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-16T02:18:22.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:22 smithi096 bash[25928]: audit 2023-11-16T02:18:22.266930+0000 mon.smithi096 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:22.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:22 smithi145 bash[29583]: cluster 2023-11-16T02:18:21.310342+0000 mgr.smithi096.ejdhsd (mgr.14182) 574 : cluster [DBG] pgmap v430: 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-16T02:18:22.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:22 smithi145 bash[29583]: audit 2023-11-16T02:18:22.266930+0000 mon.smithi096 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:18:23.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:23.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:23 smithi096 bash[25928]: audit 2023-11-16T02:18:22.591914+0000 mgr.smithi096.ejdhsd (mgr.14182) 575 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:23.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:23 smithi145 bash[29583]: audit 2023-11-16T02:18:22.591914+0000 mgr.smithi096.ejdhsd (mgr.14182) 575 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:24.219 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:24.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:24 smithi096 bash[25928]: cluster 2023-11-16T02:18:23.312012+0000 mgr.smithi096.ejdhsd (mgr.14182) 576 : 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-16T02:18:24.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:24 smithi145 bash[29583]: cluster 2023-11-16T02:18:23.312012+0000 mgr.smithi096.ejdhsd (mgr.14182) 576 : 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-16T02:18:26.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:26 smithi145 bash[29583]: cluster 2023-11-16T02:18:25.313515+0000 mgr.smithi096.ejdhsd (mgr.14182) 577 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:26.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:26 smithi096 bash[25928]: cluster 2023-11-16T02:18:25.313515+0000 mgr.smithi096.ejdhsd (mgr.14182) 577 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:27.431 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:27.431 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:28.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:28.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:28 smithi145 bash[29583]: cluster 2023-11-16T02:18:27.314543+0000 mgr.smithi096.ejdhsd (mgr.14182) 578 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:28.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:28 smithi145 bash[29583]: audit 2023-11-16T02:18:27.418970+0000 mgr.smithi096.ejdhsd (mgr.14182) 579 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:28.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:28 smithi096 bash[25928]: cluster 2023-11-16T02:18:27.314543+0000 mgr.smithi096.ejdhsd (mgr.14182) 578 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:28.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:28 smithi096 bash[25928]: audit 2023-11-16T02:18:27.418970+0000 mgr.smithi096.ejdhsd (mgr.14182) 579 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:29.026 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:30.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:30 smithi145 bash[29583]: cluster 2023-11-16T02:18:29.315866+0000 mgr.smithi096.ejdhsd (mgr.14182) 580 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:30.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:30 smithi096 bash[25928]: cluster 2023-11-16T02:18:29.315866+0000 mgr.smithi096.ejdhsd (mgr.14182) 580 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:32.196 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:32.196 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:32.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:32 smithi096 bash[25928]: cluster 2023-11-16T02:18:31.317079+0000 mgr.smithi096.ejdhsd (mgr.14182) 581 : cluster [DBG] pgmap v435: 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-16T02:18:32.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:32 smithi145 bash[29583]: cluster 2023-11-16T02:18:31.317079+0000 mgr.smithi096.ejdhsd (mgr.14182) 581 : cluster [DBG] pgmap v435: 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-16T02:18:32.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:33.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:33 smithi145 bash[29583]: audit 2023-11-16T02:18:32.181870+0000 mgr.smithi096.ejdhsd (mgr.14182) 582 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:33 smithi096 bash[25928]: audit 2023-11-16T02:18:32.181870+0000 mgr.smithi096.ejdhsd (mgr.14182) 582 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:33.870 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:34.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:34 smithi145 bash[29583]: cluster 2023-11-16T02:18:33.318847+0000 mgr.smithi096.ejdhsd (mgr.14182) 583 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:34.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:34 smithi096 bash[25928]: cluster 2023-11-16T02:18:33.318847+0000 mgr.smithi096.ejdhsd (mgr.14182) 583 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:36.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:36 smithi145 bash[29583]: cluster 2023-11-16T02:18:35.320109+0000 mgr.smithi096.ejdhsd (mgr.14182) 584 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:36 smithi096 bash[25928]: cluster 2023-11-16T02:18:35.320109+0000 mgr.smithi096.ejdhsd (mgr.14182) 584 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:37.248 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:37.248 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:37.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:38.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:38 smithi145 bash[29583]: audit 2023-11-16T02:18:37.240884+0000 mgr.smithi096.ejdhsd (mgr.14182) 585 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:38.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:38 smithi145 bash[29583]: cluster 2023-11-16T02:18:37.321066+0000 mgr.smithi096.ejdhsd (mgr.14182) 586 : 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-16T02:18:38.851 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:38.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:38 smithi096 bash[25928]: audit 2023-11-16T02:18:37.240884+0000 mgr.smithi096.ejdhsd (mgr.14182) 585 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:38.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:38 smithi096 bash[25928]: cluster 2023-11-16T02:18:37.321066+0000 mgr.smithi096.ejdhsd (mgr.14182) 586 : 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-16T02:18:40.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:40 smithi096 bash[25928]: cluster 2023-11-16T02:18:39.322615+0000 mgr.smithi096.ejdhsd (mgr.14182) 587 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:40.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:40 smithi145 bash[29583]: cluster 2023-11-16T02:18:39.322615+0000 mgr.smithi096.ejdhsd (mgr.14182) 587 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:42.038 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:42.038 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:42.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:42.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:42 smithi145 bash[29583]: cluster 2023-11-16T02:18:41.324400+0000 mgr.smithi096.ejdhsd (mgr.14182) 588 : cluster [DBG] pgmap v440: 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-16T02:18:42.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:42 smithi096 bash[25928]: cluster 2023-11-16T02:18:41.324400+0000 mgr.smithi096.ejdhsd (mgr.14182) 588 : cluster [DBG] pgmap v440: 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-16T02:18:43.613 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:43.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:43 smithi145 bash[29583]: audit 2023-11-16T02:18:42.030455+0000 mgr.smithi096.ejdhsd (mgr.14182) 589 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:43.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:43 smithi096 bash[25928]: audit 2023-11-16T02:18:42.030455+0000 mgr.smithi096.ejdhsd (mgr.14182) 589 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:44.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:44 smithi145 bash[29583]: cluster 2023-11-16T02:18:43.326086+0000 mgr.smithi096.ejdhsd (mgr.14182) 590 : 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-16T02:18:44.690 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:44 smithi096 bash[25928]: cluster 2023-11-16T02:18:43.326086+0000 mgr.smithi096.ejdhsd (mgr.14182) 590 : 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-16T02:18:46.391 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:46 smithi096 bash[25928]: cluster 2023-11-16T02:18:45.327596+0000 mgr.smithi096.ejdhsd (mgr.14182) 591 : 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-16T02:18:46.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:46 smithi145 bash[29583]: cluster 2023-11-16T02:18:45.327596+0000 mgr.smithi096.ejdhsd (mgr.14182) 591 : 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-16T02:18:46.837 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:46.837 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:47.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:48.455 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:48.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:48 smithi145 bash[29583]: audit 2023-11-16T02:18:46.824705+0000 mgr.smithi096.ejdhsd (mgr.14182) 592 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:48.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:48 smithi145 bash[29583]: cluster 2023-11-16T02:18:47.328826+0000 mgr.smithi096.ejdhsd (mgr.14182) 593 : 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-16T02:18:48.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:48 smithi096 bash[25928]: audit 2023-11-16T02:18:46.824705+0000 mgr.smithi096.ejdhsd (mgr.14182) 592 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:48.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:48 smithi096 bash[25928]: cluster 2023-11-16T02:18:47.328826+0000 mgr.smithi096.ejdhsd (mgr.14182) 593 : 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-16T02:18:50.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:50 smithi145 bash[29583]: cluster 2023-11-16T02:18:49.330436+0000 mgr.smithi096.ejdhsd (mgr.14182) 594 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:50.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:50 smithi096 bash[25928]: cluster 2023-11-16T02:18:49.330436+0000 mgr.smithi096.ejdhsd (mgr.14182) 594 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:18:51.690 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:51.690 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:52.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:52.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:52 smithi145 bash[29583]: cluster 2023-11-16T02:18:51.332002+0000 mgr.smithi096.ejdhsd (mgr.14182) 595 : cluster [DBG] pgmap v445: 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-16T02:18:52.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:52 smithi145 bash[29583]: audit 2023-11-16T02:18:51.677793+0000 mgr.smithi096.ejdhsd (mgr.14182) 596 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:52.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:52 smithi096 bash[25928]: cluster 2023-11-16T02:18:51.332002+0000 mgr.smithi096.ejdhsd (mgr.14182) 595 : cluster [DBG] pgmap v445: 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-16T02:18:52.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:52 smithi096 bash[25928]: audit 2023-11-16T02:18:51.677793+0000 mgr.smithi096.ejdhsd (mgr.14182) 596 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:53.369 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:54.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:54 smithi145 bash[29583]: cluster 2023-11-16T02:18:53.333724+0000 mgr.smithi096.ejdhsd (mgr.14182) 597 : 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-16T02:18:54.713 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:54 smithi096 bash[25928]: cluster 2023-11-16T02:18:53.333724+0000 mgr.smithi096.ejdhsd (mgr.14182) 597 : 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-16T02:18:56.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:56 smithi096 bash[25928]: cluster 2023-11-16T02:18:55.335101+0000 mgr.smithi096.ejdhsd (mgr.14182) 598 : 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-16T02:18:56.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:56 smithi145 bash[29583]: cluster 2023-11-16T02:18:55.335101+0000 mgr.smithi096.ejdhsd (mgr.14182) 598 : 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-16T02:18:56.521 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:18:56.521 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:18:57.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:18:57.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:57 smithi145 bash[29583]: audit 2023-11-16T02:18:56.506384+0000 mgr.smithi096.ejdhsd (mgr.14182) 599 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:57.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:57 smithi096 bash[25928]: audit 2023-11-16T02:18:56.506384+0000 mgr.smithi096.ejdhsd (mgr.14182) 599 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:18:58.195 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:18:58.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:18:58 smithi145 bash[29583]: cluster 2023-11-16T02:18:57.336728+0000 mgr.smithi096.ejdhsd (mgr.14182) 600 : 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-16T02:18:58.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:18:58 smithi096 bash[25928]: cluster 2023-11-16T02:18:57.336728+0000 mgr.smithi096.ejdhsd (mgr.14182) 600 : 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-16T02:19:00.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:00 smithi145 bash[29583]: cluster 2023-11-16T02:18:59.337848+0000 mgr.smithi096.ejdhsd (mgr.14182) 601 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:00.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:00 smithi096 bash[25928]: cluster 2023-11-16T02:18:59.337848+0000 mgr.smithi096.ejdhsd (mgr.14182) 601 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:01.536 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:01.536 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:02.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:02.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:02 smithi096 bash[25928]: cluster 2023-11-16T02:19:01.339392+0000 mgr.smithi096.ejdhsd (mgr.14182) 602 : cluster [DBG] pgmap v450: 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-16T02:19:02.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:02 smithi096 bash[25928]: audit 2023-11-16T02:19:01.524685+0000 mgr.smithi096.ejdhsd (mgr.14182) 603 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:02.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:02 smithi145 bash[29583]: cluster 2023-11-16T02:19:01.339392+0000 mgr.smithi096.ejdhsd (mgr.14182) 602 : cluster [DBG] pgmap v450: 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-16T02:19:02.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:02 smithi145 bash[29583]: audit 2023-11-16T02:19:01.524685+0000 mgr.smithi096.ejdhsd (mgr.14182) 603 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:03.162 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:04.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:04 smithi145 bash[29583]: cluster 2023-11-16T02:19:03.341058+0000 mgr.smithi096.ejdhsd (mgr.14182) 604 : 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-16T02:19:04.670 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:04 smithi096 bash[25928]: cluster 2023-11-16T02:19:03.341058+0000 mgr.smithi096.ejdhsd (mgr.14182) 604 : 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-16T02:19:06.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:06 smithi096 bash[25928]: cluster 2023-11-16T02:19:05.342574+0000 mgr.smithi096.ejdhsd (mgr.14182) 605 : 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-16T02:19:06.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:06 smithi145 bash[29583]: cluster 2023-11-16T02:19:05.342574+0000 mgr.smithi096.ejdhsd (mgr.14182) 605 : 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-16T02:19:06.523 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:06.524 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:07.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:07.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:07 smithi145 bash[29583]: audit 2023-11-16T02:19:06.516279+0000 mgr.smithi096.ejdhsd (mgr.14182) 606 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:07.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:07 smithi096 bash[25928]: audit 2023-11-16T02:19:06.516279+0000 mgr.smithi096.ejdhsd (mgr.14182) 606 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:08.166 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:08.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.304594+0000 mon.smithi096 (mon.0) 794 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:19:08.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: cluster 2023-11-16T02:19:07.344132+0000 mgr.smithi096.ejdhsd (mgr.14182) 607 : 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-16T02:19:08.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.615598+0000 mon.smithi096 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.617187+0000 mon.smithi096 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.618257+0000 mon.smithi096 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.619180+0000 mon.smithi096 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: cephadm 2023-11-16T02:19:07.619918+0000 mgr.smithi096.ejdhsd (mgr.14182) 608 : cephadm [INF] Adjusting osd_memory_target on smithi096 to 3017M 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.628922+0000 mon.smithi096 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.643668+0000 mon.smithi096 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.645650+0000 mon.smithi096 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.647468+0000 mon.smithi096 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.649303+0000 mon.smithi096 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: cephadm 2023-11-16T02:19:07.650782+0000 mgr.smithi096.ejdhsd (mgr.14182) 609 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 3529M 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.658275+0000 mon.smithi096 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.659919+0000 mon.smithi096 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.661232+0000 mon.smithi096 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.670483+0000 mon.smithi096 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:08.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: cluster 2023-11-16T02:19:07.671636+0000 mgr.smithi096.ejdhsd (mgr.14182) 610 : cluster [DBG] pgmap v454: 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-16T02:19:08.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.678462+0000 mon.smithi096 (mon.0) 808 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:19:08.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: audit 2023-11-16T02:19:07.696696+0000 mon.smithi096 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:08.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:08 smithi145 bash[29583]: cephadm 2023-11-16T02:19:07.701219+0000 mgr.smithi096.ejdhsd (mgr.14182) 611 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.hrfypg on smithi145 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.304594+0000 mon.smithi096 (mon.0) 794 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: cluster 2023-11-16T02:19:07.344132+0000 mgr.smithi096.ejdhsd (mgr.14182) 607 : 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-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.615598+0000 mon.smithi096 (mon.0) 795 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.617187+0000 mon.smithi096 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.618257+0000 mon.smithi096 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.619180+0000 mon.smithi096 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: cephadm 2023-11-16T02:19:07.619918+0000 mgr.smithi096.ejdhsd (mgr.14182) 608 : cephadm [INF] Adjusting osd_memory_target on smithi096 to 3017M 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.628922+0000 mon.smithi096 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.643668+0000 mon.smithi096 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.645650+0000 mon.smithi096 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.647468+0000 mon.smithi096 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.649303+0000 mon.smithi096 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: cephadm 2023-11-16T02:19:07.650782+0000 mgr.smithi096.ejdhsd (mgr.14182) 609 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 3529M 2023-11-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.658275+0000 mon.smithi096 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.659919+0000 mon.smithi096 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.661232+0000 mon.smithi096 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.670483+0000 mon.smithi096 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: cluster 2023-11-16T02:19:07.671636+0000 mgr.smithi096.ejdhsd (mgr.14182) 610 : cluster [DBG] pgmap v454: 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-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.678462+0000 mon.smithi096 (mon.0) 808 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: audit 2023-11-16T02:19:07.696696+0000 mon.smithi096 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:08.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:08 smithi096 bash[25928]: cephadm 2023-11-16T02:19:07.701219+0000 mgr.smithi096.ejdhsd (mgr.14182) 611 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.hrfypg on smithi145 2023-11-16T02:19:09.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:09 smithi145 bash[29583]: cluster 2023-11-16T02:19:08.124995+0000 mon.smithi096 (mon.0) 810 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:19:09.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:09 smithi145 bash[29583]: cluster 2023-11-16T02:19:08.125065+0000 mon.smithi096 (mon.0) 811 : cluster [INF] Cluster is now healthy 2023-11-16T02:19:09.508 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:09 smithi096 bash[25928]: cluster 2023-11-16T02:19:08.124995+0000 mon.smithi096 (mon.0) 810 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:19:09.508 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:09 smithi096 bash[25928]: cluster 2023-11-16T02:19:08.125065+0000 mon.smithi096 (mon.0) 811 : cluster [INF] Cluster is now healthy 2023-11-16T02:19:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:10 smithi145 bash[29583]: cluster 2023-11-16T02:19:09.672505+0000 mgr.smithi096.ejdhsd (mgr.14182) 612 : cluster [DBG] pgmap v455: 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-16T02:19:10.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:10 smithi096 bash[25928]: cluster 2023-11-16T02:19:09.672505+0000 mgr.smithi096.ejdhsd (mgr.14182) 612 : cluster [DBG] pgmap v455: 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-16T02:19:11.379 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:11.379 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:16:59.074823Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.krwdae on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:03.401508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.xqmccw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-xqmccw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.xqmccw\nDeploy daemon haproxy.nfs.foo.smithi145.xqmccw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.296204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.eidekl on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-eidekl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.eidekl\nDeploy daemon haproxy.nfs.foo.smithi096.eidekl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:18:07.298181Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.uwytho on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:11.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:11 smithi145 bash[29583]: audit 2023-11-16T02:19:11.490349+0000 mon.smithi096 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.hrfypg"}]: dispatch 2023-11-16T02:19:11.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:11 smithi096 bash[25928]: audit 2023-11-16T02:19:11.490349+0000 mon.smithi096 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.hrfypg"}]: dispatch 2023-11-16T02:19:12.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:12.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: audit 2023-11-16T02:19:11.371199+0000 mgr.smithi096.ejdhsd (mgr.14182) 613 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:12.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: cephadm 2023-11-16T02:19:11.489547+0000 mgr.smithi096.ejdhsd (mgr.14182) 614 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:12.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:12.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.hrfypg ... 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:19:12.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.hrfypg ... 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:12.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: cephadm 2023-11-16T02:19:11.489869+0000 mgr.smithi096.ejdhsd (mgr.14182) 615 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: cephadm 2023-11-16T02:19:11.491597+0000 mgr.smithi096.ejdhsd (mgr.14182) 616 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.hrfypg ... 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:12.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:12.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: cephadm 2023-11-16T02:19:11.494342+0000 mgr.smithi096.ejdhsd (mgr.14182) 617 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.qwvvno on smithi096 2023-11-16T02:19:12.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:12 smithi096 bash[25928]: cluster 2023-11-16T02:19:11.673850+0000 mgr.smithi096.ejdhsd (mgr.14182) 618 : cluster [DBG] pgmap v456: 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-16T02:19:12.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: audit 2023-11-16T02:19:11.371199+0000 mgr.smithi096.ejdhsd (mgr.14182) 613 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:12.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: cephadm 2023-11-16T02:19:11.489547+0000 mgr.smithi096.ejdhsd (mgr.14182) 614 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:12.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.hrfypg ... 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:19:12.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:19:12.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:19:12.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:19:12.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:12.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.hrfypg ... 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: cephadm 2023-11-16T02:19:11.489869+0000 mgr.smithi096.ejdhsd (mgr.14182) 615 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: cephadm 2023-11-16T02:19:11.491597+0000 mgr.smithi096.ejdhsd (mgr.14182) 616 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.hrfypg ... 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: cephadm 2023-11-16T02:19:11.494342+0000 mgr.smithi096.ejdhsd (mgr.14182) 617 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.qwvvno on smithi096 2023-11-16T02:19:12.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:12 smithi145 bash[29583]: cluster 2023-11-16T02:19:11.673850+0000 mgr.smithi096.ejdhsd (mgr.14182) 618 : cluster [DBG] pgmap v456: 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-16T02:19:13.069 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:14.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:14 smithi096 bash[25928]: cluster 2023-11-16T02:19:13.675416+0000 mgr.smithi096.ejdhsd (mgr.14182) 619 : cluster [DBG] pgmap v457: 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-16T02:19:15.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:14 smithi145 bash[29583]: cluster 2023-11-16T02:19:13.675416+0000 mgr.smithi096.ejdhsd (mgr.14182) 619 : cluster [DBG] pgmap v457: 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-16T02:19:16.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: cluster 2023-11-16T02:19:15.676304+0000 mgr.smithi096.ejdhsd (mgr.14182) 620 : cluster [DBG] pgmap v458: 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-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: cephadm 2023-11-16T02:19:15.749898+0000 mgr.smithi096.ejdhsd (mgr.14182) 621 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.qwvvno ... 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.qwvvno ... 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: cephadm 2023-11-16T02:19:15.750422+0000 mgr.smithi096.ejdhsd (mgr.14182) 622 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: audit 2023-11-16T02:19:15.750955+0000 mon.smithi096 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.qwvvno"}]: dispatch 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: cephadm 2023-11-16T02:19:15.752181+0000 mgr.smithi096.ejdhsd (mgr.14182) 623 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:19:16.359 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.qwvvno ... 2023-11-16T02:19:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: cephadm 2023-11-16T02:19:15.755817+0000 mgr.smithi096.ejdhsd (mgr.14182) 624 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:19:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: cephadm 2023-11-16T02:19:15.759139+0000 mgr.smithi096.ejdhsd (mgr.14182) 625 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:19:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:16 smithi096 bash[25928]: cluster 2023-11-16T02:19:15.760440+0000 mgr.smithi096.ejdhsd (mgr.14182) 626 : cluster [DBG] pgmap v459: 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-16T02:19:16.370 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:16.370 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:16.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: cluster 2023-11-16T02:19:15.676304+0000 mgr.smithi096.ejdhsd (mgr.14182) 620 : cluster [DBG] pgmap v458: 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-16T02:19:16.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: cephadm 2023-11-16T02:19:15.749898+0000 mgr.smithi096.ejdhsd (mgr.14182) 621 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:16.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:16.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.qwvvno ... 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:19:16.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:19:16.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:19:16.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:16.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:16.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.qwvvno ... 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: cephadm 2023-11-16T02:19:15.750422+0000 mgr.smithi096.ejdhsd (mgr.14182) 622 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: audit 2023-11-16T02:19:15.750955+0000 mon.smithi096 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.qwvvno"}]: dispatch 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: cephadm 2023-11-16T02:19:15.752181+0000 mgr.smithi096.ejdhsd (mgr.14182) 623 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:19:16.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.qwvvno ... 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: cephadm 2023-11-16T02:19:15.755817+0000 mgr.smithi096.ejdhsd (mgr.14182) 624 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:19:16.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: cephadm 2023-11-16T02:19:15.759139+0000 mgr.smithi096.ejdhsd (mgr.14182) 625 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:19:16.424 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:16 smithi145 bash[29583]: cluster 2023-11-16T02:19:15.760440+0000 mgr.smithi096.ejdhsd (mgr.14182) 626 : cluster [DBG] pgmap v459: 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-16T02:19:17.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:17.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:17 smithi096 bash[25928]: cluster 2023-11-16T02:19:16.115849+0000 mon.smithi096 (mon.0) 814 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:19:17.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:17 smithi096 bash[25928]: audit 2023-11-16T02:19:16.363422+0000 mgr.smithi096.ejdhsd (mgr.14182) 627 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:17.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:17 smithi145 bash[29583]: cluster 2023-11-16T02:19:16.115849+0000 mon.smithi096 (mon.0) 814 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:19:17.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:17 smithi145 bash[29583]: audit 2023-11-16T02:19:16.363422+0000 mgr.smithi096.ejdhsd (mgr.14182) 627 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:18.080 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:18.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:18 smithi096 bash[25928]: cluster 2023-11-16T02:19:17.761758+0000 mgr.smithi096.ejdhsd (mgr.14182) 628 : cluster [DBG] pgmap v460: 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-16T02:19:18.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:18 smithi145 bash[29583]: cluster 2023-11-16T02:19:17.761758+0000 mgr.smithi096.ejdhsd (mgr.14182) 628 : cluster [DBG] pgmap v460: 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-16T02:19:21.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:20 smithi096 bash[25928]: audit 2023-11-16T02:19:19.661292+0000 mon.smithi096 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:21.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:20 smithi096 bash[25928]: cluster 2023-11-16T02:19:19.763393+0000 mgr.smithi096.ejdhsd (mgr.14182) 629 : cluster [DBG] pgmap v461: 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-16T02:19:21.122 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:21.122 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:21.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:20 smithi145 bash[29583]: audit 2023-11-16T02:19:19.661292+0000 mon.smithi096 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:19:21.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:20 smithi145 bash[29583]: cluster 2023-11-16T02:19:19.763393+0000 mgr.smithi096.ejdhsd (mgr.14182) 629 : cluster [DBG] pgmap v461: 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-16T02:19:21.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:22.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:21 smithi096 bash[25928]: audit 2023-11-16T02:19:21.110858+0000 mgr.smithi096.ejdhsd (mgr.14182) 630 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:22.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:21 smithi096 bash[25928]: cluster 2023-11-16T02:19:21.765068+0000 mgr.smithi096.ejdhsd (mgr.14182) 631 : cluster [DBG] pgmap v462: 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-16T02:19:22.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:21 smithi145 bash[29583]: audit 2023-11-16T02:19:21.110858+0000 mgr.smithi096.ejdhsd (mgr.14182) 630 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:22.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:21 smithi145 bash[29583]: cluster 2023-11-16T02:19:21.765068+0000 mgr.smithi096.ejdhsd (mgr.14182) 631 : cluster [DBG] pgmap v462: 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-16T02:19:22.774 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:24.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:23 smithi096 bash[25928]: cluster 2023-11-16T02:19:23.766095+0000 mgr.smithi096.ejdhsd (mgr.14182) 632 : cluster [DBG] pgmap v463: 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-16T02:19:24.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:23 smithi145 bash[29583]: cluster 2023-11-16T02:19:23.766095+0000 mgr.smithi096.ejdhsd (mgr.14182) 632 : cluster [DBG] pgmap v463: 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-16T02:19:26.002 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:26.002 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:26.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:27.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:27 smithi145 bash[29583]: cluster 2023-11-16T02:19:25.767739+0000 mgr.smithi096.ejdhsd (mgr.14182) 633 : cluster [DBG] pgmap v464: 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-16T02:19:27.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:27 smithi145 bash[29583]: audit 2023-11-16T02:19:25.991097+0000 mgr.smithi096.ejdhsd (mgr.14182) 634 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:27.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:27 smithi096 bash[25928]: cluster 2023-11-16T02:19:25.767739+0000 mgr.smithi096.ejdhsd (mgr.14182) 633 : cluster [DBG] pgmap v464: 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-16T02:19:27.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:27 smithi096 bash[25928]: audit 2023-11-16T02:19:25.991097+0000 mgr.smithi096.ejdhsd (mgr.14182) 634 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:27.662 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:29.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:29 smithi096 bash[25928]: cluster 2023-11-16T02:19:27.769036+0000 mgr.smithi096.ejdhsd (mgr.14182) 635 : 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-16T02:19:29.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:29 smithi145 bash[29583]: cluster 2023-11-16T02:19:27.769036+0000 mgr.smithi096.ejdhsd (mgr.14182) 635 : 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-16T02:19:30.907 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:30.907 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:31.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:31 smithi096 bash[25928]: cluster 2023-11-16T02:19:29.770656+0000 mgr.smithi096.ejdhsd (mgr.14182) 636 : 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-16T02:19:31.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:31 smithi145 bash[29583]: cluster 2023-11-16T02:19:29.770656+0000 mgr.smithi096.ejdhsd (mgr.14182) 636 : 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-16T02:19:31.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:32.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:32 smithi145 bash[29583]: audit 2023-11-16T02:19:30.895370+0000 mgr.smithi096.ejdhsd (mgr.14182) 637 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:32.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:32 smithi096 bash[25928]: audit 2023-11-16T02:19:30.895370+0000 mgr.smithi096.ejdhsd (mgr.14182) 637 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:32.608 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:33.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:33 smithi145 bash[29583]: cluster 2023-11-16T02:19:31.772421+0000 mgr.smithi096.ejdhsd (mgr.14182) 638 : cluster [DBG] pgmap v467: 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-16T02:19:33.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:33 smithi096 bash[25928]: cluster 2023-11-16T02:19:31.772421+0000 mgr.smithi096.ejdhsd (mgr.14182) 638 : cluster [DBG] pgmap v467: 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-16T02:19:35.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:35 smithi145 bash[29583]: cluster 2023-11-16T02:19:33.774044+0000 mgr.smithi096.ejdhsd (mgr.14182) 639 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:35.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:35 smithi096 bash[25928]: cluster 2023-11-16T02:19:33.774044+0000 mgr.smithi096.ejdhsd (mgr.14182) 639 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:36.130 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:36.130 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:36.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:37.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:37 smithi145 bash[29583]: cluster 2023-11-16T02:19:35.775897+0000 mgr.smithi096.ejdhsd (mgr.14182) 640 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:37.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:37 smithi145 bash[29583]: audit 2023-11-16T02:19:36.115316+0000 mgr.smithi096.ejdhsd (mgr.14182) 641 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:37.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:37 smithi096 bash[25928]: cluster 2023-11-16T02:19:35.775897+0000 mgr.smithi096.ejdhsd (mgr.14182) 640 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:37.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:37 smithi096 bash[25928]: audit 2023-11-16T02:19:36.115316+0000 mgr.smithi096.ejdhsd (mgr.14182) 641 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:37.784 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:39.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:39 smithi096 bash[25928]: cluster 2023-11-16T02:19:37.777391+0000 mgr.smithi096.ejdhsd (mgr.14182) 642 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:39.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:39 smithi145 bash[29583]: cluster 2023-11-16T02:19:37.777391+0000 mgr.smithi096.ejdhsd (mgr.14182) 642 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:40.990 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:40.990 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:41.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:41 smithi096 bash[25928]: cluster 2023-11-16T02:19:39.778898+0000 mgr.smithi096.ejdhsd (mgr.14182) 643 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:41.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:41.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:41 smithi145 bash[29583]: cluster 2023-11-16T02:19:39.778898+0000 mgr.smithi096.ejdhsd (mgr.14182) 643 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:42.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:42 smithi096 bash[25928]: audit 2023-11-16T02:19:40.975217+0000 mgr.smithi096.ejdhsd (mgr.14182) 644 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:42.661 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:42.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:42 smithi145 bash[29583]: audit 2023-11-16T02:19:40.975217+0000 mgr.smithi096.ejdhsd (mgr.14182) 644 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:43.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:43 smithi096 bash[25928]: cluster 2023-11-16T02:19:41.780619+0000 mgr.smithi096.ejdhsd (mgr.14182) 645 : cluster [DBG] pgmap v472: 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-16T02:19:43.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:43 smithi145 bash[29583]: cluster 2023-11-16T02:19:41.780619+0000 mgr.smithi096.ejdhsd (mgr.14182) 645 : cluster [DBG] pgmap v472: 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-16T02:19:45.466 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:45 smithi096 bash[25928]: cluster 2023-11-16T02:19:43.782241+0000 mgr.smithi096.ejdhsd (mgr.14182) 646 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:45.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:45 smithi145 bash[29583]: cluster 2023-11-16T02:19:43.782241+0000 mgr.smithi096.ejdhsd (mgr.14182) 646 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:45.914 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:45.914 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:46.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:47.537 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:47.548 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:47 smithi096 bash[25928]: cluster 2023-11-16T02:19:45.784152+0000 mgr.smithi096.ejdhsd (mgr.14182) 647 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:47.549 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:47 smithi096 bash[25928]: audit 2023-11-16T02:19:45.901645+0000 mgr.smithi096.ejdhsd (mgr.14182) 648 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:47.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:47 smithi145 bash[29583]: cluster 2023-11-16T02:19:45.784152+0000 mgr.smithi096.ejdhsd (mgr.14182) 647 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:47.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:47 smithi145 bash[29583]: audit 2023-11-16T02:19:45.901645+0000 mgr.smithi096.ejdhsd (mgr.14182) 648 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:49.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:49 smithi096 bash[25928]: cluster 2023-11-16T02:19:47.784942+0000 mgr.smithi096.ejdhsd (mgr.14182) 649 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:49.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:49 smithi145 bash[29583]: cluster 2023-11-16T02:19:47.784942+0000 mgr.smithi096.ejdhsd (mgr.14182) 649 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:50.741 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:50.741 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:51.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:51.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:51 smithi096 bash[25928]: cluster 2023-11-16T02:19:49.785906+0000 mgr.smithi096.ejdhsd (mgr.14182) 650 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:51.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:51 smithi096 bash[25928]: audit 2023-11-16T02:19:50.727030+0000 mgr.smithi096.ejdhsd (mgr.14182) 651 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:51.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:51 smithi145 bash[29583]: cluster 2023-11-16T02:19:49.785906+0000 mgr.smithi096.ejdhsd (mgr.14182) 650 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:51.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:51 smithi145 bash[29583]: audit 2023-11-16T02:19:50.727030+0000 mgr.smithi096.ejdhsd (mgr.14182) 651 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:52.381 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:53.488 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:53 smithi096 bash[25928]: cluster 2023-11-16T02:19:51.787544+0000 mgr.smithi096.ejdhsd (mgr.14182) 652 : cluster [DBG] pgmap v477: 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-16T02:19:53.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:53 smithi145 bash[29583]: cluster 2023-11-16T02:19:51.787544+0000 mgr.smithi096.ejdhsd (mgr.14182) 652 : cluster [DBG] pgmap v477: 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-16T02:19:55.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:55 smithi096 bash[25928]: cluster 2023-11-16T02:19:53.789035+0000 mgr.smithi096.ejdhsd (mgr.14182) 653 : 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-16T02:19:55.659 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:19:55.659 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:19:55.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:55 smithi145 bash[29583]: cluster 2023-11-16T02:19:53.789035+0000 mgr.smithi096.ejdhsd (mgr.14182) 653 : 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-16T02:19:56.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:19:56.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:56 smithi096 bash[25928]: audit 2023-11-16T02:19:55.644537+0000 mgr.smithi096.ejdhsd (mgr.14182) 654 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:56.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:56 smithi145 bash[29583]: audit 2023-11-16T02:19:55.644537+0000 mgr.smithi096.ejdhsd (mgr.14182) 654 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:19:57.309 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:19:57.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:57 smithi096 bash[25928]: cluster 2023-11-16T02:19:55.790028+0000 mgr.smithi096.ejdhsd (mgr.14182) 655 : 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-16T02:19:57.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:57 smithi145 bash[29583]: cluster 2023-11-16T02:19:55.790028+0000 mgr.smithi096.ejdhsd (mgr.14182) 655 : 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-16T02:19:59.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:19:59 smithi096 bash[25928]: cluster 2023-11-16T02:19:57.791512+0000 mgr.smithi096.ejdhsd (mgr.14182) 656 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:19:59.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:19:59 smithi145 bash[29583]: cluster 2023-11-16T02:19:57.791512+0000 mgr.smithi096.ejdhsd (mgr.14182) 656 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:00.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000191+0000 mon.smithi096 (mon.0) 816 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-16T02:20:00.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000253+0000 mon.smithi096 (mon.0) 817 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-16T02:20:00.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000289+0000 mon.smithi096 (mon.0) 818 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000319+0000 mon.smithi096 (mon.0) 819 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000371+0000 mon.smithi096 (mon.0) 820 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000398+0000 mon.smithi096 (mon.0) 821 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000423+0000 mon.smithi096 (mon.0) 822 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000444+0000 mon.smithi096 (mon.0) 823 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000468+0000 mon.smithi096 (mon.0) 824 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi145.hrfypg ... 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000492+0000 mon.smithi096 (mon.0) 825 : 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000531+0000 mon.smithi096 (mon.0) 826 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000556+0000 mon.smithi096 (mon.0) 827 : 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-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000582+0000 mon.smithi096 (mon.0) 828 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000606+0000 mon.smithi096 (mon.0) 829 : 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000635+0000 mon.smithi096 (mon.0) 830 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000657+0000 mon.smithi096 (mon.0) 831 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000681+0000 mon.smithi096 (mon.0) 832 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000704+0000 mon.smithi096 (mon.0) 833 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000728+0000 mon.smithi096 (mon.0) 834 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000754+0000 mon.smithi096 (mon.0) 835 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000777+0000 mon.smithi096 (mon.0) 836 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi096.qwvvno ... 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000802+0000 mon.smithi096 (mon.0) 837 : 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=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000826+0000 mon.smithi096 (mon.0) 838 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000850+0000 mon.smithi096 (mon.0) 839 : 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-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000872+0000 mon.smithi096 (mon.0) 840 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000898+0000 mon.smithi096 (mon.0) 841 : 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=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:00.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000922+0000 mon.smithi096 (mon.0) 842 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:00.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:00 smithi096 bash[25928]: cluster 2023-11-16T02:20:00.000946+0000 mon.smithi096 (mon.0) 843 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000191+0000 mon.smithi096 (mon.0) 816 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-16T02:20:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000253+0000 mon.smithi096 (mon.0) 817 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-16T02:20:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000289+0000 mon.smithi096 (mon.0) 818 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:20:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000319+0000 mon.smithi096 (mon.0) 819 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000371+0000 mon.smithi096 (mon.0) 820 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg 2023-11-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000398+0000 mon.smithi096 (mon.0) 821 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000423+0000 mon.smithi096 (mon.0) 822 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000444+0000 mon.smithi096 (mon.0) 823 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg 2023-11-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000468+0000 mon.smithi096 (mon.0) 824 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi145.hrfypg ... 2023-11-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000492+0000 mon.smithi096 (mon.0) 825 : 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000531+0000 mon.smithi096 (mon.0) 826 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000556+0000 mon.smithi096 (mon.0) 827 : 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-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000582+0000 mon.smithi096 (mon.0) 828 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-16T02:20:00.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000606+0000 mon.smithi096 (mon.0) 829 : 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000635+0000 mon.smithi096 (mon.0) 830 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000657+0000 mon.smithi096 (mon.0) 831 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000681+0000 mon.smithi096 (mon.0) 832 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000704+0000 mon.smithi096 (mon.0) 833 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000728+0000 mon.smithi096 (mon.0) 834 : cluster [WRN] /usr/bin/docker: stdout 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000754+0000 mon.smithi096 (mon.0) 835 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000777+0000 mon.smithi096 (mon.0) 836 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi096.qwvvno ... 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000802+0000 mon.smithi096 (mon.0) 837 : 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=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000826+0000 mon.smithi096 (mon.0) 838 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000850+0000 mon.smithi096 (mon.0) 839 : 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-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000872+0000 mon.smithi096 (mon.0) 840 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-16T02:20:00.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000898+0000 mon.smithi096 (mon.0) 841 : 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=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:00.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000922+0000 mon.smithi096 (mon.0) 842 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:00.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:00 smithi145 bash[29583]: cluster 2023-11-16T02:20:00.000946+0000 mon.smithi096 (mon.0) 843 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:00.687 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:00.687 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:01.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:01.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:01 smithi096 bash[25928]: cluster 2023-11-16T02:19:59.792965+0000 mgr.smithi096.ejdhsd (mgr.14182) 657 : 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-16T02:20:01.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:01 smithi096 bash[25928]: audit 2023-11-16T02:20:00.680345+0000 mgr.smithi096.ejdhsd (mgr.14182) 658 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:01.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:01 smithi145 bash[29583]: cluster 2023-11-16T02:19:59.792965+0000 mgr.smithi096.ejdhsd (mgr.14182) 657 : 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-16T02:20:01.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:01 smithi145 bash[29583]: audit 2023-11-16T02:20:00.680345+0000 mgr.smithi096.ejdhsd (mgr.14182) 658 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:02.369 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:03.539 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:03 smithi096 bash[25928]: cluster 2023-11-16T02:20:01.794615+0000 mgr.smithi096.ejdhsd (mgr.14182) 659 : cluster [DBG] pgmap v482: 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-16T02:20:03.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:03 smithi145 bash[29583]: cluster 2023-11-16T02:20:01.794615+0000 mgr.smithi096.ejdhsd (mgr.14182) 659 : cluster [DBG] pgmap v482: 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-16T02:20:05.391 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:05.391 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:05.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:05 smithi096 bash[25928]: cluster 2023-11-16T02:20:03.796332+0000 mgr.smithi096.ejdhsd (mgr.14182) 660 : 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-16T02:20:05.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:05 smithi145 bash[29583]: cluster 2023-11-16T02:20:03.796332+0000 mgr.smithi096.ejdhsd (mgr.14182) 660 : 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-16T02:20:06.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:06.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:06 smithi096 bash[25928]: audit 2023-11-16T02:20:05.376748+0000 mgr.smithi096.ejdhsd (mgr.14182) 661 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:06.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:06 smithi145 bash[29583]: audit 2023-11-16T02:20:05.376748+0000 mgr.smithi096.ejdhsd (mgr.14182) 661 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:07.044 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:07.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:07 smithi096 bash[25928]: cluster 2023-11-16T02:20:05.798114+0000 mgr.smithi096.ejdhsd (mgr.14182) 662 : 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-16T02:20:07.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:07 smithi145 bash[29583]: cluster 2023-11-16T02:20:05.798114+0000 mgr.smithi096.ejdhsd (mgr.14182) 662 : 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-16T02:20:09.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:09 smithi096 bash[25928]: cluster 2023-11-16T02:20:07.799499+0000 mgr.smithi096.ejdhsd (mgr.14182) 663 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:09.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:09 smithi145 bash[29583]: cluster 2023-11-16T02:20:07.799499+0000 mgr.smithi096.ejdhsd (mgr.14182) 663 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:10.428 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:10.428 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:11.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:11.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:11 smithi096 bash[25928]: cluster 2023-11-16T02:20:09.801016+0000 mgr.smithi096.ejdhsd (mgr.14182) 664 : cluster [DBG] pgmap v486: 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-16T02:20:11.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:11 smithi096 bash[25928]: audit 2023-11-16T02:20:10.415647+0000 mgr.smithi096.ejdhsd (mgr.14182) 665 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:11.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:11 smithi145 bash[29583]: cluster 2023-11-16T02:20:09.801016+0000 mgr.smithi096.ejdhsd (mgr.14182) 664 : cluster [DBG] pgmap v486: 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-16T02:20:11.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:11 smithi145 bash[29583]: audit 2023-11-16T02:20:10.415647+0000 mgr.smithi096.ejdhsd (mgr.14182) 665 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:12.049 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:13.433 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:13 smithi096 bash[25928]: cluster 2023-11-16T02:20:11.802439+0000 mgr.smithi096.ejdhsd (mgr.14182) 666 : cluster [DBG] pgmap v487: 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-16T02:20:13.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:13 smithi145 bash[29583]: cluster 2023-11-16T02:20:11.802439+0000 mgr.smithi096.ejdhsd (mgr.14182) 666 : cluster [DBG] pgmap v487: 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-16T02:20:15.266 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:15.266 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:18:07.299713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.twrczu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:15.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:15 smithi096 bash[25928]: cluster 2023-11-16T02:20:13.804018+0000 mgr.smithi096.ejdhsd (mgr.14182) 667 : 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-16T02:20:15.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:15 smithi145 bash[29583]: cluster 2023-11-16T02:20:13.804018+0000 mgr.smithi096.ejdhsd (mgr.14182) 667 : 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-16T02:20:15.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:16.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:16 smithi096 bash[25928]: audit 2023-11-16T02:20:15.251644+0000 mgr.smithi096.ejdhsd (mgr.14182) 668 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:16.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:16 smithi096 bash[25928]: audit 2023-11-16T02:20:15.764723+0000 mon.smithi096 (mon.0) 844 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:20:16.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:16 smithi096 bash[25928]: audit 2023-11-16T02:20:16.092860+0000 mon.smithi096 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:16.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:16 smithi096 bash[25928]: audit 2023-11-16T02:20:16.094583+0000 mon.smithi096 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:20:16.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:16 smithi096 bash[25928]: audit 2023-11-16T02:20:16.104379+0000 mon.smithi096 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:16.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:16 smithi096 bash[25928]: audit 2023-11-16T02:20:16.112037+0000 mon.smithi096 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:20:16.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:16 smithi096 bash[25928]: audit 2023-11-16T02:20:16.129760+0000 mon.smithi096 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:16 smithi145 bash[29583]: audit 2023-11-16T02:20:15.251644+0000 mgr.smithi096.ejdhsd (mgr.14182) 668 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:16 smithi145 bash[29583]: audit 2023-11-16T02:20:15.764723+0000 mon.smithi096 (mon.0) 844 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:20:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:16 smithi145 bash[29583]: audit 2023-11-16T02:20:16.092860+0000 mon.smithi096 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:20:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:16 smithi145 bash[29583]: audit 2023-11-16T02:20:16.094583+0000 mon.smithi096 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:20:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:16 smithi145 bash[29583]: audit 2023-11-16T02:20:16.104379+0000 mon.smithi096 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:16 smithi145 bash[29583]: audit 2023-11-16T02:20:16.112037+0000 mon.smithi096 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:20:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:16 smithi145 bash[29583]: audit 2023-11-16T02:20:16.129760+0000 mon.smithi096 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:16.887 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:17.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:17 smithi096 bash[25928]: cluster 2023-11-16T02:20:15.805149+0000 mgr.smithi096.ejdhsd (mgr.14182) 669 : 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-16T02:20:17.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:17 smithi096 bash[25928]: cluster 2023-11-16T02:20:16.105518+0000 mgr.smithi096.ejdhsd (mgr.14182) 670 : cluster [DBG] pgmap v490: 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-16T02:20:17.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:17 smithi096 bash[25928]: cephadm 2023-11-16T02:20:16.133820+0000 mgr.smithi096.ejdhsd (mgr.14182) 671 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.fwnewt on smithi145 2023-11-16T02:20:17.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:17 smithi096 bash[25928]: cluster 2023-11-16T02:20:16.301685+0000 mon.smithi096 (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:20:17.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:17 smithi096 bash[25928]: cluster 2023-11-16T02:20:16.301772+0000 mon.smithi096 (mon.0) 851 : cluster [INF] Cluster is now healthy 2023-11-16T02:20:17.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:17 smithi145 bash[29583]: cluster 2023-11-16T02:20:15.805149+0000 mgr.smithi096.ejdhsd (mgr.14182) 669 : 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-16T02:20:17.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:17 smithi145 bash[29583]: cluster 2023-11-16T02:20:16.105518+0000 mgr.smithi096.ejdhsd (mgr.14182) 670 : cluster [DBG] pgmap v490: 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-16T02:20:17.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:17 smithi145 bash[29583]: cephadm 2023-11-16T02:20:16.133820+0000 mgr.smithi096.ejdhsd (mgr.14182) 671 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.fwnewt on smithi145 2023-11-16T02:20:17.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:17 smithi145 bash[29583]: cluster 2023-11-16T02:20:16.301685+0000 mon.smithi096 (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:20:17.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:17 smithi145 bash[29583]: cluster 2023-11-16T02:20:16.301772+0000 mon.smithi096 (mon.0) 851 : cluster [INF] Cluster is now healthy 2023-11-16T02:20:19.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:19 smithi096 bash[25928]: cluster 2023-11-16T02:20:18.106853+0000 mgr.smithi096.ejdhsd (mgr.14182) 672 : cluster [DBG] pgmap v491: 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-16T02:20:19.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:19 smithi145 bash[29583]: cluster 2023-11-16T02:20:18.106853+0000 mgr.smithi096.ejdhsd (mgr.14182) 672 : cluster [DBG] pgmap v491: 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-16T02:20:20.287 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:20.287 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:11.491458Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.hrfypg on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-hrfypg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.hrfypg\nDeploy daemon haproxy.nfs.foo.smithi145.hrfypg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.751950Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qwvvno on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qwvvno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qwvvno\nDeploy daemon haproxy.nfs.foo.smithi096.qwvvno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:19:15.755638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.cmlmsg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:20.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:20 smithi096 bash[25928]: audit 2023-11-16T02:20:19.911811+0000 mon.smithi096 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.fwnewt"}]: dispatch 2023-11-16T02:20:20.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:20 smithi145 bash[29583]: audit 2023-11-16T02:20:19.911811+0000 mon.smithi096 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.fwnewt"}]: dispatch 2023-11-16T02:20:20.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:21.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: cephadm 2023-11-16T02:20:19.910776+0000 mgr.smithi096.ejdhsd (mgr.14182) 673 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.fwnewt ... 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:20:21.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.fwnewt ... 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:21.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: cephadm 2023-11-16T02:20:19.911163+0000 mgr.smithi096.ejdhsd (mgr.14182) 674 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: cephadm 2023-11-16T02:20:19.913359+0000 mgr.smithi096.ejdhsd (mgr.14182) 675 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.fwnewt ... 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:21.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:21.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:21.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: cephadm 2023-11-16T02:20:19.917594+0000 mgr.smithi096.ejdhsd (mgr.14182) 676 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.ywnwjh on smithi096 2023-11-16T02:20:21.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: cluster 2023-11-16T02:20:20.107837+0000 mgr.smithi096.ejdhsd (mgr.14182) 677 : cluster [DBG] pgmap v492: 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-16T02:20:21.608 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:21 smithi096 bash[25928]: audit 2023-11-16T02:20:20.274608+0000 mgr.smithi096.ejdhsd (mgr.14182) 678 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:21.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: cephadm 2023-11-16T02:20:19.910776+0000 mgr.smithi096.ejdhsd (mgr.14182) 673 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.fwnewt ... 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.fwnewt ... 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: cephadm 2023-11-16T02:20:19.911163+0000 mgr.smithi096.ejdhsd (mgr.14182) 674 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: cephadm 2023-11-16T02:20:19.913359+0000 mgr.smithi096.ejdhsd (mgr.14182) 675 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.fwnewt ... 2023-11-16T02:20:21.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:21.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:21.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:21.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:21.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: cephadm 2023-11-16T02:20:19.917594+0000 mgr.smithi096.ejdhsd (mgr.14182) 676 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.ywnwjh on smithi096 2023-11-16T02:20:21.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: cluster 2023-11-16T02:20:20.107837+0000 mgr.smithi096.ejdhsd (mgr.14182) 677 : cluster [DBG] pgmap v492: 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-16T02:20:21.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:21 smithi145 bash[29583]: audit 2023-11-16T02:20:20.274608+0000 mgr.smithi096.ejdhsd (mgr.14182) 678 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:21.940 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:23.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:23 smithi096 bash[25928]: cluster 2023-11-16T02:20:22.108949+0000 mgr.smithi096.ejdhsd (mgr.14182) 679 : cluster [DBG] pgmap v493: 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-16T02:20:23.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:23 smithi096 bash[25928]: audit 2023-11-16T02:20:22.269846+0000 mon.smithi096 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:23.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:23 smithi145 bash[29583]: cluster 2023-11-16T02:20:22.108949+0000 mgr.smithi096.ejdhsd (mgr.14182) 679 : cluster [DBG] pgmap v493: 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-16T02:20:23.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:23 smithi145 bash[29583]: audit 2023-11-16T02:20:22.269846+0000 mon.smithi096 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:24.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:24 smithi096 bash[25928]: audit 2023-11-16T02:20:24.011869+0000 mon.smithi096 (mon.0) 854 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.ywnwjh"}]: dispatch 2023-11-16T02:20:24.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:24 smithi145 bash[29583]: audit 2023-11-16T02:20:24.011869+0000 mon.smithi096 (mon.0) 854 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.ywnwjh"}]: dispatch 2023-11-16T02:20:25.439 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:31.676 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:31.678 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: cephadm 2023-11-16T02:20:24.010655+0000 mgr.smithi096.ejdhsd (mgr.14182) 680 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.678 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:31.678 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.678 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.678 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:31.678 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.ywnwjh ... 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.ywnwjh ... 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: cephadm 2023-11-16T02:20:24.011160+0000 mgr.smithi096.ejdhsd (mgr.14182) 681 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: cephadm 2023-11-16T02:20:24.013384+0000 mgr.smithi096.ejdhsd (mgr.14182) 682 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.680 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.ywnwjh ... 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: cephadm 2023-11-16T02:20:24.020248+0000 mgr.smithi096.ejdhsd (mgr.14182) 683 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: cephadm 2023-11-16T02:20:24.023371+0000 mgr.smithi096.ejdhsd (mgr.14182) 684 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: cluster 2023-11-16T02:20:24.024860+0000 mgr.smithi096.ejdhsd (mgr.14182) 685 : cluster [DBG] pgmap v494: 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-16T02:20:31.681 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: cluster 2023-11-16T02:20:24.269523+0000 mon.smithi096 (mon.0) 855 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:20:31.682 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:25 smithi096 bash[25928]: audit 2023-11-16T02:20:24.720039+0000 mon.smithi096 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:31.684 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: cephadm 2023-11-16T02:20:24.010655+0000 mgr.smithi096.ejdhsd (mgr.14182) 680 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.740 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:31.741 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.741 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.741 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:31.741 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.741 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.ywnwjh ... 2023-11-16T02:20:31.741 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.742 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:31.742 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:31.742 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:31.742 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.742 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:20:31.742 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:20:31.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:20:31.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:20:31.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:20:31.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:31.743 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.744 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.744 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:31.744 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.744 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.ywnwjh ... 2023-11-16T02:20:31.744 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.744 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:31.745 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:31.745 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:31.745 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.745 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: cephadm 2023-11-16T02:20:24.011160+0000 mgr.smithi096.ejdhsd (mgr.14182) 681 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.745 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: cephadm 2023-11-16T02:20:24.013384+0000 mgr.smithi096.ejdhsd (mgr.14182) 682 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.745 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:31.746 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh 2023-11-16T02:20:31.746 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.773 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:20:31.773 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh 2023-11-16T02:20:31.773 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.ywnwjh ... 2023-11-16T02:20:31.774 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.774 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:20:31.774 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:20:31.774 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:20:31.774 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:20:31.775 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: cephadm 2023-11-16T02:20:24.020248+0000 mgr.smithi096.ejdhsd (mgr.14182) 683 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:31.775 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: cephadm 2023-11-16T02:20:24.023371+0000 mgr.smithi096.ejdhsd (mgr.14182) 684 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:20:31.775 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: cluster 2023-11-16T02:20:24.024860+0000 mgr.smithi096.ejdhsd (mgr.14182) 685 : cluster [DBG] pgmap v494: 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-16T02:20:31.775 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: cluster 2023-11-16T02:20:24.269523+0000 mon.smithi096 (mon.0) 855 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:20:31.775 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:25 smithi145 bash[29583]: audit 2023-11-16T02:20:24.720039+0000 mon.smithi096 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:31.775 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:26 smithi145 bash[29583]: audit 2023-11-16T02:20:25.425028+0000 mgr.smithi096.ejdhsd (mgr.14182) 686 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:31.776 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:27 smithi145 bash[29583]: cluster 2023-11-16T02:20:26.026872+0000 mgr.smithi096.ejdhsd (mgr.14182) 687 : cluster [DBG] pgmap v495: 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-16T02:20:31.776 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:29 smithi145 bash[29583]: cluster 2023-11-16T02:20:28.028405+0000 mgr.smithi096.ejdhsd (mgr.14182) 688 : 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-16T02:20:31.776 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:31 smithi145 bash[29583]: cluster 2023-11-16T02:20:30.030061+0000 mgr.smithi096.ejdhsd (mgr.14182) 689 : cluster [DBG] pgmap v497: 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-16T02:20:31.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:31.785 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:26 smithi096 bash[25928]: audit 2023-11-16T02:20:25.425028+0000 mgr.smithi096.ejdhsd (mgr.14182) 686 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:31.786 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:27 smithi096 bash[25928]: cluster 2023-11-16T02:20:26.026872+0000 mgr.smithi096.ejdhsd (mgr.14182) 687 : cluster [DBG] pgmap v495: 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-16T02:20:31.786 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:29 smithi096 bash[25928]: cluster 2023-11-16T02:20:28.028405+0000 mgr.smithi096.ejdhsd (mgr.14182) 688 : 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-16T02:20:31.786 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:31 smithi096 bash[25928]: cluster 2023-11-16T02:20:30.030061+0000 mgr.smithi096.ejdhsd (mgr.14182) 689 : cluster [DBG] pgmap v497: 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-16T02:20:32.778 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:33.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:33 smithi096 bash[25928]: cluster 2023-11-16T02:20:32.031506+0000 mgr.smithi096.ejdhsd (mgr.14182) 690 : 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-16T02:20:33.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:33 smithi145 bash[29583]: cluster 2023-11-16T02:20:32.031506+0000 mgr.smithi096.ejdhsd (mgr.14182) 690 : 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-16T02:20:35.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:35 smithi096 bash[25928]: cluster 2023-11-16T02:20:34.033236+0000 mgr.smithi096.ejdhsd (mgr.14182) 691 : 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-16T02:20:35.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:35 smithi145 bash[29583]: cluster 2023-11-16T02:20:34.033236+0000 mgr.smithi096.ejdhsd (mgr.14182) 691 : 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-16T02:20:36.122 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:36.122 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:36.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:37.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:37 smithi096 bash[25928]: cluster 2023-11-16T02:20:36.034439+0000 mgr.smithi096.ejdhsd (mgr.14182) 692 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:37.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:37 smithi096 bash[25928]: audit 2023-11-16T02:20:36.108770+0000 mgr.smithi096.ejdhsd (mgr.14182) 693 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:37.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:37 smithi096 bash[25928]: audit 2023-11-16T02:20:37.270788+0000 mon.smithi096 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:37.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:37 smithi145 bash[29583]: cluster 2023-11-16T02:20:36.034439+0000 mgr.smithi096.ejdhsd (mgr.14182) 692 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:37.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:37 smithi145 bash[29583]: audit 2023-11-16T02:20:36.108770+0000 mgr.smithi096.ejdhsd (mgr.14182) 693 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:37.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:37 smithi145 bash[29583]: audit 2023-11-16T02:20:37.270788+0000 mon.smithi096 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:20:37.762 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:39.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:39 smithi096 bash[25928]: cluster 2023-11-16T02:20:38.036056+0000 mgr.smithi096.ejdhsd (mgr.14182) 694 : 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-16T02:20:39.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:39 smithi145 bash[29583]: cluster 2023-11-16T02:20:38.036056+0000 mgr.smithi096.ejdhsd (mgr.14182) 694 : 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-16T02:20:41.044 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:41.044 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:41.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:41 smithi096 bash[25928]: cluster 2023-11-16T02:20:40.037707+0000 mgr.smithi096.ejdhsd (mgr.14182) 695 : cluster [DBG] pgmap v502: 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-16T02:20:41.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:41 smithi145 bash[29583]: cluster 2023-11-16T02:20:40.037707+0000 mgr.smithi096.ejdhsd (mgr.14182) 695 : cluster [DBG] pgmap v502: 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-16T02:20:41.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:42.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:42 smithi096 bash[25928]: audit 2023-11-16T02:20:41.029029+0000 mgr.smithi096.ejdhsd (mgr.14182) 696 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:42.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:42 smithi145 bash[29583]: audit 2023-11-16T02:20:41.029029+0000 mgr.smithi096.ejdhsd (mgr.14182) 696 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:42.719 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:43.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:43 smithi096 bash[25928]: cluster 2023-11-16T02:20:42.039189+0000 mgr.smithi096.ejdhsd (mgr.14182) 697 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:43.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:43 smithi145 bash[29583]: cluster 2023-11-16T02:20:42.039189+0000 mgr.smithi096.ejdhsd (mgr.14182) 697 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:45.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:45 smithi145 bash[29583]: cluster 2023-11-16T02:20:44.040314+0000 mgr.smithi096.ejdhsd (mgr.14182) 698 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:45.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:45 smithi096 bash[25928]: cluster 2023-11-16T02:20:44.040314+0000 mgr.smithi096.ejdhsd (mgr.14182) 698 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:45.932 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:45.932 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:46.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:47.606 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:47.618 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:47 smithi096 bash[25928]: audit 2023-11-16T02:20:45.919884+0000 mgr.smithi096.ejdhsd (mgr.14182) 699 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:47.619 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:47 smithi096 bash[25928]: cluster 2023-11-16T02:20:46.041248+0000 mgr.smithi096.ejdhsd (mgr.14182) 700 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:47.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:47 smithi145 bash[29583]: audit 2023-11-16T02:20:45.919884+0000 mgr.smithi096.ejdhsd (mgr.14182) 699 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:47.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:47 smithi145 bash[29583]: cluster 2023-11-16T02:20:46.041248+0000 mgr.smithi096.ejdhsd (mgr.14182) 700 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:49.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:49 smithi145 bash[29583]: cluster 2023-11-16T02:20:48.042790+0000 mgr.smithi096.ejdhsd (mgr.14182) 701 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:49 smithi096 bash[25928]: cluster 2023-11-16T02:20:48.042790+0000 mgr.smithi096.ejdhsd (mgr.14182) 701 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:50.856 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:50.856 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:51.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:51.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:51 smithi145 bash[29583]: cluster 2023-11-16T02:20:50.044567+0000 mgr.smithi096.ejdhsd (mgr.14182) 702 : cluster [DBG] pgmap v507: 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-16T02:20:51.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:51 smithi096 bash[25928]: cluster 2023-11-16T02:20:50.044567+0000 mgr.smithi096.ejdhsd (mgr.14182) 702 : cluster [DBG] pgmap v507: 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-16T02:20:52.521 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:52 smithi145 bash[29583]: audit 2023-11-16T02:20:50.843363+0000 mgr.smithi096.ejdhsd (mgr.14182) 703 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:52.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:52 smithi096 bash[25928]: audit 2023-11-16T02:20:50.843363+0000 mgr.smithi096.ejdhsd (mgr.14182) 703 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:53.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:53 smithi145 bash[29583]: cluster 2023-11-16T02:20:52.046106+0000 mgr.smithi096.ejdhsd (mgr.14182) 704 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:53.694 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:53 smithi096 bash[25928]: cluster 2023-11-16T02:20:52.046106+0000 mgr.smithi096.ejdhsd (mgr.14182) 704 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:55.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:55 smithi096 bash[25928]: cluster 2023-11-16T02:20:54.047638+0000 mgr.smithi096.ejdhsd (mgr.14182) 705 : 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-16T02:20:55.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:55 smithi145 bash[29583]: cluster 2023-11-16T02:20:54.047638+0000 mgr.smithi096.ejdhsd (mgr.14182) 705 : 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-16T02:20:55.761 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:20:55.761 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:20:56.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:20:56.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:56 smithi145 bash[29583]: audit 2023-11-16T02:20:55.747246+0000 mgr.smithi096.ejdhsd (mgr.14182) 706 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:56.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:56 smithi096 bash[25928]: audit 2023-11-16T02:20:55.747246+0000 mgr.smithi096.ejdhsd (mgr.14182) 706 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:20:57.522 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:20:57.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:57 smithi145 bash[29583]: cluster 2023-11-16T02:20:56.049582+0000 mgr.smithi096.ejdhsd (mgr.14182) 707 : 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-16T02:20:57.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:57 smithi096 bash[25928]: cluster 2023-11-16T02:20:56.049582+0000 mgr.smithi096.ejdhsd (mgr.14182) 707 : 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-16T02:20:59.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:20:59 smithi145 bash[29583]: cluster 2023-11-16T02:20:58.051080+0000 mgr.smithi096.ejdhsd (mgr.14182) 708 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:20:59.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:20:59 smithi096 bash[25928]: cluster 2023-11-16T02:20:58.051080+0000 mgr.smithi096.ejdhsd (mgr.14182) 708 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:00.744 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:00.744 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:01.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:01.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:01 smithi096 bash[25928]: cluster 2023-11-16T02:21:00.052004+0000 mgr.smithi096.ejdhsd (mgr.14182) 709 : cluster [DBG] pgmap v512: 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-16T02:21:01.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:01 smithi096 bash[25928]: audit 2023-11-16T02:21:00.732122+0000 mgr.smithi096.ejdhsd (mgr.14182) 710 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:01.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:01 smithi145 bash[29583]: cluster 2023-11-16T02:21:00.052004+0000 mgr.smithi096.ejdhsd (mgr.14182) 709 : cluster [DBG] pgmap v512: 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-16T02:21:01.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:01 smithi145 bash[29583]: audit 2023-11-16T02:21:00.732122+0000 mgr.smithi096.ejdhsd (mgr.14182) 710 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:02.487 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:03.829 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:03 smithi096 bash[25928]: cluster 2023-11-16T02:21:02.053485+0000 mgr.smithi096.ejdhsd (mgr.14182) 711 : 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-16T02:21:03.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:03 smithi145 bash[29583]: cluster 2023-11-16T02:21:02.053485+0000 mgr.smithi096.ejdhsd (mgr.14182) 711 : 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-16T02:21:05.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:05 smithi096 bash[25928]: cluster 2023-11-16T02:21:04.055262+0000 mgr.smithi096.ejdhsd (mgr.14182) 712 : 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-16T02:21:05.661 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:05.661 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:05.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:05 smithi145 bash[29583]: cluster 2023-11-16T02:21:04.055262+0000 mgr.smithi096.ejdhsd (mgr.14182) 712 : 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-16T02:21:06.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:06.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:06 smithi096 bash[25928]: audit 2023-11-16T02:21:05.653945+0000 mgr.smithi096.ejdhsd (mgr.14182) 713 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:06.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:06 smithi145 bash[29583]: audit 2023-11-16T02:21:05.653945+0000 mgr.smithi096.ejdhsd (mgr.14182) 713 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:07.299 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:07.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:07 smithi096 bash[25928]: cluster 2023-11-16T02:21:06.056443+0000 mgr.smithi096.ejdhsd (mgr.14182) 714 : 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-16T02:21:07.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:07 smithi145 bash[29583]: cluster 2023-11-16T02:21:06.056443+0000 mgr.smithi096.ejdhsd (mgr.14182) 714 : 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-16T02:21:09.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:09 smithi096 bash[25928]: cluster 2023-11-16T02:21:08.058076+0000 mgr.smithi096.ejdhsd (mgr.14182) 715 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:09.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:09 smithi145 bash[29583]: cluster 2023-11-16T02:21:08.058076+0000 mgr.smithi096.ejdhsd (mgr.14182) 715 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:10.655 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:10.656 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:11.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:11.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:11 smithi096 bash[25928]: cluster 2023-11-16T02:21:10.059812+0000 mgr.smithi096.ejdhsd (mgr.14182) 716 : cluster [DBG] pgmap v517: 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-16T02:21:11.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:11 smithi096 bash[25928]: audit 2023-11-16T02:21:10.641520+0000 mgr.smithi096.ejdhsd (mgr.14182) 717 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:11.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:11 smithi145 bash[29583]: cluster 2023-11-16T02:21:10.059812+0000 mgr.smithi096.ejdhsd (mgr.14182) 716 : cluster [DBG] pgmap v517: 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-16T02:21:11.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:11 smithi145 bash[29583]: audit 2023-11-16T02:21:10.641520+0000 mgr.smithi096.ejdhsd (mgr.14182) 717 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:12.296 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:13.713 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:13 smithi096 bash[25928]: cluster 2023-11-16T02:21:12.061329+0000 mgr.smithi096.ejdhsd (mgr.14182) 718 : 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-16T02:21:13.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:13 smithi145 bash[29583]: cluster 2023-11-16T02:21:12.061329+0000 mgr.smithi096.ejdhsd (mgr.14182) 718 : 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-16T02:21:15.624 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:15.624 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:15.869 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:15 smithi096 bash[25928]: cluster 2023-11-16T02:21:14.063086+0000 mgr.smithi096.ejdhsd (mgr.14182) 719 : 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-16T02:21:15.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:15 smithi145 bash[29583]: cluster 2023-11-16T02:21:14.063086+0000 mgr.smithi096.ejdhsd (mgr.14182) 719 : 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-16T02:21:16.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:16.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:16 smithi096 bash[25928]: audit 2023-11-16T02:21:15.611877+0000 mgr.smithi096.ejdhsd (mgr.14182) 720 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:16.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:16 smithi145 bash[29583]: audit 2023-11-16T02:21:15.611877+0000 mgr.smithi096.ejdhsd (mgr.14182) 720 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:17.265 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:17.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:17 smithi096 bash[25928]: cluster 2023-11-16T02:21:16.064905+0000 mgr.smithi096.ejdhsd (mgr.14182) 721 : 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-16T02:21:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:17 smithi145 bash[29583]: cluster 2023-11-16T02:21:16.064905+0000 mgr.smithi096.ejdhsd (mgr.14182) 721 : 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-16T02:21:19.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:19 smithi096 bash[25928]: cluster 2023-11-16T02:21:18.066473+0000 mgr.smithi096.ejdhsd (mgr.14182) 722 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:19.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:19 smithi145 bash[29583]: cluster 2023-11-16T02:21:18.066473+0000 mgr.smithi096.ejdhsd (mgr.14182) 722 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:20.315 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:20.316 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:20.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:21.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:21 smithi096 bash[25928]: cluster 2023-11-16T02:21:20.067307+0000 mgr.smithi096.ejdhsd (mgr.14182) 723 : cluster [DBG] pgmap v522: 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-16T02:21:21.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:21 smithi096 bash[25928]: audit 2023-11-16T02:21:20.304321+0000 mgr.smithi096.ejdhsd (mgr.14182) 724 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:21.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:21 smithi145 bash[29583]: cluster 2023-11-16T02:21:20.067307+0000 mgr.smithi096.ejdhsd (mgr.14182) 723 : cluster [DBG] pgmap v522: 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-16T02:21:21.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:21 smithi145 bash[29583]: audit 2023-11-16T02:21:20.304321+0000 mgr.smithi096.ejdhsd (mgr.14182) 724 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:21.979 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:23.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:23 smithi096 bash[25928]: cluster 2023-11-16T02:21:22.068686+0000 mgr.smithi096.ejdhsd (mgr.14182) 725 : 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-16T02:21:23.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:23 smithi145 bash[29583]: cluster 2023-11-16T02:21:22.068686+0000 mgr.smithi096.ejdhsd (mgr.14182) 725 : 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-16T02:21:24.788 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:24 smithi096 bash[25928]: audit 2023-11-16T02:21:24.028305+0000 mon.smithi096 (mon.0) 858 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:21:24.789 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:24 smithi096 bash[25928]: audit 2023-11-16T02:21:24.352334+0000 mon.smithi096 (mon.0) 859 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:21:24.789 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:24 smithi096 bash[25928]: audit 2023-11-16T02:21:24.353998+0000 mon.smithi096 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:21:24.789 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:24 smithi096 bash[25928]: audit 2023-11-16T02:21:24.363197+0000 mon.smithi096 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:21:24.789 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:24 smithi096 bash[25928]: audit 2023-11-16T02:21:24.372660+0000 mon.smithi096 (mon.0) 862 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:21:24.789 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:24 smithi096 bash[25928]: audit 2023-11-16T02:21:24.388130+0000 mon.smithi096 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:21:24.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:24 smithi145 bash[29583]: audit 2023-11-16T02:21:24.028305+0000 mon.smithi096 (mon.0) 858 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:21:24.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:24 smithi145 bash[29583]: audit 2023-11-16T02:21:24.352334+0000 mon.smithi096 (mon.0) 859 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:21:24.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:24 smithi145 bash[29583]: audit 2023-11-16T02:21:24.353998+0000 mon.smithi096 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:21:24.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:24 smithi145 bash[29583]: audit 2023-11-16T02:21:24.363197+0000 mon.smithi096 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:21:24.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:24 smithi145 bash[29583]: audit 2023-11-16T02:21:24.372660+0000 mon.smithi096 (mon.0) 862 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:21:24.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:24 smithi145 bash[29583]: audit 2023-11-16T02:21:24.388130+0000 mon.smithi096 (mon.0) 863 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:21:25.240 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:25.240 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:19:15.758960Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cqlpjw on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:25.514 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:25 smithi096 bash[25928]: cluster 2023-11-16T02:21:24.069900+0000 mgr.smithi096.ejdhsd (mgr.14182) 726 : 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-16T02:21:25.514 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:25 smithi096 bash[25928]: cluster 2023-11-16T02:21:24.364273+0000 mgr.smithi096.ejdhsd (mgr.14182) 727 : cluster [DBG] pgmap v525: 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-16T02:21:25.514 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:25 smithi096 bash[25928]: cephadm 2023-11-16T02:21:24.391389+0000 mgr.smithi096.ejdhsd (mgr.14182) 728 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.jhsfsr on smithi145 2023-11-16T02:21:25.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:25 smithi096 bash[25928]: cluster 2023-11-16T02:21:24.498481+0000 mon.smithi096 (mon.0) 864 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:21:25.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:25 smithi096 bash[25928]: cluster 2023-11-16T02:21:24.498553+0000 mon.smithi096 (mon.0) 865 : cluster [INF] Cluster is now healthy 2023-11-16T02:21:25.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:25.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:25 smithi145 bash[29583]: cluster 2023-11-16T02:21:24.069900+0000 mgr.smithi096.ejdhsd (mgr.14182) 726 : 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-16T02:21:25.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:25 smithi145 bash[29583]: cluster 2023-11-16T02:21:24.364273+0000 mgr.smithi096.ejdhsd (mgr.14182) 727 : cluster [DBG] pgmap v525: 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-16T02:21:25.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:25 smithi145 bash[29583]: cephadm 2023-11-16T02:21:24.391389+0000 mgr.smithi096.ejdhsd (mgr.14182) 728 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.jhsfsr on smithi145 2023-11-16T02:21:25.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:25 smithi145 bash[29583]: cluster 2023-11-16T02:21:24.498481+0000 mon.smithi096 (mon.0) 864 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:21:25.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:25 smithi145 bash[29583]: cluster 2023-11-16T02:21:24.498553+0000 mon.smithi096 (mon.0) 865 : cluster [INF] Cluster is now healthy 2023-11-16T02:21:26.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:26 smithi096 bash[25928]: audit 2023-11-16T02:21:25.229214+0000 mgr.smithi096.ejdhsd (mgr.14182) 729 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:26.902 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:26.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:26 smithi145 bash[29583]: audit 2023-11-16T02:21:25.229214+0000 mgr.smithi096.ejdhsd (mgr.14182) 729 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:27.790 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:27 smithi145 bash[29583]: cluster 2023-11-16T02:21:26.365885+0000 mgr.smithi096.ejdhsd (mgr.14182) 730 : cluster [DBG] pgmap v526: 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-16T02:21:27.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:27 smithi096 bash[25928]: cluster 2023-11-16T02:21:26.365885+0000 mgr.smithi096.ejdhsd (mgr.14182) 730 : cluster [DBG] pgmap v526: 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-16T02:21:29.846 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: cluster 2023-11-16T02:21:28.367572+0000 mgr.smithi096.ejdhsd (mgr.14182) 731 : cluster [DBG] pgmap v527: 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-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: cephadm 2023-11-16T02:21:28.562611+0000 mgr.smithi096.ejdhsd (mgr.14182) 732 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.jhsfsr ... 2023-11-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:29.847 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:29.848 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.jhsfsr ... 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: cephadm 2023-11-16T02:21:28.563103+0000 mgr.smithi096.ejdhsd (mgr.14182) 733 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: audit 2023-11-16T02:21:28.563859+0000 mon.smithi096 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.jhsfsr"}]: dispatch 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: cephadm 2023-11-16T02:21:28.565880+0000 mgr.smithi096.ejdhsd (mgr.14182) 734 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:29.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.jhsfsr ... 2023-11-16T02:21:29.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:29.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:29.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:29.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:29 smithi096 bash[25928]: cephadm 2023-11-16T02:21:28.570705+0000 mgr.smithi096.ejdhsd (mgr.14182) 735 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.hhgrdb on smithi096 2023-11-16T02:21:29.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: cluster 2023-11-16T02:21:28.367572+0000 mgr.smithi096.ejdhsd (mgr.14182) 731 : cluster [DBG] pgmap v527: 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-16T02:21:29.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: cephadm 2023-11-16T02:21:28.562611+0000 mgr.smithi096.ejdhsd (mgr.14182) 732 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:29.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.jhsfsr ... 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:21:29.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.jhsfsr ... 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:29.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: cephadm 2023-11-16T02:21:28.563103+0000 mgr.smithi096.ejdhsd (mgr.14182) 733 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: audit 2023-11-16T02:21:28.563859+0000 mon.smithi096 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.jhsfsr"}]: dispatch 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: cephadm 2023-11-16T02:21:28.565880+0000 mgr.smithi096.ejdhsd (mgr.14182) 734 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.jhsfsr ... 2023-11-16T02:21:29.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:29.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:29.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:29.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:29.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:29 smithi145 bash[29583]: cephadm 2023-11-16T02:21:28.570705+0000 mgr.smithi096.ejdhsd (mgr.14182) 735 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.hhgrdb on smithi096 2023-11-16T02:21:30.210 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:30.210 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:19.913053Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.fwnewt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-fwnewt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.fwnewt\nDeploy daemon haproxy.nfs.foo.smithi145.fwnewt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.013014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.ywnwjh on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-ywnwjh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.ywnwjh\nDeploy daemon haproxy.nfs.foo.smithi096.ywnwjh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:20:24.019904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.vznhzq on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:30.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:31.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:31 smithi096 bash[25928]: audit 2023-11-16T02:21:30.196180+0000 mgr.smithi096.ejdhsd (mgr.14182) 736 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:31.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:31 smithi096 bash[25928]: cluster 2023-11-16T02:21:30.368902+0000 mgr.smithi096.ejdhsd (mgr.14182) 737 : cluster [DBG] pgmap v528: 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-16T02:21:31.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:31 smithi145 bash[29583]: audit 2023-11-16T02:21:30.196180+0000 mgr.smithi096.ejdhsd (mgr.14182) 736 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:31.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:31 smithi145 bash[29583]: cluster 2023-11-16T02:21:30.368902+0000 mgr.smithi096.ejdhsd (mgr.14182) 737 : cluster [DBG] pgmap v528: 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-16T02:21:31.899 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: cluster 2023-11-16T02:21:32.370259+0000 mgr.smithi096.ejdhsd (mgr.14182) 738 : cluster [DBG] pgmap v529: 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-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: cephadm 2023-11-16T02:21:32.633391+0000 mgr.smithi096.ejdhsd (mgr.14182) 739 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.hhgrdb ... 2023-11-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.hhgrdb ... 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: cephadm 2023-11-16T02:21:32.634060+0000 mgr.smithi096.ejdhsd (mgr.14182) 740 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: audit 2023-11-16T02:21:32.634634+0000 mon.smithi096 (mon.0) 867 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.hhgrdb"}]: dispatch 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: cephadm 2023-11-16T02:21:32.635775+0000 mgr.smithi096.ejdhsd (mgr.14182) 741 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.hhgrdb ... 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: cephadm 2023-11-16T02:21:32.640362+0000 mgr.smithi096.ejdhsd (mgr.14182) 742 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: cephadm 2023-11-16T02:21:32.644488+0000 mgr.smithi096.ejdhsd (mgr.14182) 743 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:21:33.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:33 smithi096 bash[25928]: cluster 2023-11-16T02:21:32.645508+0000 mgr.smithi096.ejdhsd (mgr.14182) 744 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-11-16T02:21:33.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: cluster 2023-11-16T02:21:32.370259+0000 mgr.smithi096.ejdhsd (mgr.14182) 738 : cluster [DBG] pgmap v529: 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-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: cephadm 2023-11-16T02:21:32.633391+0000 mgr.smithi096.ejdhsd (mgr.14182) 739 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.hhgrdb ... 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.hhgrdb ... 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: cephadm 2023-11-16T02:21:32.634060+0000 mgr.smithi096.ejdhsd (mgr.14182) 740 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: audit 2023-11-16T02:21:32.634634+0000 mon.smithi096 (mon.0) 867 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.hhgrdb"}]: dispatch 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: cephadm 2023-11-16T02:21:32.635775+0000 mgr.smithi096.ejdhsd (mgr.14182) 741 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb 2023-11-16T02:21:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.hhgrdb ... 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: cephadm 2023-11-16T02:21:32.640362+0000 mgr.smithi096.ejdhsd (mgr.14182) 742 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: cephadm 2023-11-16T02:21:32.644488+0000 mgr.smithi096.ejdhsd (mgr.14182) 743 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:21:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:33 smithi145 bash[29583]: cluster 2023-11-16T02:21:32.645508+0000 mgr.smithi096.ejdhsd (mgr.14182) 744 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 0 op/s 2023-11-16T02:21:34.691 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:34 smithi096 bash[25928]: cluster 2023-11-16T02:21:33.425078+0000 mon.smithi096 (mon.0) 868 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:21:34.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:34 smithi145 bash[29583]: cluster 2023-11-16T02:21:33.425078+0000 mon.smithi096 (mon.0) 868 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:21:35.113 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:35.114 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:35.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:36.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:35 smithi096 bash[25928]: cluster 2023-11-16T02:21:34.646584+0000 mgr.smithi096.ejdhsd (mgr.14182) 745 : cluster [DBG] pgmap v531: 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-16T02:21:36.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:35 smithi096 bash[25928]: audit 2023-11-16T02:21:34.775006+0000 mon.smithi096 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:21:36.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:35 smithi145 bash[29583]: cluster 2023-11-16T02:21:34.646584+0000 mgr.smithi096.ejdhsd (mgr.14182) 745 : cluster [DBG] pgmap v531: 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-16T02:21:36.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:35 smithi145 bash[29583]: audit 2023-11-16T02:21:34.775006+0000 mon.smithi096 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:21:36.772 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:37.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:36 smithi096 bash[25928]: audit 2023-11-16T02:21:35.107541+0000 mgr.smithi096.ejdhsd (mgr.14182) 746 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:37.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:36 smithi145 bash[29583]: audit 2023-11-16T02:21:35.107541+0000 mgr.smithi096.ejdhsd (mgr.14182) 746 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:38.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:37 smithi096 bash[25928]: cluster 2023-11-16T02:21:36.648349+0000 mgr.smithi096.ejdhsd (mgr.14182) 747 : cluster [DBG] pgmap v532: 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-16T02:21:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:37 smithi145 bash[29583]: cluster 2023-11-16T02:21:36.648349+0000 mgr.smithi096.ejdhsd (mgr.14182) 747 : cluster [DBG] pgmap v532: 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-16T02:21:39.855 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:39.856 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:40.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:39 smithi096 bash[25928]: cluster 2023-11-16T02:21:38.649655+0000 mgr.smithi096.ejdhsd (mgr.14182) 748 : cluster [DBG] pgmap v533: 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-16T02:21:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:39 smithi145 bash[29583]: cluster 2023-11-16T02:21:38.649655+0000 mgr.smithi096.ejdhsd (mgr.14182) 748 : cluster [DBG] pgmap v533: 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-16T02:21:40.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:41.543 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:41.556 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:41 smithi096 bash[25928]: audit 2023-11-16T02:21:39.849592+0000 mgr.smithi096.ejdhsd (mgr.14182) 749 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:41.556 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:41 smithi096 bash[25928]: cluster 2023-11-16T02:21:40.651182+0000 mgr.smithi096.ejdhsd (mgr.14182) 750 : cluster [DBG] pgmap v534: 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-16T02:21:41.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:41 smithi145 bash[29583]: audit 2023-11-16T02:21:39.849592+0000 mgr.smithi096.ejdhsd (mgr.14182) 749 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:41.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:41 smithi145 bash[29583]: cluster 2023-11-16T02:21:40.651182+0000 mgr.smithi096.ejdhsd (mgr.14182) 750 : cluster [DBG] pgmap v534: 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-16T02:21:44.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:43 smithi096 bash[25928]: cluster 2023-11-16T02:21:42.653238+0000 mgr.smithi096.ejdhsd (mgr.14182) 751 : cluster [DBG] pgmap v535: 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-16T02:21:44.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:43 smithi145 bash[29583]: cluster 2023-11-16T02:21:42.653238+0000 mgr.smithi096.ejdhsd (mgr.14182) 751 : cluster [DBG] pgmap v535: 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-16T02:21:44.860 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:44.861 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:45.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:45.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:45 smithi096 bash[25928]: cluster 2023-11-16T02:21:44.654752+0000 mgr.smithi096.ejdhsd (mgr.14182) 752 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:46.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:45 smithi145 bash[29583]: cluster 2023-11-16T02:21:44.654752+0000 mgr.smithi096.ejdhsd (mgr.14182) 752 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:46.496 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:46.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:46 smithi096 bash[25928]: audit 2023-11-16T02:21:44.846645+0000 mgr.smithi096.ejdhsd (mgr.14182) 753 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:47.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:46 smithi145 bash[29583]: audit 2023-11-16T02:21:44.846645+0000 mgr.smithi096.ejdhsd (mgr.14182) 753 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:47.950 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:47 smithi096 bash[25928]: cluster 2023-11-16T02:21:46.656630+0000 mgr.smithi096.ejdhsd (mgr.14182) 754 : 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-16T02:21:48.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:47 smithi145 bash[29583]: cluster 2023-11-16T02:21:46.656630+0000 mgr.smithi096.ejdhsd (mgr.14182) 754 : 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-16T02:21:49.727 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:49.727 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:50.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:49 smithi096 bash[25928]: cluster 2023-11-16T02:21:48.658432+0000 mgr.smithi096.ejdhsd (mgr.14182) 755 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:50.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:49 smithi145 bash[29583]: cluster 2023-11-16T02:21:48.658432+0000 mgr.smithi096.ejdhsd (mgr.14182) 755 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:50.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:51.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:50 smithi096 bash[25928]: audit 2023-11-16T02:21:49.714903+0000 mgr.smithi096.ejdhsd (mgr.14182) 756 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:51.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:50 smithi145 bash[29583]: audit 2023-11-16T02:21:49.714903+0000 mgr.smithi096.ejdhsd (mgr.14182) 756 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:51.320 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:52.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:51 smithi096 bash[25928]: cluster 2023-11-16T02:21:50.659944+0000 mgr.smithi096.ejdhsd (mgr.14182) 757 : cluster [DBG] pgmap v539: 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-16T02:21:52.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:51 smithi145 bash[29583]: cluster 2023-11-16T02:21:50.659944+0000 mgr.smithi096.ejdhsd (mgr.14182) 757 : cluster [DBG] pgmap v539: 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-16T02:21:54.073 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:53 smithi096 bash[25928]: cluster 2023-11-16T02:21:52.660834+0000 mgr.smithi096.ejdhsd (mgr.14182) 758 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:54.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:53 smithi145 bash[29583]: cluster 2023-11-16T02:21:52.660834+0000 mgr.smithi096.ejdhsd (mgr.14182) 758 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:54.541 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:54.542 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:55.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:21:56.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:55 smithi096 bash[25928]: audit 2023-11-16T02:21:54.527459+0000 mgr.smithi096.ejdhsd (mgr.14182) 759 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:56.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:55 smithi096 bash[25928]: cluster 2023-11-16T02:21:54.662017+0000 mgr.smithi096.ejdhsd (mgr.14182) 760 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:55 smithi145 bash[29583]: audit 2023-11-16T02:21:54.527459+0000 mgr.smithi096.ejdhsd (mgr.14182) 759 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:21:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:55 smithi145 bash[29583]: cluster 2023-11-16T02:21:54.662017+0000 mgr.smithi096.ejdhsd (mgr.14182) 760 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:56.194 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:21:58.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:57 smithi096 bash[25928]: cluster 2023-11-16T02:21:56.663048+0000 mgr.smithi096.ejdhsd (mgr.14182) 761 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:58.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:57 smithi145 bash[29583]: cluster 2023-11-16T02:21:56.663048+0000 mgr.smithi096.ejdhsd (mgr.14182) 761 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:21:59.207 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:21:59.207 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:21:59.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:00.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:21:59 smithi096 bash[25928]: cluster 2023-11-16T02:21:58.664487+0000 mgr.smithi096.ejdhsd (mgr.14182) 762 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:00.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:21:59 smithi145 bash[29583]: cluster 2023-11-16T02:21:58.664487+0000 mgr.smithi096.ejdhsd (mgr.14182) 762 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:00.853 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:01.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:00 smithi096 bash[25928]: audit 2023-11-16T02:21:59.195483+0000 mgr.smithi096.ejdhsd (mgr.14182) 763 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:01.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:00 smithi145 bash[29583]: audit 2023-11-16T02:21:59.195483+0000 mgr.smithi096.ejdhsd (mgr.14182) 763 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:02.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:01 smithi096 bash[25928]: cluster 2023-11-16T02:22:00.666083+0000 mgr.smithi096.ejdhsd (mgr.14182) 764 : cluster [DBG] pgmap v544: 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-16T02:22:02.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:01 smithi145 bash[29583]: cluster 2023-11-16T02:22:00.666083+0000 mgr.smithi096.ejdhsd (mgr.14182) 764 : cluster [DBG] pgmap v544: 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-16T02:22:03.947 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:03.948 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:04.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:03 smithi096 bash[25928]: cluster 2023-11-16T02:22:02.667427+0000 mgr.smithi096.ejdhsd (mgr.14182) 765 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:04.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:03 smithi145 bash[29583]: cluster 2023-11-16T02:22:02.667427+0000 mgr.smithi096.ejdhsd (mgr.14182) 765 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:04.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:05.556 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:05.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:05 smithi096 bash[25928]: audit 2023-11-16T02:22:03.941610+0000 mgr.smithi096.ejdhsd (mgr.14182) 766 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:05.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:05 smithi096 bash[25928]: cluster 2023-11-16T02:22:04.669063+0000 mgr.smithi096.ejdhsd (mgr.14182) 767 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:06.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:05 smithi145 bash[29583]: audit 2023-11-16T02:22:03.941610+0000 mgr.smithi096.ejdhsd (mgr.14182) 766 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:06.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:05 smithi145 bash[29583]: cluster 2023-11-16T02:22:04.669063+0000 mgr.smithi096.ejdhsd (mgr.14182) 767 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:08.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:07 smithi096 bash[25928]: cluster 2023-11-16T02:22:06.670353+0000 mgr.smithi096.ejdhsd (mgr.14182) 768 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:08.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:07 smithi145 bash[29583]: cluster 2023-11-16T02:22:06.670353+0000 mgr.smithi096.ejdhsd (mgr.14182) 768 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:08.791 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:08.791 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:09.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:10.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:09 smithi096 bash[25928]: cluster 2023-11-16T02:22:08.672109+0000 mgr.smithi096.ejdhsd (mgr.14182) 769 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:10.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:09 smithi096 bash[25928]: audit 2023-11-16T02:22:08.785066+0000 mgr.smithi096.ejdhsd (mgr.14182) 770 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:10.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:09 smithi145 bash[29583]: cluster 2023-11-16T02:22:08.672109+0000 mgr.smithi096.ejdhsd (mgr.14182) 769 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:10.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:09 smithi145 bash[29583]: audit 2023-11-16T02:22:08.785066+0000 mgr.smithi096.ejdhsd (mgr.14182) 770 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:10.440 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:11.600 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:11 smithi096 bash[25928]: cluster 2023-11-16T02:22:10.673362+0000 mgr.smithi096.ejdhsd (mgr.14182) 771 : cluster [DBG] pgmap v549: 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-16T02:22:11.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:11 smithi145 bash[29583]: cluster 2023-11-16T02:22:10.673362+0000 mgr.smithi096.ejdhsd (mgr.14182) 771 : cluster [DBG] pgmap v549: 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-16T02:22:13.641 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:13.642 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:14.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:13 smithi096 bash[25928]: cluster 2023-11-16T02:22:12.675110+0000 mgr.smithi096.ejdhsd (mgr.14182) 772 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:14.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:13 smithi145 bash[29583]: cluster 2023-11-16T02:22:12.675110+0000 mgr.smithi096.ejdhsd (mgr.14182) 772 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:14.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:14.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:14 smithi096 bash[25928]: audit 2023-11-16T02:22:13.628118+0000 mgr.smithi096.ejdhsd (mgr.14182) 773 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:15.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:14 smithi145 bash[29583]: audit 2023-11-16T02:22:13.628118+0000 mgr.smithi096.ejdhsd (mgr.14182) 773 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:15.273 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:16.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:15 smithi096 bash[25928]: cluster 2023-11-16T02:22:14.676787+0000 mgr.smithi096.ejdhsd (mgr.14182) 774 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:16.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:15 smithi145 bash[29583]: cluster 2023-11-16T02:22:14.676787+0000 mgr.smithi096.ejdhsd (mgr.14182) 774 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:18.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:17 smithi096 bash[25928]: cluster 2023-11-16T02:22:16.678539+0000 mgr.smithi096.ejdhsd (mgr.14182) 775 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:18.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:17 smithi145 bash[29583]: cluster 2023-11-16T02:22:16.678539+0000 mgr.smithi096.ejdhsd (mgr.14182) 775 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:18.584 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:18.584 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:19.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:20.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:19 smithi096 bash[25928]: audit 2023-11-16T02:22:18.576684+0000 mgr.smithi096.ejdhsd (mgr.14182) 776 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:20.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:19 smithi096 bash[25928]: cluster 2023-11-16T02:22:18.680237+0000 mgr.smithi096.ejdhsd (mgr.14182) 777 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:20.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:19 smithi145 bash[29583]: audit 2023-11-16T02:22:18.576684+0000 mgr.smithi096.ejdhsd (mgr.14182) 776 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:20.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:19 smithi145 bash[29583]: cluster 2023-11-16T02:22:18.680237+0000 mgr.smithi096.ejdhsd (mgr.14182) 777 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:20.250 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:21.569 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:21 smithi096 bash[25928]: cluster 2023-11-16T02:22:20.682070+0000 mgr.smithi096.ejdhsd (mgr.14182) 778 : cluster [DBG] pgmap v554: 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-16T02:22:21.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:21 smithi145 bash[29583]: cluster 2023-11-16T02:22:20.682070+0000 mgr.smithi096.ejdhsd (mgr.14182) 778 : cluster [DBG] pgmap v554: 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-16T02:22:23.360 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:23.360 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:23.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:24.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:23 smithi096 bash[25928]: cluster 2023-11-16T02:22:22.683300+0000 mgr.smithi096.ejdhsd (mgr.14182) 779 : 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-16T02:22:24.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:23 smithi145 bash[29583]: cluster 2023-11-16T02:22:22.683300+0000 mgr.smithi096.ejdhsd (mgr.14182) 779 : 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-16T02:22:24.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:24 smithi096 bash[25928]: audit 2023-11-16T02:22:23.349167+0000 mgr.smithi096.ejdhsd (mgr.14182) 780 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:24.994 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:25.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:24 smithi145 bash[29583]: audit 2023-11-16T02:22:23.349167+0000 mgr.smithi096.ejdhsd (mgr.14182) 780 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:26.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:25 smithi096 bash[25928]: cluster 2023-11-16T02:22:24.684803+0000 mgr.smithi096.ejdhsd (mgr.14182) 781 : 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-16T02:22:26.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:25 smithi145 bash[29583]: cluster 2023-11-16T02:22:24.684803+0000 mgr.smithi096.ejdhsd (mgr.14182) 781 : 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-16T02:22:28.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:27 smithi096 bash[25928]: cluster 2023-11-16T02:22:26.686914+0000 mgr.smithi096.ejdhsd (mgr.14182) 782 : 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-16T02:22:28.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:27 smithi145 bash[29583]: cluster 2023-11-16T02:22:26.686914+0000 mgr.smithi096.ejdhsd (mgr.14182) 782 : 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-16T02:22:28.267 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:28.267 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:28.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:29.951 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:30.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:29 smithi096 bash[25928]: audit 2023-11-16T02:22:28.253747+0000 mgr.smithi096.ejdhsd (mgr.14182) 783 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:30.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:29 smithi096 bash[25928]: cluster 2023-11-16T02:22:28.688727+0000 mgr.smithi096.ejdhsd (mgr.14182) 784 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:30.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:29 smithi145 bash[29583]: audit 2023-11-16T02:22:28.253747+0000 mgr.smithi096.ejdhsd (mgr.14182) 783 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:30.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:29 smithi145 bash[29583]: cluster 2023-11-16T02:22:28.688727+0000 mgr.smithi096.ejdhsd (mgr.14182) 784 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:31.317 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:31 smithi096 bash[25928]: cluster 2023-11-16T02:22:30.690261+0000 mgr.smithi096.ejdhsd (mgr.14182) 785 : cluster [DBG] pgmap v559: 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-16T02:22:31.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:31 smithi145 bash[29583]: cluster 2023-11-16T02:22:30.690261+0000 mgr.smithi096.ejdhsd (mgr.14182) 785 : cluster [DBG] pgmap v559: 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-16T02:22:33.070 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:33.070 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:20:24.023214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kuhhdi on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:33.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:32 smithi096 bash[25928]: audit 2023-11-16T02:22:32.647801+0000 mon.smithi096 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:22:33.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:32 smithi145 bash[29583]: audit 2023-11-16T02:22:32.647801+0000 mon.smithi096 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:22:33.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:34.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:33 smithi096 bash[25928]: cluster 2023-11-16T02:22:32.691257+0000 mgr.smithi096.ejdhsd (mgr.14182) 786 : 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-16T02:22:34.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:33 smithi096 bash[25928]: audit 2023-11-16T02:22:32.971770+0000 mon.smithi096 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:22:34.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:33 smithi096 bash[25928]: audit 2023-11-16T02:22:32.973349+0000 mon.smithi096 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:22:34.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:33 smithi096 bash[25928]: audit 2023-11-16T02:22:32.982710+0000 mon.smithi096 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:34.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:33 smithi096 bash[25928]: audit 2023-11-16T02:22:32.994331+0000 mon.smithi096 (mon.0) 874 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:22:34.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:33 smithi096 bash[25928]: audit 2023-11-16T02:22:33.005218+0000 mon.smithi096 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:34.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:33 smithi145 bash[29583]: cluster 2023-11-16T02:22:32.691257+0000 mgr.smithi096.ejdhsd (mgr.14182) 786 : 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-16T02:22:34.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:33 smithi145 bash[29583]: audit 2023-11-16T02:22:32.971770+0000 mon.smithi096 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:22:34.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:33 smithi145 bash[29583]: audit 2023-11-16T02:22:32.973349+0000 mon.smithi096 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:22:34.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:33 smithi145 bash[29583]: audit 2023-11-16T02:22:32.982710+0000 mon.smithi096 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:34.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:33 smithi145 bash[29583]: audit 2023-11-16T02:22:32.994331+0000 mon.smithi096 (mon.0) 874 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:22:34.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:33 smithi145 bash[29583]: audit 2023-11-16T02:22:33.005218+0000 mon.smithi096 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:34.706 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:34.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:34 smithi096 bash[25928]: cluster 2023-11-16T02:22:32.984138+0000 mgr.smithi096.ejdhsd (mgr.14182) 787 : cluster [DBG] pgmap v561: 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-16T02:22:34.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:34 smithi096 bash[25928]: cephadm 2023-11-16T02:22:33.007989+0000 mgr.smithi096.ejdhsd (mgr.14182) 788 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.unpfyr on smithi145 2023-11-16T02:22:34.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:34 smithi096 bash[25928]: audit 2023-11-16T02:22:33.060363+0000 mgr.smithi096.ejdhsd (mgr.14182) 789 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:34.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:34 smithi096 bash[25928]: cluster 2023-11-16T02:22:33.978511+0000 mon.smithi096 (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:22:34.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:34 smithi096 bash[25928]: cluster 2023-11-16T02:22:33.978571+0000 mon.smithi096 (mon.0) 877 : cluster [INF] Cluster is now healthy 2023-11-16T02:22:35.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:34 smithi145 bash[29583]: cluster 2023-11-16T02:22:32.984138+0000 mgr.smithi096.ejdhsd (mgr.14182) 787 : cluster [DBG] pgmap v561: 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-16T02:22:35.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:34 smithi145 bash[29583]: cephadm 2023-11-16T02:22:33.007989+0000 mgr.smithi096.ejdhsd (mgr.14182) 788 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.unpfyr on smithi145 2023-11-16T02:22:35.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:34 smithi145 bash[29583]: audit 2023-11-16T02:22:33.060363+0000 mgr.smithi096.ejdhsd (mgr.14182) 789 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:35.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:34 smithi145 bash[29583]: cluster 2023-11-16T02:22:33.978511+0000 mon.smithi096 (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:22:35.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:34 smithi145 bash[29583]: cluster 2023-11-16T02:22:33.978571+0000 mon.smithi096 (mon.0) 877 : cluster [INF] Cluster is now healthy 2023-11-16T02:22:37.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:36 smithi096 bash[25928]: cluster 2023-11-16T02:22:34.985579+0000 mgr.smithi096.ejdhsd (mgr.14182) 790 : cluster [DBG] pgmap v562: 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-16T02:22:37.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:36 smithi145 bash[29583]: cluster 2023-11-16T02:22:34.985579+0000 mgr.smithi096.ejdhsd (mgr.14182) 790 : cluster [DBG] pgmap v562: 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-16T02:22:38.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: cephadm 2023-11-16T02:22:36.770304+0000 mgr.smithi096.ejdhsd (mgr.14182) 791 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.unpfyr ... 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.unpfyr ... 2023-11-16T02:22:38.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: cephadm 2023-11-16T02:22:36.770788+0000 mgr.smithi096.ejdhsd (mgr.14182) 792 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: audit 2023-11-16T02:22:36.771371+0000 mon.smithi096 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.unpfyr"}]: dispatch 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: cephadm 2023-11-16T02:22:36.772802+0000 mgr.smithi096.ejdhsd (mgr.14182) 793 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:38.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.unpfyr ... 2023-11-16T02:22:38.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:38.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:38.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:38.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: cephadm 2023-11-16T02:22:36.776257+0000 mgr.smithi096.ejdhsd (mgr.14182) 794 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.wrrydq on smithi096 2023-11-16T02:22:38.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:37 smithi096 bash[25928]: audit 2023-11-16T02:22:37.273933+0000 mon.smithi096 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: cephadm 2023-11-16T02:22:36.770304+0000 mgr.smithi096.ejdhsd (mgr.14182) 791 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.unpfyr ... 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:22:38.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.unpfyr ... 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: cephadm 2023-11-16T02:22:36.770788+0000 mgr.smithi096.ejdhsd (mgr.14182) 792 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: audit 2023-11-16T02:22:36.771371+0000 mon.smithi096 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.unpfyr"}]: dispatch 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: cephadm 2023-11-16T02:22:36.772802+0000 mgr.smithi096.ejdhsd (mgr.14182) 793 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr 2023-11-16T02:22:38.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.unpfyr ... 2023-11-16T02:22:38.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:38.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:38.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:38.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:38.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: cephadm 2023-11-16T02:22:36.776257+0000 mgr.smithi096.ejdhsd (mgr.14182) 794 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.wrrydq on smithi096 2023-11-16T02:22:38.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:37 smithi145 bash[29583]: audit 2023-11-16T02:22:37.273933+0000 mon.smithi096 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:38.256 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:38.256 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:28.565580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.jhsfsr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-jhsfsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.jhsfsr\nDeploy daemon haproxy.nfs.foo.smithi145.jhsfsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.635637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.hhgrdb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-hhgrdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.hhgrdb\nDeploy daemon haproxy.nfs.foo.smithi096.hhgrdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:21:32.640141Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ytxxcg on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:38.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:39.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:38 smithi096 bash[25928]: cluster 2023-11-16T02:22:36.986408+0000 mgr.smithi096.ejdhsd (mgr.14182) 795 : cluster [DBG] pgmap v563: 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-16T02:22:39.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:38 smithi145 bash[29583]: cluster 2023-11-16T02:22:36.986408+0000 mgr.smithi096.ejdhsd (mgr.14182) 795 : cluster [DBG] pgmap v563: 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-16T02:22:39.918 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:40.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:39 smithi096 bash[25928]: audit 2023-11-16T02:22:38.244854+0000 mgr.smithi096.ejdhsd (mgr.14182) 796 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:39 smithi145 bash[29583]: audit 2023-11-16T02:22:38.244854+0000 mgr.smithi096.ejdhsd (mgr.14182) 796 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:41.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:40 smithi096 bash[25928]: cluster 2023-11-16T02:22:38.987893+0000 mgr.smithi096.ejdhsd (mgr.14182) 797 : cluster [DBG] pgmap v564: 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-16T02:22:41.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:40 smithi145 bash[29583]: cluster 2023-11-16T02:22:38.987893+0000 mgr.smithi096.ejdhsd (mgr.14182) 797 : cluster [DBG] pgmap v564: 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-16T02:22:41.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:41 smithi096 bash[25928]: audit 2023-11-16T02:22:40.878424+0000 mon.smithi096 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.wrrydq"}]: dispatch 2023-11-16T02:22:42.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:41 smithi145 bash[29583]: audit 2023-11-16T02:22:40.878424+0000 mon.smithi096 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.wrrydq"}]: dispatch 2023-11-16T02:22:43.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: cephadm 2023-11-16T02:22:40.877104+0000 mgr.smithi096.ejdhsd (mgr.14182) 798 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:43.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:43.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.wrrydq ... 2023-11-16T02:22:43.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:43.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.wrrydq ... 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: cephadm 2023-11-16T02:22:40.877700+0000 mgr.smithi096.ejdhsd (mgr.14182) 799 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: cephadm 2023-11-16T02:22:40.880059+0000 mgr.smithi096.ejdhsd (mgr.14182) 800 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.wrrydq ... 2023-11-16T02:22:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: cephadm 2023-11-16T02:22:40.884409+0000 mgr.smithi096.ejdhsd (mgr.14182) 801 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:22:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: cephadm 2023-11-16T02:22:40.888451+0000 mgr.smithi096.ejdhsd (mgr.14182) 802 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:22:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: cluster 2023-11-16T02:22:40.890673+0000 mgr.smithi096.ejdhsd (mgr.14182) 803 : cluster [DBG] pgmap v565: 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-16T02:22:43.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:42 smithi096 bash[25928]: cluster 2023-11-16T02:22:41.784106+0000 mon.smithi096 (mon.0) 881 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:22:43.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: cephadm 2023-11-16T02:22:40.877104+0000 mgr.smithi096.ejdhsd (mgr.14182) 798 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:43.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:43.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.wrrydq ... 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:22:43.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.wrrydq ... 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: cephadm 2023-11-16T02:22:40.877700+0000 mgr.smithi096.ejdhsd (mgr.14182) 799 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: cephadm 2023-11-16T02:22:40.880059+0000 mgr.smithi096.ejdhsd (mgr.14182) 800 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.wrrydq ... 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: cephadm 2023-11-16T02:22:40.884409+0000 mgr.smithi096.ejdhsd (mgr.14182) 801 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:22:43.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: cephadm 2023-11-16T02:22:40.888451+0000 mgr.smithi096.ejdhsd (mgr.14182) 802 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:22:43.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: cluster 2023-11-16T02:22:40.890673+0000 mgr.smithi096.ejdhsd (mgr.14182) 803 : cluster [DBG] pgmap v565: 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-16T02:22:43.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:42 smithi145 bash[29583]: cluster 2023-11-16T02:22:41.784106+0000 mon.smithi096 (mon.0) 881 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:22:43.306 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:43.307 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:43.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:44 smithi096 bash[25928]: cluster 2023-11-16T02:22:42.892215+0000 mgr.smithi096.ejdhsd (mgr.14182) 804 : cluster [DBG] pgmap v566: 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-16T02:22:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:44 smithi096 bash[25928]: audit 2023-11-16T02:22:43.294177+0000 mgr.smithi096.ejdhsd (mgr.14182) 805 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:44.949 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:45.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:44 smithi145 bash[29583]: cluster 2023-11-16T02:22:42.892215+0000 mgr.smithi096.ejdhsd (mgr.14182) 804 : cluster [DBG] pgmap v566: 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-16T02:22:45.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:44 smithi145 bash[29583]: audit 2023-11-16T02:22:43.294177+0000 mgr.smithi096.ejdhsd (mgr.14182) 805 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:46.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:45 smithi096 bash[25928]: audit 2023-11-16T02:22:44.836398+0000 mon.smithi096 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:46.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:45 smithi096 bash[25928]: cluster 2023-11-16T02:22:44.893886+0000 mgr.smithi096.ejdhsd (mgr.14182) 806 : 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-16T02:22:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:45 smithi145 bash[29583]: audit 2023-11-16T02:22:44.836398+0000 mon.smithi096 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:45 smithi145 bash[29583]: cluster 2023-11-16T02:22:44.893886+0000 mgr.smithi096.ejdhsd (mgr.14182) 806 : 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-16T02:22:47.924 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:47.925 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:48.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:47 smithi096 bash[25928]: cluster 2023-11-16T02:22:46.895335+0000 mgr.smithi096.ejdhsd (mgr.14182) 807 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:48.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:47 smithi145 bash[29583]: cluster 2023-11-16T02:22:46.895335+0000 mgr.smithi096.ejdhsd (mgr.14182) 807 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:48.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:49.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:48 smithi096 bash[25928]: audit 2023-11-16T02:22:47.919116+0000 mgr.smithi096.ejdhsd (mgr.14182) 808 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:49.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:48 smithi145 bash[29583]: audit 2023-11-16T02:22:47.919116+0000 mgr.smithi096.ejdhsd (mgr.14182) 808 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:49.606 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:50.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:49 smithi096 bash[25928]: cluster 2023-11-16T02:22:48.897019+0000 mgr.smithi096.ejdhsd (mgr.14182) 809 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:50.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:49 smithi145 bash[29583]: cluster 2023-11-16T02:22:48.897019+0000 mgr.smithi096.ejdhsd (mgr.14182) 809 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:52.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:52 smithi096 bash[25928]: cluster 2023-11-16T02:22:50.898895+0000 mgr.smithi096.ejdhsd (mgr.14182) 810 : cluster [DBG] pgmap v570: 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-16T02:22:52.623 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:22:52.624 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:22:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:52 smithi145 bash[29583]: cluster 2023-11-16T02:22:50.898895+0000 mgr.smithi096.ejdhsd (mgr.14182) 810 : cluster [DBG] pgmap v570: 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-16T02:22:53.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:22:53.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:53 smithi096 bash[25928]: audit 2023-11-16T02:22:52.274869+0000 mon.smithi096 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:53.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:53 smithi096 bash[25928]: audit 2023-11-16T02:22:52.617836+0000 mgr.smithi096.ejdhsd (mgr.14182) 811 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:53.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:53 smithi145 bash[29583]: audit 2023-11-16T02:22:52.274869+0000 mon.smithi096 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:22:53.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:53 smithi145 bash[29583]: audit 2023-11-16T02:22:52.617836+0000 mgr.smithi096.ejdhsd (mgr.14182) 811 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:22:54.298 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:22:54.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:54 smithi096 bash[25928]: cluster 2023-11-16T02:22:52.900480+0000 mgr.smithi096.ejdhsd (mgr.14182) 812 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:54.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:54 smithi145 bash[29583]: cluster 2023-11-16T02:22:52.900480+0000 mgr.smithi096.ejdhsd (mgr.14182) 812 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:56.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:56 smithi096 bash[25928]: cluster 2023-11-16T02:22:54.902160+0000 mgr.smithi096.ejdhsd (mgr.14182) 813 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:56.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:56 smithi145 bash[29583]: cluster 2023-11-16T02:22:54.902160+0000 mgr.smithi096.ejdhsd (mgr.14182) 813 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:22:57.778 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:04.505 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:58 smithi145 bash[29583]: cluster 2023-11-16T02:22:56.903639+0000 mgr.smithi096.ejdhsd (mgr.14182) 814 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2023-11-16T02:23:04.506 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:22:58 smithi145 bash[29583]: audit 2023-11-16T02:22:57.765993+0000 mgr.smithi096.ejdhsd (mgr.14182) 815 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:04.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:00 smithi145 bash[29583]: cluster 2023-11-16T02:22:58.905428+0000 mgr.smithi096.ejdhsd (mgr.14182) 816 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 41 op/s 2023-11-16T02:23:04.507 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:02 smithi145 bash[29583]: cluster 2023-11-16T02:23:00.907299+0000 mgr.smithi096.ejdhsd (mgr.14182) 817 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-16T02:23:04.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:04.508 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:58 smithi096 bash[25928]: cluster 2023-11-16T02:22:56.903639+0000 mgr.smithi096.ejdhsd (mgr.14182) 814 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2023-11-16T02:23:04.508 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:22:58 smithi096 bash[25928]: audit 2023-11-16T02:22:57.765993+0000 mgr.smithi096.ejdhsd (mgr.14182) 815 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:04.508 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:00 smithi096 bash[25928]: cluster 2023-11-16T02:22:58.905428+0000 mgr.smithi096.ejdhsd (mgr.14182) 816 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 41 op/s 2023-11-16T02:23:04.508 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:02 smithi096 bash[25928]: cluster 2023-11-16T02:23:00.907299+0000 mgr.smithi096.ejdhsd (mgr.14182) 817 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-16T02:23:04.591 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:04 smithi096 bash[25928]: cluster 2023-11-16T02:23:02.908932+0000 mgr.smithi096.ejdhsd (mgr.14182) 818 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-16T02:23:04.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:04 smithi145 bash[29583]: cluster 2023-11-16T02:23:02.908932+0000 mgr.smithi096.ejdhsd (mgr.14182) 818 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-16T02:23:05.508 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:06.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:06 smithi096 bash[25928]: cluster 2023-11-16T02:23:04.910616+0000 mgr.smithi096.ejdhsd (mgr.14182) 819 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-16T02:23:06.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:06 smithi145 bash[29583]: cluster 2023-11-16T02:23:04.910616+0000 mgr.smithi096.ejdhsd (mgr.14182) 819 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-16T02:23:08.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:08 smithi096 bash[25928]: cluster 2023-11-16T02:23:06.912129+0000 mgr.smithi096.ejdhsd (mgr.14182) 820 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-16T02:23:08.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:08 smithi145 bash[29583]: cluster 2023-11-16T02:23:06.912129+0000 mgr.smithi096.ejdhsd (mgr.14182) 820 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 60 op/s 2023-11-16T02:23:08.734 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:08.734 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:09.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:09.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:09 smithi096 bash[25928]: audit 2023-11-16T02:23:08.720786+0000 mgr.smithi096.ejdhsd (mgr.14182) 821 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:09.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:09 smithi145 bash[29583]: audit 2023-11-16T02:23:08.720786+0000 mgr.smithi096.ejdhsd (mgr.14182) 821 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:10.360 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:10.611 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:10 smithi096 bash[25928]: cluster 2023-11-16T02:23:08.914049+0000 mgr.smithi096.ejdhsd (mgr.14182) 822 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 40 op/s 2023-11-16T02:23:10.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:10 smithi145 bash[29583]: cluster 2023-11-16T02:23:08.914049+0000 mgr.smithi096.ejdhsd (mgr.14182) 822 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 40 op/s 2023-11-16T02:23:12.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:12 smithi096 bash[25928]: cluster 2023-11-16T02:23:10.915904+0000 mgr.smithi096.ejdhsd (mgr.14182) 823 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 18 op/s 2023-11-16T02:23:12.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:12 smithi145 bash[29583]: cluster 2023-11-16T02:23:10.915904+0000 mgr.smithi096.ejdhsd (mgr.14182) 823 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 18 op/s 2023-11-16T02:23:13.701 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:13.702 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:14.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:14.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:14 smithi096 bash[25928]: cluster 2023-11-16T02:23:12.917511+0000 mgr.smithi096.ejdhsd (mgr.14182) 824 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:23:14.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:14 smithi096 bash[25928]: audit 2023-11-16T02:23:13.691590+0000 mgr.smithi096.ejdhsd (mgr.14182) 825 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:14.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:14 smithi145 bash[29583]: cluster 2023-11-16T02:23:12.917511+0000 mgr.smithi096.ejdhsd (mgr.14182) 824 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:23:14.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:14 smithi145 bash[29583]: audit 2023-11-16T02:23:13.691590+0000 mgr.smithi096.ejdhsd (mgr.14182) 825 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:15.377 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:16 smithi145 bash[29583]: cluster 2023-11-16T02:23:14.919161+0000 mgr.smithi096.ejdhsd (mgr.14182) 826 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:23:16.801 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:16 smithi096 bash[25928]: cluster 2023-11-16T02:23:14.919161+0000 mgr.smithi096.ejdhsd (mgr.14182) 826 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:23:18.560 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:18.560 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:18.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:18 smithi096 bash[25928]: cluster 2023-11-16T02:23:16.920645+0000 mgr.smithi096.ejdhsd (mgr.14182) 827 : 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-16T02:23:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:18 smithi145 bash[29583]: cluster 2023-11-16T02:23:16.920645+0000 mgr.smithi096.ejdhsd (mgr.14182) 827 : 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-16T02:23:19.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:19.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:19 smithi096 bash[25928]: audit 2023-11-16T02:23:18.554536+0000 mgr.smithi096.ejdhsd (mgr.14182) 828 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:19.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:19 smithi145 bash[29583]: audit 2023-11-16T02:23:18.554536+0000 mgr.smithi096.ejdhsd (mgr.14182) 828 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:20.180 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:20.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:20 smithi096 bash[25928]: cluster 2023-11-16T02:23:18.922423+0000 mgr.smithi096.ejdhsd (mgr.14182) 829 : 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-16T02:23:20.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:20 smithi145 bash[29583]: cluster 2023-11-16T02:23:18.922423+0000 mgr.smithi096.ejdhsd (mgr.14182) 829 : 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-16T02:23:22.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:22 smithi145 bash[29583]: cluster 2023-11-16T02:23:20.924178+0000 mgr.smithi096.ejdhsd (mgr.14182) 830 : cluster [DBG] pgmap v585: 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-16T02:23:22.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:22 smithi096 bash[25928]: cluster 2023-11-16T02:23:20.924178+0000 mgr.smithi096.ejdhsd (mgr.14182) 830 : cluster [DBG] pgmap v585: 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-16T02:23:23.484 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:23.484 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:24.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:24.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:24 smithi145 bash[29583]: cluster 2023-11-16T02:23:22.925791+0000 mgr.smithi096.ejdhsd (mgr.14182) 831 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:23:24.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:24 smithi145 bash[29583]: audit 2023-11-16T02:23:23.471273+0000 mgr.smithi096.ejdhsd (mgr.14182) 832 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:24.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:24 smithi096 bash[25928]: cluster 2023-11-16T02:23:22.925791+0000 mgr.smithi096.ejdhsd (mgr.14182) 831 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:23:24.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:24 smithi096 bash[25928]: audit 2023-11-16T02:23:23.471273+0000 mgr.smithi096.ejdhsd (mgr.14182) 832 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:25.044 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:26.425 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:26 smithi096 bash[25928]: cluster 2023-11-16T02:23:24.927455+0000 mgr.smithi096.ejdhsd (mgr.14182) 833 : 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-16T02:23:26.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:26 smithi145 bash[29583]: cluster 2023-11-16T02:23:24.927455+0000 mgr.smithi096.ejdhsd (mgr.14182) 833 : 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-16T02:23:28.242 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:28.242 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:28.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:28 smithi096 bash[25928]: cluster 2023-11-16T02:23:26.928966+0000 mgr.smithi096.ejdhsd (mgr.14182) 834 : 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-16T02:23:28.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:28 smithi145 bash[29583]: cluster 2023-11-16T02:23:26.928966+0000 mgr.smithi096.ejdhsd (mgr.14182) 834 : 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-16T02:23:28.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:29.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:29 smithi145 bash[29583]: audit 2023-11-16T02:23:28.232230+0000 mgr.smithi096.ejdhsd (mgr.14182) 835 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:29.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:29 smithi096 bash[25928]: audit 2023-11-16T02:23:28.232230+0000 mgr.smithi096.ejdhsd (mgr.14182) 835 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:29.905 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:30.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:30 smithi145 bash[29583]: cluster 2023-11-16T02:23:28.930985+0000 mgr.smithi096.ejdhsd (mgr.14182) 836 : 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-16T02:23:30.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:30 smithi096 bash[25928]: cluster 2023-11-16T02:23:28.930985+0000 mgr.smithi096.ejdhsd (mgr.14182) 836 : 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-16T02:23:32.735 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:32 smithi096 bash[25928]: cluster 2023-11-16T02:23:30.932856+0000 mgr.smithi096.ejdhsd (mgr.14182) 837 : cluster [DBG] pgmap v590: 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-16T02:23:32.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:32 smithi145 bash[29583]: cluster 2023-11-16T02:23:30.932856+0000 mgr.smithi096.ejdhsd (mgr.14182) 837 : cluster [DBG] pgmap v590: 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-16T02:23:33.191 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:33.191 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:33.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:34.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:34 smithi096 bash[25928]: cluster 2023-11-16T02:23:32.934384+0000 mgr.smithi096.ejdhsd (mgr.14182) 838 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:23:34.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:34 smithi096 bash[25928]: audit 2023-11-16T02:23:33.177354+0000 mgr.smithi096.ejdhsd (mgr.14182) 839 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:34.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:34 smithi145 bash[29583]: cluster 2023-11-16T02:23:32.934384+0000 mgr.smithi096.ejdhsd (mgr.14182) 838 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:23:34.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:34 smithi145 bash[29583]: audit 2023-11-16T02:23:33.177354+0000 mgr.smithi096.ejdhsd (mgr.14182) 839 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:34.935 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:36.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:36 smithi096 bash[25928]: cluster 2023-11-16T02:23:34.936019+0000 mgr.smithi096.ejdhsd (mgr.14182) 840 : 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-16T02:23:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:36 smithi145 bash[29583]: cluster 2023-11-16T02:23:34.936019+0000 mgr.smithi096.ejdhsd (mgr.14182) 840 : 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-16T02:23:38.176 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:38.176 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:38.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:38 smithi096 bash[25928]: cluster 2023-11-16T02:23:36.937119+0000 mgr.smithi096.ejdhsd (mgr.14182) 841 : 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-16T02:23:38.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:38.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:38 smithi145 bash[29583]: cluster 2023-11-16T02:23:36.937119+0000 mgr.smithi096.ejdhsd (mgr.14182) 841 : 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-16T02:23:39.779 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:39.792 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:39 smithi096 bash[25928]: audit 2023-11-16T02:23:38.167687+0000 mgr.smithi096.ejdhsd (mgr.14182) 842 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:39 smithi145 bash[29583]: audit 2023-11-16T02:23:38.167687+0000 mgr.smithi096.ejdhsd (mgr.14182) 842 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:40.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:40 smithi096 bash[25928]: cluster 2023-11-16T02:23:38.939092+0000 mgr.smithi096.ejdhsd (mgr.14182) 843 : cluster [DBG] pgmap v594: 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-16T02:23:40.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:40 smithi145 bash[29583]: cluster 2023-11-16T02:23:38.939092+0000 mgr.smithi096.ejdhsd (mgr.14182) 843 : cluster [DBG] pgmap v594: 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-16T02:23:41.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:41 smithi096 bash[25928]: audit 2023-11-16T02:23:40.893290+0000 mon.smithi096 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:23:41.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:41 smithi145 bash[29583]: audit 2023-11-16T02:23:40.893290+0000 mon.smithi096 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:23:42.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:42 smithi096 bash[25928]: cluster 2023-11-16T02:23:40.940570+0000 mgr.smithi096.ejdhsd (mgr.14182) 844 : cluster [DBG] pgmap v595: 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-16T02:23:42.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:42 smithi145 bash[29583]: cluster 2023-11-16T02:23:40.940570+0000 mgr.smithi096.ejdhsd (mgr.14182) 844 : cluster [DBG] pgmap v595: 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-16T02:23:43.026 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:43.026 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:13:20.468002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:13:20.468207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:13:20.468410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:13:20.467781Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:13:20.467450Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:13:20.469846Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:13:20.468610Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:13:20.468810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:13:20.469644Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:43.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:44.734 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:44.746 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:44 smithi096 bash[25928]: cluster 2023-11-16T02:23:42.941584+0000 mgr.smithi096.ejdhsd (mgr.14182) 845 : cluster [DBG] pgmap v596: 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-16T02:23:44.747 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:44 smithi096 bash[25928]: audit 2023-11-16T02:23:43.021042+0000 mgr.smithi096.ejdhsd (mgr.14182) 846 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:44.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:44 smithi145 bash[29583]: cluster 2023-11-16T02:23:42.941584+0000 mgr.smithi096.ejdhsd (mgr.14182) 845 : cluster [DBG] pgmap v596: 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-16T02:23:44.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:44 smithi145 bash[29583]: audit 2023-11-16T02:23:43.021042+0000 mgr.smithi096.ejdhsd (mgr.14182) 846 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:46.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:46 smithi096 bash[25928]: cluster 2023-11-16T02:23:44.942639+0000 mgr.smithi096.ejdhsd (mgr.14182) 847 : cluster [DBG] pgmap v597: 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-16T02:23:46.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:46 smithi145 bash[29583]: cluster 2023-11-16T02:23:44.942639+0000 mgr.smithi096.ejdhsd (mgr.14182) 847 : cluster [DBG] pgmap v597: 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-16T02:23:47.976 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:47.976 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:21:32.644258Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ocfxzm on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:48.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:48.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:48 smithi096 bash[25928]: cluster 2023-11-16T02:23:46.943877+0000 mgr.smithi096.ejdhsd (mgr.14182) 848 : cluster [DBG] pgmap v598: 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-16T02:23:48.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:48 smithi096 bash[25928]: audit 2023-11-16T02:23:47.836871+0000 mon.smithi096 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:23:48.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:48 smithi096 bash[25928]: audit 2023-11-16T02:23:48.125197+0000 mon.smithi096 (mon.0) 886 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:23:48.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:48 smithi096 bash[25928]: audit 2023-11-16T02:23:48.126625+0000 mon.smithi096 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:23:48.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:48 smithi096 bash[25928]: audit 2023-11-16T02:23:48.135800+0000 mon.smithi096 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:23:48.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:48 smithi096 bash[25928]: audit 2023-11-16T02:23:48.143630+0000 mon.smithi096 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:23:48.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:48 smithi096 bash[25928]: audit 2023-11-16T02:23:48.158598+0000 mon.smithi096 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:23:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:48 smithi145 bash[29583]: cluster 2023-11-16T02:23:46.943877+0000 mgr.smithi096.ejdhsd (mgr.14182) 848 : cluster [DBG] pgmap v598: 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-16T02:23:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:48 smithi145 bash[29583]: audit 2023-11-16T02:23:47.836871+0000 mon.smithi096 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:23:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:48 smithi145 bash[29583]: audit 2023-11-16T02:23:48.125197+0000 mon.smithi096 (mon.0) 886 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:23:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:48 smithi145 bash[29583]: audit 2023-11-16T02:23:48.126625+0000 mon.smithi096 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:23:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:48 smithi145 bash[29583]: audit 2023-11-16T02:23:48.135800+0000 mon.smithi096 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:23:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:48 smithi145 bash[29583]: audit 2023-11-16T02:23:48.143630+0000 mon.smithi096 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:23:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:48 smithi145 bash[29583]: audit 2023-11-16T02:23:48.158598+0000 mon.smithi096 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:23:49.625 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:49 smithi096 bash[25928]: audit 2023-11-16T02:23:47.967485+0000 mgr.smithi096.ejdhsd (mgr.14182) 849 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:49 smithi096 bash[25928]: cluster 2023-11-16T02:23:48.137140+0000 mgr.smithi096.ejdhsd (mgr.14182) 850 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-16T02:23:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:49 smithi096 bash[25928]: cephadm 2023-11-16T02:23:48.164508+0000 mgr.smithi096.ejdhsd (mgr.14182) 851 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.gviwzl on smithi145 2023-11-16T02:23:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:49 smithi096 bash[25928]: cluster 2023-11-16T02:23:49.133154+0000 mon.smithi096 (mon.0) 891 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:23:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:49 smithi096 bash[25928]: cluster 2023-11-16T02:23:49.133256+0000 mon.smithi096 (mon.0) 892 : cluster [INF] Cluster is now healthy 2023-11-16T02:23:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:49 smithi145 bash[29583]: audit 2023-11-16T02:23:47.967485+0000 mgr.smithi096.ejdhsd (mgr.14182) 849 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:49 smithi145 bash[29583]: cluster 2023-11-16T02:23:48.137140+0000 mgr.smithi096.ejdhsd (mgr.14182) 850 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-16T02:23:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:49 smithi145 bash[29583]: cephadm 2023-11-16T02:23:48.164508+0000 mgr.smithi096.ejdhsd (mgr.14182) 851 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.gviwzl on smithi145 2023-11-16T02:23:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:49 smithi145 bash[29583]: cluster 2023-11-16T02:23:49.133154+0000 mon.smithi096 (mon.0) 891 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:23:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:49 smithi145 bash[29583]: cluster 2023-11-16T02:23:49.133256+0000 mon.smithi096 (mon.0) 892 : cluster [INF] Cluster is now healthy 2023-11-16T02:23:51.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:51 smithi096 bash[25928]: cluster 2023-11-16T02:23:50.138622+0000 mgr.smithi096.ejdhsd (mgr.14182) 852 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-16T02:23:51.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:51 smithi145 bash[29583]: cluster 2023-11-16T02:23:50.138622+0000 mgr.smithi096.ejdhsd (mgr.14182) 852 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-16T02:23:52.814 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:52.814 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:36.772595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.unpfyr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-unpfyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.unpfyr\nDeploy daemon haproxy.nfs.foo.smithi145.unpfyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.879781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.wrrydq on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-wrrydq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.wrrydq\nDeploy daemon haproxy.nfs.foo.smithi096.wrrydq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:22:40.884172Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.flegjz on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:52.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:52 smithi096 bash[25928]: audit 2023-11-16T02:23:51.969305+0000 mon.smithi096 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.gviwzl"}]: dispatch 2023-11-16T02:23:52.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:52 smithi096 bash[25928]: audit 2023-11-16T02:23:52.275208+0000 mon.smithi096 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:23:52.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:52 smithi145 bash[29583]: audit 2023-11-16T02:23:51.969305+0000 mon.smithi096 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.gviwzl"}]: dispatch 2023-11-16T02:23:52.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:52 smithi145 bash[29583]: audit 2023-11-16T02:23:52.275208+0000 mon.smithi096 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:23:53.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: cephadm 2023-11-16T02:23:51.968032+0000 mgr.smithi096.ejdhsd (mgr.14182) 853 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.gviwzl ... 2023-11-16T02:23:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.gviwzl ... 2023-11-16T02:23:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: cephadm 2023-11-16T02:23:51.968557+0000 mgr.smithi096.ejdhsd (mgr.14182) 854 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: cephadm 2023-11-16T02:23:51.971000+0000 mgr.smithi096.ejdhsd (mgr.14182) 855 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.gviwzl ... 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: cephadm 2023-11-16T02:23:51.976097+0000 mgr.smithi096.ejdhsd (mgr.14182) 856 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.fhwzwk on smithi096 2023-11-16T02:23:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: cluster 2023-11-16T02:23:52.139673+0000 mgr.smithi096.ejdhsd (mgr.14182) 857 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-16T02:23:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:53 smithi096 bash[25928]: audit 2023-11-16T02:23:52.809077+0000 mgr.smithi096.ejdhsd (mgr.14182) 858 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: cephadm 2023-11-16T02:23:51.968032+0000 mgr.smithi096.ejdhsd (mgr.14182) 853 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.gviwzl ... 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:23:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.gviwzl ... 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: cephadm 2023-11-16T02:23:51.968557+0000 mgr.smithi096.ejdhsd (mgr.14182) 854 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: cephadm 2023-11-16T02:23:51.971000+0000 mgr.smithi096.ejdhsd (mgr.14182) 855 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.gviwzl ... 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: cephadm 2023-11-16T02:23:51.976097+0000 mgr.smithi096.ejdhsd (mgr.14182) 856 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.fhwzwk on smithi096 2023-11-16T02:23:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: cluster 2023-11-16T02:23:52.139673+0000 mgr.smithi096.ejdhsd (mgr.14182) 857 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-16T02:23:53.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:53 smithi145 bash[29583]: audit 2023-11-16T02:23:52.809077+0000 mgr.smithi096.ejdhsd (mgr.14182) 858 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:54.482 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:55.663 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:55 smithi096 bash[25928]: cluster 2023-11-16T02:23:54.141206+0000 mgr.smithi096.ejdhsd (mgr.14182) 859 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-16T02:23:55.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:55 smithi145 bash[29583]: cluster 2023-11-16T02:23:54.141206+0000 mgr.smithi096.ejdhsd (mgr.14182) 859 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-16T02:23:56.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: cephadm 2023-11-16T02:23:55.748898+0000 mgr.smithi096.ejdhsd (mgr.14182) 860 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:56.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:56.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.fhwzwk ... 2023-11-16T02:23:56.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:56.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:56.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.fhwzwk ... 2023-11-16T02:23:56.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:56.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:56.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: cephadm 2023-11-16T02:23:55.749294+0000 mgr.smithi096.ejdhsd (mgr.14182) 861 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: audit 2023-11-16T02:23:55.749930+0000 mon.smithi096 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.fhwzwk"}]: dispatch 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: cephadm 2023-11-16T02:23:55.751199+0000 mgr.smithi096.ejdhsd (mgr.14182) 862 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.fhwzwk ... 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:56.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:56.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:56.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: cephadm 2023-11-16T02:23:55.753118+0000 mgr.smithi096.ejdhsd (mgr.14182) 863 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:23:56.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: cephadm 2023-11-16T02:23:55.754843+0000 mgr.smithi096.ejdhsd (mgr.14182) 864 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:23:56.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:56 smithi096 bash[25928]: cluster 2023-11-16T02:23:55.756924+0000 mgr.smithi096.ejdhsd (mgr.14182) 865 : cluster [DBG] pgmap v603: 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-16T02:23:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: cephadm 2023-11-16T02:23:55.748898+0000 mgr.smithi096.ejdhsd (mgr.14182) 860 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.fhwzwk ... 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:56.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:56.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.fhwzwk ... 2023-11-16T02:23:56.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:56.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:56.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: cephadm 2023-11-16T02:23:55.749294+0000 mgr.smithi096.ejdhsd (mgr.14182) 861 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: audit 2023-11-16T02:23:55.749930+0000 mon.smithi096 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.fhwzwk"}]: dispatch 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: cephadm 2023-11-16T02:23:55.751199+0000 mgr.smithi096.ejdhsd (mgr.14182) 862 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.fhwzwk ... 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:23:56.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:23:56.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:23:56.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: cephadm 2023-11-16T02:23:55.753118+0000 mgr.smithi096.ejdhsd (mgr.14182) 863 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:23:56.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: cephadm 2023-11-16T02:23:55.754843+0000 mgr.smithi096.ejdhsd (mgr.14182) 864 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:23:56.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:56 smithi145 bash[29583]: cluster 2023-11-16T02:23:55.756924+0000 mgr.smithi096.ejdhsd (mgr.14182) 865 : cluster [DBG] pgmap v603: 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-16T02:23:57.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:57 smithi096 bash[25928]: cluster 2023-11-16T02:23:56.510154+0000 mon.smithi096 (mon.0) 896 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:23:57.863 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:23:57.863 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:23:57.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:57 smithi145 bash[29583]: cluster 2023-11-16T02:23:56.510154+0000 mon.smithi096 (mon.0) 896 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:23:58.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:23:58.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:58 smithi096 bash[25928]: cluster 2023-11-16T02:23:57.758456+0000 mgr.smithi096.ejdhsd (mgr.14182) 866 : cluster [DBG] pgmap v604: 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-16T02:23:58.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:58 smithi145 bash[29583]: cluster 2023-11-16T02:23:57.758456+0000 mgr.smithi096.ejdhsd (mgr.14182) 866 : cluster [DBG] pgmap v604: 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-16T02:23:59.480 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:23:59.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:23:59 smithi096 bash[25928]: audit 2023-11-16T02:23:57.858340+0000 mgr.smithi096.ejdhsd (mgr.14182) 867 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:23:59.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:23:59 smithi145 bash[29583]: audit 2023-11-16T02:23:57.858340+0000 mgr.smithi096.ejdhsd (mgr.14182) 867 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:00.810 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:00 smithi096 bash[25928]: cluster 2023-11-16T02:23:59.760176+0000 mgr.smithi096.ejdhsd (mgr.14182) 868 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-16T02:24:00.810 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:00 smithi096 bash[25928]: audit 2023-11-16T02:23:59.900407+0000 mon.smithi096 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:24:00.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:00 smithi145 bash[29583]: cluster 2023-11-16T02:23:59.760176+0000 mgr.smithi096.ejdhsd (mgr.14182) 868 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-16T02:24:00.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:00 smithi145 bash[29583]: audit 2023-11-16T02:23:59.900407+0000 mon.smithi096 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:24:02.638 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:02.638 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:03.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:02 smithi096 bash[25928]: cluster 2023-11-16T02:24:01.761824+0000 mgr.smithi096.ejdhsd (mgr.14182) 869 : cluster [DBG] pgmap v606: 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-16T02:24:03.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:02 smithi145 bash[29583]: cluster 2023-11-16T02:24:01.761824+0000 mgr.smithi096.ejdhsd (mgr.14182) 869 : cluster [DBG] pgmap v606: 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-16T02:24:03.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:04.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:03 smithi096 bash[25928]: audit 2023-11-16T02:24:02.632300+0000 mgr.smithi096.ejdhsd (mgr.14182) 870 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:04.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:03 smithi145 bash[29583]: audit 2023-11-16T02:24:02.632300+0000 mgr.smithi096.ejdhsd (mgr.14182) 870 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:04.291 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:04.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:04 smithi096 bash[25928]: cluster 2023-11-16T02:24:03.763823+0000 mgr.smithi096.ejdhsd (mgr.14182) 871 : cluster [DBG] pgmap v607: 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-16T02:24:05.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:04 smithi145 bash[29583]: cluster 2023-11-16T02:24:03.763823+0000 mgr.smithi096.ejdhsd (mgr.14182) 871 : cluster [DBG] pgmap v607: 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-16T02:24:06.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:06 smithi096 bash[25928]: cluster 2023-11-16T02:24:05.765818+0000 mgr.smithi096.ejdhsd (mgr.14182) 872 : cluster [DBG] pgmap v608: 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-16T02:24:06.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:06 smithi145 bash[29583]: cluster 2023-11-16T02:24:05.765818+0000 mgr.smithi096.ejdhsd (mgr.14182) 872 : cluster [DBG] pgmap v608: 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-16T02:24:07.491 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:07.492 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:08.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:08.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:08 smithi096 bash[25928]: audit 2023-11-16T02:24:07.275050+0000 mon.smithi096 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:24:08.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:08 smithi096 bash[25928]: audit 2023-11-16T02:24:07.486155+0000 mgr.smithi096.ejdhsd (mgr.14182) 873 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:08.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:08 smithi096 bash[25928]: cluster 2023-11-16T02:24:07.767333+0000 mgr.smithi096.ejdhsd (mgr.14182) 874 : 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-16T02:24:08.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:08 smithi145 bash[29583]: audit 2023-11-16T02:24:07.275050+0000 mon.smithi096 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:24:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:08 smithi145 bash[29583]: audit 2023-11-16T02:24:07.486155+0000 mgr.smithi096.ejdhsd (mgr.14182) 873 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:08 smithi145 bash[29583]: cluster 2023-11-16T02:24:07.767333+0000 mgr.smithi096.ejdhsd (mgr.14182) 874 : 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-16T02:24:09.111 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:11.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:10 smithi096 bash[25928]: cluster 2023-11-16T02:24:09.769084+0000 mgr.smithi096.ejdhsd (mgr.14182) 875 : cluster [DBG] pgmap v610: 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-16T02:24:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:10 smithi145 bash[29583]: cluster 2023-11-16T02:24:09.769084+0000 mgr.smithi096.ejdhsd (mgr.14182) 875 : cluster [DBG] pgmap v610: 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-16T02:24:12.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:11 smithi096 bash[25928]: cluster 2023-11-16T02:24:11.770659+0000 mgr.smithi096.ejdhsd (mgr.14182) 876 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:12.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:11 smithi145 bash[29583]: cluster 2023-11-16T02:24:11.770659+0000 mgr.smithi096.ejdhsd (mgr.14182) 876 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:12.229 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:12.229 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:12.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:13.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:12 smithi145 bash[29583]: audit 2023-11-16T02:24:12.215774+0000 mgr.smithi096.ejdhsd (mgr.14182) 877 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:13.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:12 smithi096 bash[25928]: audit 2023-11-16T02:24:12.215774+0000 mgr.smithi096.ejdhsd (mgr.14182) 877 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:13.903 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:14.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:13 smithi145 bash[29583]: cluster 2023-11-16T02:24:13.772386+0000 mgr.smithi096.ejdhsd (mgr.14182) 878 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:14.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:13 smithi096 bash[25928]: cluster 2023-11-16T02:24:13.772386+0000 mgr.smithi096.ejdhsd (mgr.14182) 878 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:16.521 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:16 smithi096 bash[25928]: cluster 2023-11-16T02:24:15.773730+0000 mgr.smithi096.ejdhsd (mgr.14182) 879 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:16.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:16 smithi145 bash[29583]: cluster 2023-11-16T02:24:15.773730+0000 mgr.smithi096.ejdhsd (mgr.14182) 879 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:16.888 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:16.888 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:17.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:18.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:17 smithi145 bash[29583]: audit 2023-11-16T02:24:16.875849+0000 mgr.smithi096.ejdhsd (mgr.14182) 880 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:18.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:17 smithi145 bash[29583]: cluster 2023-11-16T02:24:17.775273+0000 mgr.smithi096.ejdhsd (mgr.14182) 881 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:18.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:17 smithi096 bash[25928]: audit 2023-11-16T02:24:16.875849+0000 mgr.smithi096.ejdhsd (mgr.14182) 880 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:18.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:17 smithi096 bash[25928]: cluster 2023-11-16T02:24:17.775273+0000 mgr.smithi096.ejdhsd (mgr.14182) 881 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:18.505 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:19 smithi096 bash[25928]: cluster 2023-11-16T02:24:19.776607+0000 mgr.smithi096.ejdhsd (mgr.14182) 882 : cluster [DBG] pgmap v615: 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-16T02:24:20.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:19 smithi145 bash[29583]: cluster 2023-11-16T02:24:19.776607+0000 mgr.smithi096.ejdhsd (mgr.14182) 882 : cluster [DBG] pgmap v615: 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-16T02:24:21.542 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:21.542 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:22.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:22.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:21 smithi145 bash[29583]: audit 2023-11-16T02:24:21.536986+0000 mgr.smithi096.ejdhsd (mgr.14182) 883 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:22.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:21 smithi145 bash[29583]: cluster 2023-11-16T02:24:21.778072+0000 mgr.smithi096.ejdhsd (mgr.14182) 884 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:22.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:21 smithi096 bash[25928]: audit 2023-11-16T02:24:21.536986+0000 mgr.smithi096.ejdhsd (mgr.14182) 883 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:22.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:21 smithi096 bash[25928]: cluster 2023-11-16T02:24:21.778072+0000 mgr.smithi096.ejdhsd (mgr.14182) 884 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:23.128 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:24.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:23 smithi145 bash[29583]: cluster 2023-11-16T02:24:23.779998+0000 mgr.smithi096.ejdhsd (mgr.14182) 885 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:24.185 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:23 smithi096 bash[25928]: cluster 2023-11-16T02:24:23.779998+0000 mgr.smithi096.ejdhsd (mgr.14182) 885 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:26.235 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:26.235 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:26.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:26 smithi096 bash[25928]: cluster 2023-11-16T02:24:25.781489+0000 mgr.smithi096.ejdhsd (mgr.14182) 886 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:26.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:26 smithi145 bash[29583]: cluster 2023-11-16T02:24:25.781489+0000 mgr.smithi096.ejdhsd (mgr.14182) 886 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:26.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:27.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:27 smithi096 bash[25928]: audit 2023-11-16T02:24:26.222347+0000 mgr.smithi096.ejdhsd (mgr.14182) 887 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:27.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:27 smithi145 bash[29583]: audit 2023-11-16T02:24:26.222347+0000 mgr.smithi096.ejdhsd (mgr.14182) 887 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:27.918 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:28.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:28 smithi096 bash[25928]: cluster 2023-11-16T02:24:27.783000+0000 mgr.smithi096.ejdhsd (mgr.14182) 888 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:28.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:28 smithi145 bash[29583]: cluster 2023-11-16T02:24:27.783000+0000 mgr.smithi096.ejdhsd (mgr.14182) 888 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:30.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:29 smithi145 bash[29583]: cluster 2023-11-16T02:24:29.784772+0000 mgr.smithi096.ejdhsd (mgr.14182) 889 : cluster [DBG] pgmap v620: 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-16T02:24:30.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:29 smithi096 bash[25928]: cluster 2023-11-16T02:24:29.784772+0000 mgr.smithi096.ejdhsd (mgr.14182) 889 : cluster [DBG] pgmap v620: 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-16T02:24:31.066 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:31.066 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:31.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:32.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:31 smithi096 bash[25928]: audit 2023-11-16T02:24:31.061195+0000 mgr.smithi096.ejdhsd (mgr.14182) 890 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:32.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:31 smithi096 bash[25928]: cluster 2023-11-16T02:24:31.786410+0000 mgr.smithi096.ejdhsd (mgr.14182) 891 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:32.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:31 smithi145 bash[29583]: audit 2023-11-16T02:24:31.061195+0000 mgr.smithi096.ejdhsd (mgr.14182) 890 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:32.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:31 smithi145 bash[29583]: cluster 2023-11-16T02:24:31.786410+0000 mgr.smithi096.ejdhsd (mgr.14182) 891 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:32.680 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:34.059 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:33 smithi096 bash[25928]: cluster 2023-11-16T02:24:33.788152+0000 mgr.smithi096.ejdhsd (mgr.14182) 892 : 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-16T02:24:34.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:33 smithi145 bash[29583]: cluster 2023-11-16T02:24:33.788152+0000 mgr.smithi096.ejdhsd (mgr.14182) 892 : 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-16T02:24:35.892 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:35.892 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:36.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:36.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:36 smithi096 bash[25928]: cluster 2023-11-16T02:24:35.790060+0000 mgr.smithi096.ejdhsd (mgr.14182) 893 : 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-16T02:24:36.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:36 smithi145 bash[29583]: cluster 2023-11-16T02:24:35.790060+0000 mgr.smithi096.ejdhsd (mgr.14182) 893 : 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-16T02:24:37.494 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:37.506 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:37 smithi096 bash[25928]: audit 2023-11-16T02:24:35.881162+0000 mgr.smithi096.ejdhsd (mgr.14182) 894 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:37.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:37 smithi145 bash[29583]: audit 2023-11-16T02:24:35.881162+0000 mgr.smithi096.ejdhsd (mgr.14182) 894 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:38.551 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:38 smithi096 bash[25928]: cluster 2023-11-16T02:24:37.791573+0000 mgr.smithi096.ejdhsd (mgr.14182) 895 : 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-16T02:24:38.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:38 smithi145 bash[29583]: cluster 2023-11-16T02:24:37.791573+0000 mgr.smithi096.ejdhsd (mgr.14182) 895 : 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-16T02:24:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:39 smithi145 bash[29583]: cluster 2023-11-16T02:24:39.793209+0000 mgr.smithi096.ejdhsd (mgr.14182) 896 : cluster [DBG] pgmap v625: 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-16T02:24:40.213 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:39 smithi096 bash[25928]: cluster 2023-11-16T02:24:39.793209+0000 mgr.smithi096.ejdhsd (mgr.14182) 896 : cluster [DBG] pgmap v625: 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-16T02:24:40.571 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:40.571 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:41.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:41.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:41 smithi096 bash[25928]: audit 2023-11-16T02:24:40.562073+0000 mgr.smithi096.ejdhsd (mgr.14182) 897 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:41.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:41 smithi145 bash[29583]: audit 2023-11-16T02:24:40.562073+0000 mgr.smithi096.ejdhsd (mgr.14182) 897 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:42.199 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:42.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:42 smithi096 bash[25928]: cluster 2023-11-16T02:24:41.794647+0000 mgr.smithi096.ejdhsd (mgr.14182) 898 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:42.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:42 smithi145 bash[29583]: cluster 2023-11-16T02:24:41.794647+0000 mgr.smithi096.ejdhsd (mgr.14182) 898 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:44.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:43 smithi145 bash[29583]: cluster 2023-11-16T02:24:43.796397+0000 mgr.smithi096.ejdhsd (mgr.14182) 899 : 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-16T02:24:44.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:43 smithi096 bash[25928]: cluster 2023-11-16T02:24:43.796397+0000 mgr.smithi096.ejdhsd (mgr.14182) 899 : 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-16T02:24:45.433 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:45.433 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:46.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:46.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:46 smithi096 bash[25928]: audit 2023-11-16T02:24:45.427719+0000 mgr.smithi096.ejdhsd (mgr.14182) 900 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:46.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:46 smithi096 bash[25928]: cluster 2023-11-16T02:24:45.798204+0000 mgr.smithi096.ejdhsd (mgr.14182) 901 : 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-16T02:24:46.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:46 smithi145 bash[29583]: audit 2023-11-16T02:24:45.427719+0000 mgr.smithi096.ejdhsd (mgr.14182) 900 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:46.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:46 smithi145 bash[29583]: cluster 2023-11-16T02:24:45.798204+0000 mgr.smithi096.ejdhsd (mgr.14182) 901 : 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-16T02:24:47.071 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:48.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:47 smithi145 bash[29583]: cluster 2023-11-16T02:24:47.799832+0000 mgr.smithi096.ejdhsd (mgr.14182) 902 : 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-16T02:24:48.172 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:47 smithi096 bash[25928]: cluster 2023-11-16T02:24:47.799832+0000 mgr.smithi096.ejdhsd (mgr.14182) 902 : 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-16T02:24:50.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:49 smithi096 bash[25928]: cluster 2023-11-16T02:24:49.801549+0000 mgr.smithi096.ejdhsd (mgr.14182) 903 : cluster [DBG] pgmap v630: 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-16T02:24:50.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:49 smithi145 bash[29583]: cluster 2023-11-16T02:24:49.801549+0000 mgr.smithi096.ejdhsd (mgr.14182) 903 : cluster [DBG] pgmap v630: 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-16T02:24:50.295 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:50.295 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:50.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:51.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:51 smithi096 bash[25928]: audit 2023-11-16T02:24:50.282312+0000 mgr.smithi096.ejdhsd (mgr.14182) 904 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:51.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:51 smithi145 bash[29583]: audit 2023-11-16T02:24:50.282312+0000 mgr.smithi096.ejdhsd (mgr.14182) 904 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:51.965 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:52.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:52 smithi096 bash[25928]: cluster 2023-11-16T02:24:51.802960+0000 mgr.smithi096.ejdhsd (mgr.14182) 905 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:52 smithi145 bash[29583]: cluster 2023-11-16T02:24:51.802960+0000 mgr.smithi096.ejdhsd (mgr.14182) 905 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:24:54.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:53 smithi145 bash[29583]: cluster 2023-11-16T02:24:53.804717+0000 mgr.smithi096.ejdhsd (mgr.14182) 906 : 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-16T02:24:54.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:53 smithi096 bash[25928]: cluster 2023-11-16T02:24:53.804717+0000 mgr.smithi096.ejdhsd (mgr.14182) 906 : 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-16T02:24:55.236 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:24:55.236 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:24:55.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:24:56.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:56 smithi096 bash[25928]: audit 2023-11-16T02:24:55.224723+0000 mgr.smithi096.ejdhsd (mgr.14182) 907 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:56.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:56 smithi096 bash[25928]: audit 2023-11-16T02:24:55.758477+0000 mon.smithi096 (mon.0) 899 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:24:56.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:56 smithi096 bash[25928]: cluster 2023-11-16T02:24:55.806611+0000 mgr.smithi096.ejdhsd (mgr.14182) 908 : 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-16T02:24:56.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:56 smithi145 bash[29583]: audit 2023-11-16T02:24:55.224723+0000 mgr.smithi096.ejdhsd (mgr.14182) 907 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:24:56.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:56 smithi145 bash[29583]: audit 2023-11-16T02:24:55.758477+0000 mon.smithi096 (mon.0) 899 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:24:56.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:56 smithi145 bash[29583]: cluster 2023-11-16T02:24:55.806611+0000 mgr.smithi096.ejdhsd (mgr.14182) 908 : 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-16T02:24:56.914 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:24:58.145 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:57 smithi096 bash[25928]: cluster 2023-11-16T02:24:57.808337+0000 mgr.smithi096.ejdhsd (mgr.14182) 909 : 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-16T02:24:58.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:57 smithi145 bash[29583]: cluster 2023-11-16T02:24:57.808337+0000 mgr.smithi096.ejdhsd (mgr.14182) 909 : 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-16T02:25:00.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:24:59 smithi096 bash[25928]: cluster 2023-11-16T02:24:59.809865+0000 mgr.smithi096.ejdhsd (mgr.14182) 910 : cluster [DBG] pgmap v635: 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-16T02:25:00.136 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:00.137 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:14:34.473714Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:14:34.474110Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:14:34.474381Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:14:34.474635Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:14:34.475140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:14:34.474886Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:14:34.476132Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:00.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:24:59 smithi145 bash[29583]: cluster 2023-11-16T02:24:59.809865+0000 mgr.smithi096.ejdhsd (mgr.14182) 910 : cluster [DBG] pgmap v635: 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-16T02:25:00.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:01.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:01 smithi096 bash[25928]: audit 2023-11-16T02:25:00.129069+0000 mgr.smithi096.ejdhsd (mgr.14182) 911 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:01.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:01 smithi145 bash[29583]: audit 2023-11-16T02:25:00.129069+0000 mgr.smithi096.ejdhsd (mgr.14182) 911 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:01.814 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:02.970 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:02 smithi096 bash[25928]: audit 2023-11-16T02:25:01.695458+0000 mon.smithi096 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:02.970 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:02 smithi096 bash[25928]: cluster 2023-11-16T02:25:01.811316+0000 mgr.smithi096.ejdhsd (mgr.14182) 912 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:02.970 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:02 smithi096 bash[25928]: audit 2023-11-16T02:25:01.989865+0000 mon.smithi096 (mon.0) 901 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:25:02.971 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:02 smithi096 bash[25928]: audit 2023-11-16T02:25:01.991649+0000 mon.smithi096 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:25:02.971 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:02 smithi096 bash[25928]: audit 2023-11-16T02:25:01.999577+0000 mon.smithi096 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:02.971 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:02 smithi096 bash[25928]: audit 2023-11-16T02:25:02.005461+0000 mon.smithi096 (mon.0) 904 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:25:02.971 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:02 smithi096 bash[25928]: audit 2023-11-16T02:25:02.020473+0000 mon.smithi096 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:03.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:02 smithi145 bash[29583]: audit 2023-11-16T02:25:01.695458+0000 mon.smithi096 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:03.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:02 smithi145 bash[29583]: cluster 2023-11-16T02:25:01.811316+0000 mgr.smithi096.ejdhsd (mgr.14182) 912 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:03.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:02 smithi145 bash[29583]: audit 2023-11-16T02:25:01.989865+0000 mon.smithi096 (mon.0) 901 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:25:03.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:02 smithi145 bash[29583]: audit 2023-11-16T02:25:01.991649+0000 mon.smithi096 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:25:03.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:02 smithi145 bash[29583]: audit 2023-11-16T02:25:01.999577+0000 mon.smithi096 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:03.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:02 smithi145 bash[29583]: audit 2023-11-16T02:25:02.005461+0000 mon.smithi096 (mon.0) 904 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:25:03.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:02 smithi145 bash[29583]: audit 2023-11-16T02:25:02.020473+0000 mon.smithi096 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:04.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:03 smithi096 bash[25928]: cluster 2023-11-16T02:25:02.000522+0000 mgr.smithi096.ejdhsd (mgr.14182) 913 : cluster [DBG] pgmap v637: 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-16T02:25:04.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:03 smithi096 bash[25928]: cephadm 2023-11-16T02:25:02.023986+0000 mgr.smithi096.ejdhsd (mgr.14182) 914 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.tdcyyd on smithi145 2023-11-16T02:25:04.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:03 smithi096 bash[25928]: cluster 2023-11-16T02:25:02.691155+0000 mon.smithi096 (mon.0) 906 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:25:04.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:03 smithi096 bash[25928]: cluster 2023-11-16T02:25:02.691254+0000 mon.smithi096 (mon.0) 907 : cluster [INF] Cluster is now healthy 2023-11-16T02:25:04.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:03 smithi145 bash[29583]: cluster 2023-11-16T02:25:02.000522+0000 mgr.smithi096.ejdhsd (mgr.14182) 913 : cluster [DBG] pgmap v637: 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-16T02:25:04.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:03 smithi145 bash[29583]: cephadm 2023-11-16T02:25:02.023986+0000 mgr.smithi096.ejdhsd (mgr.14182) 914 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.tdcyyd on smithi145 2023-11-16T02:25:04.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:03 smithi145 bash[29583]: cluster 2023-11-16T02:25:02.691155+0000 mon.smithi096 (mon.0) 906 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:25:04.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:03 smithi145 bash[29583]: cluster 2023-11-16T02:25:02.691254+0000 mon.smithi096 (mon.0) 907 : cluster [INF] Cluster is now healthy 2023-11-16T02:25:05.093 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:05.094 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:22:40.888215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.svvdiu on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:51.970761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.gviwzl on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-gviwzl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.gviwzl\nDeploy daemon haproxy.nfs.foo.smithi145.gviwzl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.751052Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.fhwzwk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-fhwzwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.fhwzwk\nDeploy daemon haproxy.nfs.foo.smithi096.fhwzwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:23:55.753010Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.gezbrh on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:05.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:06.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:05 smithi096 bash[25928]: cluster 2023-11-16T02:25:04.002108+0000 mgr.smithi096.ejdhsd (mgr.14182) 915 : cluster [DBG] pgmap v638: 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-16T02:25:06.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:05 smithi145 bash[29583]: cluster 2023-11-16T02:25:04.002108+0000 mgr.smithi096.ejdhsd (mgr.14182) 915 : cluster [DBG] pgmap v638: 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-16T02:25:06.774 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:07.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: audit 2023-11-16T02:25:05.080982+0000 mgr.smithi096.ejdhsd (mgr.14182) 916 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:07.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: cephadm 2023-11-16T02:25:05.779965+0000 mgr.smithi096.ejdhsd (mgr.14182) 917 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:07.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:07.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.tdcyyd ... 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:25:07.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.tdcyyd ... 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:07.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: cephadm 2023-11-16T02:25:05.780252+0000 mgr.smithi096.ejdhsd (mgr.14182) 918 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: audit 2023-11-16T02:25:05.780735+0000 mon.smithi096 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.tdcyyd"}]: dispatch 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: cephadm 2023-11-16T02:25:05.781839+0000 mgr.smithi096.ejdhsd (mgr.14182) 919 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.tdcyyd ... 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:07.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:07.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:07.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:06 smithi096 bash[25928]: cephadm 2023-11-16T02:25:05.784610+0000 mgr.smithi096.ejdhsd (mgr.14182) 920 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.qzicio on smithi096 2023-11-16T02:25:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: audit 2023-11-16T02:25:05.080982+0000 mgr.smithi096.ejdhsd (mgr.14182) 916 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: cephadm 2023-11-16T02:25:05.779965+0000 mgr.smithi096.ejdhsd (mgr.14182) 917 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.tdcyyd ... 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:25:07.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:25:07.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:25:07.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:25:07.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:07.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:07.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.tdcyyd ... 2023-11-16T02:25:07.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:07.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:07.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:07.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: cephadm 2023-11-16T02:25:05.780252+0000 mgr.smithi096.ejdhsd (mgr.14182) 918 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: audit 2023-11-16T02:25:05.780735+0000 mon.smithi096 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.tdcyyd"}]: dispatch 2023-11-16T02:25:07.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: cephadm 2023-11-16T02:25:05.781839+0000 mgr.smithi096.ejdhsd (mgr.14182) 919 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:07.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd 2023-11-16T02:25:07.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:07.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd 2023-11-16T02:25:07.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.tdcyyd ... 2023-11-16T02:25:07.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:07.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:07.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:07.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:07.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:06 smithi145 bash[29583]: cephadm 2023-11-16T02:25:05.784610+0000 mgr.smithi096.ejdhsd (mgr.14182) 920 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.qzicio on smithi096 2023-11-16T02:25:08.025 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:07 smithi096 bash[25928]: cluster 2023-11-16T02:25:06.003647+0000 mgr.smithi096.ejdhsd (mgr.14182) 921 : cluster [DBG] pgmap v639: 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-16T02:25:08.026 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:07 smithi096 bash[25928]: audit 2023-11-16T02:25:07.279767+0000 mon.smithi096 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:08.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:07 smithi145 bash[29583]: cluster 2023-11-16T02:25:06.003647+0000 mgr.smithi096.ejdhsd (mgr.14182) 921 : cluster [DBG] pgmap v639: 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-16T02:25:08.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:07 smithi145 bash[29583]: audit 2023-11-16T02:25:07.279767+0000 mon.smithi096 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:09.897 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:09 smithi096 bash[25928]: cluster 2023-11-16T02:25:08.004885+0000 mgr.smithi096.ejdhsd (mgr.14182) 922 : cluster [DBG] pgmap v640: 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-16T02:25:09.897 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:09 smithi096 bash[25928]: audit 2023-11-16T02:25:09.708673+0000 mon.smithi096 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.qzicio"}]: dispatch 2023-11-16T02:25:10.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:09 smithi145 bash[29583]: cluster 2023-11-16T02:25:08.004885+0000 mgr.smithi096.ejdhsd (mgr.14182) 922 : cluster [DBG] pgmap v640: 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-16T02:25:10.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:09 smithi145 bash[29583]: audit 2023-11-16T02:25:09.708673+0000 mon.smithi096 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.qzicio"}]: dispatch 2023-11-16T02:25:10.249 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:10.250 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:10.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: cephadm 2023-11-16T02:25:09.707734+0000 mgr.smithi096.ejdhsd (mgr.14182) 923 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.qzicio ... 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:11.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:11.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.qzicio ... 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: cephadm 2023-11-16T02:25:09.708105+0000 mgr.smithi096.ejdhsd (mgr.14182) 924 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: cephadm 2023-11-16T02:25:09.709957+0000 mgr.smithi096.ejdhsd (mgr.14182) 925 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.qzicio ... 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: cephadm 2023-11-16T02:25:09.711763+0000 mgr.smithi096.ejdhsd (mgr.14182) 926 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: cephadm 2023-11-16T02:25:09.713307+0000 mgr.smithi096.ejdhsd (mgr.14182) 927 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: cluster 2023-11-16T02:25:09.715199+0000 mgr.smithi096.ejdhsd (mgr.14182) 928 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:25:11.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: cluster 2023-11-16T02:25:09.727927+0000 mon.smithi096 (mon.0) 911 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:25:11.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:10 smithi096 bash[25928]: audit 2023-11-16T02:25:09.958576+0000 mon.smithi096 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: cephadm 2023-11-16T02:25:09.707734+0000 mgr.smithi096.ejdhsd (mgr.14182) 923 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.qzicio ... 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:25:11.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.qzicio ... 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: cephadm 2023-11-16T02:25:09.708105+0000 mgr.smithi096.ejdhsd (mgr.14182) 924 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: cephadm 2023-11-16T02:25:09.709957+0000 mgr.smithi096.ejdhsd (mgr.14182) 925 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio 2023-11-16T02:25:11.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.qzicio ... 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: cephadm 2023-11-16T02:25:09.711763+0000 mgr.smithi096.ejdhsd (mgr.14182) 926 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: cephadm 2023-11-16T02:25:09.713307+0000 mgr.smithi096.ejdhsd (mgr.14182) 927 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: cluster 2023-11-16T02:25:09.715199+0000 mgr.smithi096.ejdhsd (mgr.14182) 928 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: cluster 2023-11-16T02:25:09.727927+0000 mon.smithi096 (mon.0) 911 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:25:11.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:10 smithi145 bash[29583]: audit 2023-11-16T02:25:09.958576+0000 mon.smithi096 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:11.946 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:12.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:11 smithi096 bash[25928]: audit 2023-11-16T02:25:10.239819+0000 mgr.smithi096.ejdhsd (mgr.14182) 929 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:12.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:11 smithi145 bash[29583]: audit 2023-11-16T02:25:10.239819+0000 mgr.smithi096.ejdhsd (mgr.14182) 929 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:13.069 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:12 smithi096 bash[25928]: cluster 2023-11-16T02:25:11.716904+0000 mgr.smithi096.ejdhsd (mgr.14182) 930 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-16T02:25:13.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:12 smithi145 bash[29583]: cluster 2023-11-16T02:25:11.716904+0000 mgr.smithi096.ejdhsd (mgr.14182) 930 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-16T02:25:14.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:14 smithi096 bash[25928]: cluster 2023-11-16T02:25:13.718762+0000 mgr.smithi096.ejdhsd (mgr.14182) 931 : cluster [DBG] pgmap v643: 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-16T02:25:15.089 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:15.090 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:15.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:14 smithi145 bash[29583]: cluster 2023-11-16T02:25:13.718762+0000 mgr.smithi096.ejdhsd (mgr.14182) 931 : cluster [DBG] pgmap v643: 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-16T02:25:15.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:16.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:16 smithi096 bash[25928]: audit 2023-11-16T02:25:15.077818+0000 mgr.smithi096.ejdhsd (mgr.14182) 932 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:16.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:16 smithi096 bash[25928]: cluster 2023-11-16T02:25:15.720579+0000 mgr.smithi096.ejdhsd (mgr.14182) 933 : cluster [DBG] pgmap v644: 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-16T02:25:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:16 smithi145 bash[29583]: audit 2023-11-16T02:25:15.077818+0000 mgr.smithi096.ejdhsd (mgr.14182) 932 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:16 smithi145 bash[29583]: cluster 2023-11-16T02:25:15.720579+0000 mgr.smithi096.ejdhsd (mgr.14182) 933 : cluster [DBG] pgmap v644: 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-16T02:25:16.783 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:19.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:18 smithi096 bash[25928]: cluster 2023-11-16T02:25:17.722277+0000 mgr.smithi096.ejdhsd (mgr.14182) 934 : cluster [DBG] pgmap v645: 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-16T02:25:19.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:18 smithi145 bash[29583]: cluster 2023-11-16T02:25:17.722277+0000 mgr.smithi096.ejdhsd (mgr.14182) 934 : cluster [DBG] pgmap v645: 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-16T02:25:20.151 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:20.151 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:20.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:21.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:20 smithi096 bash[25928]: cluster 2023-11-16T02:25:19.723426+0000 mgr.smithi096.ejdhsd (mgr.14182) 935 : cluster [DBG] pgmap v646: 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-16T02:25:21.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:20 smithi145 bash[29583]: cluster 2023-11-16T02:25:19.723426+0000 mgr.smithi096.ejdhsd (mgr.14182) 935 : cluster [DBG] pgmap v646: 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-16T02:25:21.760 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:22.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:21 smithi096 bash[25928]: audit 2023-11-16T02:25:20.146219+0000 mgr.smithi096.ejdhsd (mgr.14182) 936 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:22.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:21 smithi145 bash[29583]: audit 2023-11-16T02:25:20.146219+0000 mgr.smithi096.ejdhsd (mgr.14182) 936 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:23.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:22 smithi096 bash[25928]: cluster 2023-11-16T02:25:21.725107+0000 mgr.smithi096.ejdhsd (mgr.14182) 937 : cluster [DBG] pgmap v647: 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-16T02:25:23.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:22 smithi096 bash[25928]: audit 2023-11-16T02:25:22.281086+0000 mon.smithi096 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:23.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:22 smithi145 bash[29583]: cluster 2023-11-16T02:25:21.725107+0000 mgr.smithi096.ejdhsd (mgr.14182) 937 : cluster [DBG] pgmap v647: 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-16T02:25:23.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:22 smithi145 bash[29583]: audit 2023-11-16T02:25:22.281086+0000 mon.smithi096 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:25:24.977 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:24.977 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:25.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:24 smithi096 bash[25928]: cluster 2023-11-16T02:25:23.726926+0000 mgr.smithi096.ejdhsd (mgr.14182) 938 : 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-16T02:25:25.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:24 smithi145 bash[29583]: cluster 2023-11-16T02:25:23.726926+0000 mgr.smithi096.ejdhsd (mgr.14182) 938 : 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-16T02:25:25.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:26.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:26 smithi096 bash[25928]: audit 2023-11-16T02:25:24.969657+0000 mgr.smithi096.ejdhsd (mgr.14182) 939 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:26.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:26 smithi096 bash[25928]: cluster 2023-11-16T02:25:25.728793+0000 mgr.smithi096.ejdhsd (mgr.14182) 940 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:26.639 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:26.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:26 smithi145 bash[29583]: audit 2023-11-16T02:25:24.969657+0000 mgr.smithi096.ejdhsd (mgr.14182) 939 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:26.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:26 smithi145 bash[29583]: cluster 2023-11-16T02:25:25.728793+0000 mgr.smithi096.ejdhsd (mgr.14182) 940 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:29.124 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:28 smithi096 bash[25928]: cluster 2023-11-16T02:25:27.730416+0000 mgr.smithi096.ejdhsd (mgr.14182) 941 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:29.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:28 smithi145 bash[29583]: cluster 2023-11-16T02:25:27.730416+0000 mgr.smithi096.ejdhsd (mgr.14182) 941 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:29.997 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:29.997 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:30.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:31.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:30 smithi096 bash[25928]: cluster 2023-11-16T02:25:29.732133+0000 mgr.smithi096.ejdhsd (mgr.14182) 942 : cluster [DBG] pgmap v651: 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-16T02:25:31.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:30 smithi145 bash[29583]: cluster 2023-11-16T02:25:29.732133+0000 mgr.smithi096.ejdhsd (mgr.14182) 942 : cluster [DBG] pgmap v651: 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-16T02:25:31.620 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:32.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:31 smithi096 bash[25928]: audit 2023-11-16T02:25:29.992279+0000 mgr.smithi096.ejdhsd (mgr.14182) 943 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:32.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:31 smithi145 bash[29583]: audit 2023-11-16T02:25:29.992279+0000 mgr.smithi096.ejdhsd (mgr.14182) 943 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:33.071 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:32 smithi096 bash[25928]: cluster 2023-11-16T02:25:31.733139+0000 mgr.smithi096.ejdhsd (mgr.14182) 944 : cluster [DBG] pgmap v652: 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-16T02:25:33.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:32 smithi145 bash[29583]: cluster 2023-11-16T02:25:31.733139+0000 mgr.smithi096.ejdhsd (mgr.14182) 944 : cluster [DBG] pgmap v652: 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-16T02:25:34.906 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:34.906 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:35.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:34 smithi096 bash[25928]: cluster 2023-11-16T02:25:33.734446+0000 mgr.smithi096.ejdhsd (mgr.14182) 945 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:35.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:34 smithi145 bash[29583]: cluster 2023-11-16T02:25:33.734446+0000 mgr.smithi096.ejdhsd (mgr.14182) 945 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:35.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:36.553 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:36.566 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:36 smithi096 bash[25928]: audit 2023-11-16T02:25:34.901115+0000 mgr.smithi096.ejdhsd (mgr.14182) 946 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:36.566 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:36 smithi096 bash[25928]: cluster 2023-11-16T02:25:35.736212+0000 mgr.smithi096.ejdhsd (mgr.14182) 947 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:36.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:36 smithi145 bash[29583]: audit 2023-11-16T02:25:34.901115+0000 mgr.smithi096.ejdhsd (mgr.14182) 946 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:36.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:36 smithi145 bash[29583]: cluster 2023-11-16T02:25:35.736212+0000 mgr.smithi096.ejdhsd (mgr.14182) 947 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:39.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:38 smithi096 bash[25928]: cluster 2023-11-16T02:25:37.737891+0000 mgr.smithi096.ejdhsd (mgr.14182) 948 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:39.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:38 smithi145 bash[29583]: cluster 2023-11-16T02:25:37.737891+0000 mgr.smithi096.ejdhsd (mgr.14182) 948 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:39.945 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:39.945 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:40.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:40.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:40 smithi096 bash[25928]: cluster 2023-11-16T02:25:39.739529+0000 mgr.smithi096.ejdhsd (mgr.14182) 949 : cluster [DBG] pgmap v656: 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-16T02:25:41.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:40 smithi145 bash[29583]: cluster 2023-11-16T02:25:39.739529+0000 mgr.smithi096.ejdhsd (mgr.14182) 949 : cluster [DBG] pgmap v656: 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-16T02:25:41.603 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:42.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:41 smithi096 bash[25928]: audit 2023-11-16T02:25:39.934211+0000 mgr.smithi096.ejdhsd (mgr.14182) 950 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:42.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:41 smithi145 bash[29583]: audit 2023-11-16T02:25:39.934211+0000 mgr.smithi096.ejdhsd (mgr.14182) 950 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:43.016 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:42 smithi096 bash[25928]: cluster 2023-11-16T02:25:41.740953+0000 mgr.smithi096.ejdhsd (mgr.14182) 951 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:43.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:42 smithi145 bash[29583]: cluster 2023-11-16T02:25:41.740953+0000 mgr.smithi096.ejdhsd (mgr.14182) 951 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:44.737 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:44.738 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:44 smithi096 bash[25928]: cluster 2023-11-16T02:25:43.742711+0000 mgr.smithi096.ejdhsd (mgr.14182) 952 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:45.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:44 smithi145 bash[29583]: cluster 2023-11-16T02:25:43.742711+0000 mgr.smithi096.ejdhsd (mgr.14182) 952 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:45.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:46.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:45 smithi096 bash[25928]: audit 2023-11-16T02:25:44.725287+0000 mgr.smithi096.ejdhsd (mgr.14182) 953 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:46.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:45 smithi145 bash[29583]: audit 2023-11-16T02:25:44.725287+0000 mgr.smithi096.ejdhsd (mgr.14182) 953 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:46.379 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:47.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:46 smithi096 bash[25928]: cluster 2023-11-16T02:25:45.744508+0000 mgr.smithi096.ejdhsd (mgr.14182) 954 : 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-16T02:25:47.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:46 smithi145 bash[29583]: cluster 2023-11-16T02:25:45.744508+0000 mgr.smithi096.ejdhsd (mgr.14182) 954 : 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-16T02:25:49.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:48 smithi096 bash[25928]: cluster 2023-11-16T02:25:47.745719+0000 mgr.smithi096.ejdhsd (mgr.14182) 955 : 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-16T02:25:49.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:48 smithi145 bash[29583]: cluster 2023-11-16T02:25:47.745719+0000 mgr.smithi096.ejdhsd (mgr.14182) 955 : 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-16T02:25:49.554 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:49.555 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:50.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:51.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:50 smithi096 bash[25928]: audit 2023-11-16T02:25:49.549847+0000 mgr.smithi096.ejdhsd (mgr.14182) 956 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:51.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:50 smithi096 bash[25928]: cluster 2023-11-16T02:25:49.746796+0000 mgr.smithi096.ejdhsd (mgr.14182) 957 : cluster [DBG] pgmap v661: 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-16T02:25:51.153 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:25:51.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:50 smithi145 bash[29583]: audit 2023-11-16T02:25:49.549847+0000 mgr.smithi096.ejdhsd (mgr.14182) 956 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:51.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:50 smithi145 bash[29583]: cluster 2023-11-16T02:25:49.746796+0000 mgr.smithi096.ejdhsd (mgr.14182) 957 : cluster [DBG] pgmap v661: 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-16T02:25:53.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:52 smithi096 bash[25928]: cluster 2023-11-16T02:25:51.748251+0000 mgr.smithi096.ejdhsd (mgr.14182) 958 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:53.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:52 smithi145 bash[29583]: cluster 2023-11-16T02:25:51.748251+0000 mgr.smithi096.ejdhsd (mgr.14182) 958 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:25:54.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:53 smithi145 bash[29583]: cluster 2023-11-16T02:25:53.750142+0000 mgr.smithi096.ejdhsd (mgr.14182) 959 : 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-16T02:25:54.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:53 smithi096 bash[25928]: cluster 2023-11-16T02:25:53.750142+0000 mgr.smithi096.ejdhsd (mgr.14182) 959 : 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-16T02:25:54.438 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:25:54.439 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:25:55.145 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:54 smithi096 bash[25928]: audit 2023-11-16T02:25:54.426490+0000 mgr.smithi096.ejdhsd (mgr.14182) 960 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:55.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:25:55.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:54 smithi145 bash[29583]: audit 2023-11-16T02:25:54.426490+0000 mgr.smithi096.ejdhsd (mgr.14182) 960 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:25:56.147 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:00.605 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:56 smithi145 bash[29583]: cluster 2023-11-16T02:25:55.751970+0000 mgr.smithi096.ejdhsd (mgr.14182) 961 : 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-16T02:26:00.605 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:25:58 smithi145 bash[29583]: cluster 2023-11-16T02:25:57.753498+0000 mgr.smithi096.ejdhsd (mgr.14182) 962 : 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-16T02:26:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:56 smithi096 bash[25928]: cluster 2023-11-16T02:25:55.751970+0000 mgr.smithi096.ejdhsd (mgr.14182) 961 : 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-16T02:26:00.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:25:58 smithi096 bash[25928]: cluster 2023-11-16T02:25:57.753498+0000 mgr.smithi096.ejdhsd (mgr.14182) 962 : 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-16T02:26:01.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:00 smithi096 bash[25928]: cluster 2023-11-16T02:25:59.755147+0000 mgr.smithi096.ejdhsd (mgr.14182) 963 : cluster [DBG] pgmap v666: 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-16T02:26:01.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:00 smithi145 bash[29583]: cluster 2023-11-16T02:25:59.755147+0000 mgr.smithi096.ejdhsd (mgr.14182) 963 : cluster [DBG] pgmap v666: 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-16T02:26:03.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:02 smithi096 bash[25928]: cluster 2023-11-16T02:26:01.756634+0000 mgr.smithi096.ejdhsd (mgr.14182) 964 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:03.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:02 smithi145 bash[29583]: cluster 2023-11-16T02:26:01.756634+0000 mgr.smithi096.ejdhsd (mgr.14182) 964 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:03.827 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:03.827 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:04.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:05.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:04 smithi096 bash[25928]: cluster 2023-11-16T02:26:03.758337+0000 mgr.smithi096.ejdhsd (mgr.14182) 965 : 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-16T02:26:05.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:04 smithi096 bash[25928]: audit 2023-11-16T02:26:03.817938+0000 mgr.smithi096.ejdhsd (mgr.14182) 966 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:05.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:04 smithi145 bash[29583]: cluster 2023-11-16T02:26:03.758337+0000 mgr.smithi096.ejdhsd (mgr.14182) 965 : 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-16T02:26:05.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:04 smithi145 bash[29583]: audit 2023-11-16T02:26:03.817938+0000 mgr.smithi096.ejdhsd (mgr.14182) 966 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:05.507 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:06.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:06 smithi096 bash[25928]: cluster 2023-11-16T02:26:05.759689+0000 mgr.smithi096.ejdhsd (mgr.14182) 967 : 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-16T02:26:06.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:06 smithi145 bash[29583]: cluster 2023-11-16T02:26:05.759689+0000 mgr.smithi096.ejdhsd (mgr.14182) 967 : 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-16T02:26:08.753 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:08.754 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:09.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:08 smithi096 bash[25928]: cluster 2023-11-16T02:26:07.761205+0000 mgr.smithi096.ejdhsd (mgr.14182) 968 : 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-16T02:26:09.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:08 smithi145 bash[29583]: cluster 2023-11-16T02:26:07.761205+0000 mgr.smithi096.ejdhsd (mgr.14182) 968 : 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-16T02:26:09.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:10.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:09 smithi096 bash[25928]: audit 2023-11-16T02:26:08.743914+0000 mgr.smithi096.ejdhsd (mgr.14182) 969 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:10.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:09 smithi096 bash[25928]: audit 2023-11-16T02:26:09.717673+0000 mon.smithi096 (mon.0) 914 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:26:10.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:09 smithi145 bash[29583]: audit 2023-11-16T02:26:08.743914+0000 mgr.smithi096.ejdhsd (mgr.14182) 969 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:10.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:09 smithi145 bash[29583]: audit 2023-11-16T02:26:09.717673+0000 mon.smithi096 (mon.0) 914 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:26:10.417 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:11.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:10 smithi096 bash[25928]: cluster 2023-11-16T02:26:09.762748+0000 mgr.smithi096.ejdhsd (mgr.14182) 970 : cluster [DBG] pgmap v671: 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-16T02:26:11.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:10 smithi096 bash[25928]: audit 2023-11-16T02:26:10.025953+0000 mon.smithi096 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:26:11.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:10 smithi096 bash[25928]: audit 2023-11-16T02:26:10.340302+0000 mon.smithi096 (mon.0) 916 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:26:11.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:10 smithi096 bash[25928]: audit 2023-11-16T02:26:10.341878+0000 mon.smithi096 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:26:11.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:10 smithi096 bash[25928]: audit 2023-11-16T02:26:10.350889+0000 mon.smithi096 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:26:11.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:10 smithi096 bash[25928]: audit 2023-11-16T02:26:10.357894+0000 mon.smithi096 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:26:11.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:10 smithi096 bash[25928]: audit 2023-11-16T02:26:10.374346+0000 mon.smithi096 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:26:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:10 smithi145 bash[29583]: cluster 2023-11-16T02:26:09.762748+0000 mgr.smithi096.ejdhsd (mgr.14182) 970 : cluster [DBG] pgmap v671: 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-16T02:26:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:10 smithi145 bash[29583]: audit 2023-11-16T02:26:10.025953+0000 mon.smithi096 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:26:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:10 smithi145 bash[29583]: audit 2023-11-16T02:26:10.340302+0000 mon.smithi096 (mon.0) 916 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:26:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:10 smithi145 bash[29583]: audit 2023-11-16T02:26:10.341878+0000 mon.smithi096 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:26:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:10 smithi145 bash[29583]: audit 2023-11-16T02:26:10.350889+0000 mon.smithi096 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:26:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:10 smithi145 bash[29583]: audit 2023-11-16T02:26:10.357894+0000 mon.smithi096 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:26:11.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:10 smithi145 bash[29583]: audit 2023-11-16T02:26:10.374346+0000 mon.smithi096 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:26:11.926 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:11 smithi096 bash[25928]: cluster 2023-11-16T02:26:10.351850+0000 mgr.smithi096.ejdhsd (mgr.14182) 971 : cluster [DBG] pgmap v672: 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-16T02:26:11.927 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:11 smithi096 bash[25928]: cephadm 2023-11-16T02:26:10.380533+0000 mgr.smithi096.ejdhsd (mgr.14182) 972 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.biatqv on smithi145 2023-11-16T02:26:11.927 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:11 smithi096 bash[25928]: cluster 2023-11-16T02:26:11.347200+0000 mon.smithi096 (mon.0) 921 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:26:11.927 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:11 smithi096 bash[25928]: cluster 2023-11-16T02:26:11.347287+0000 mon.smithi096 (mon.0) 922 : cluster [INF] Cluster is now healthy 2023-11-16T02:26:12.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:11 smithi145 bash[29583]: cluster 2023-11-16T02:26:10.351850+0000 mgr.smithi096.ejdhsd (mgr.14182) 971 : cluster [DBG] pgmap v672: 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-16T02:26:12.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:11 smithi145 bash[29583]: cephadm 2023-11-16T02:26:10.380533+0000 mgr.smithi096.ejdhsd (mgr.14182) 972 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.biatqv on smithi145 2023-11-16T02:26:12.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:11 smithi145 bash[29583]: cluster 2023-11-16T02:26:11.347200+0000 mon.smithi096 (mon.0) 921 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:26:12.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:11 smithi145 bash[29583]: cluster 2023-11-16T02:26:11.347287+0000 mon.smithi096 (mon.0) 922 : cluster [INF] Cluster is now healthy 2023-11-16T02:26:13.753 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:13.753 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:23:55.754740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gtjobc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:05.781700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdcyyd on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdcyyd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdcyyd\nDeploy daemon haproxy.nfs.foo.smithi145.tdcyyd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.709813Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.qzicio on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-qzicio\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.qzicio\nDeploy daemon haproxy.nfs.foo.smithi096.qzicio ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:25:09.711666Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.makaed on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:14.049 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:13 smithi145 bash[29583]: cluster 2023-11-16T02:26:12.353147+0000 mgr.smithi096.ejdhsd (mgr.14182) 973 : cluster [DBG] pgmap v673: 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-16T02:26:14.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:13 smithi096 bash[25928]: cluster 2023-11-16T02:26:12.353147+0000 mgr.smithi096.ejdhsd (mgr.14182) 973 : cluster [DBG] pgmap v673: 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-16T02:26:14.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:15.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:14 smithi145 bash[29583]: audit 2023-11-16T02:26:13.743316+0000 mgr.smithi096.ejdhsd (mgr.14182) 974 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:15.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:14 smithi145 bash[29583]: audit 2023-11-16T02:26:14.126540+0000 mon.smithi096 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.biatqv"}]: dispatch 2023-11-16T02:26:15.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:14 smithi096 bash[25928]: audit 2023-11-16T02:26:13.743316+0000 mgr.smithi096.ejdhsd (mgr.14182) 974 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:15.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:14 smithi096 bash[25928]: audit 2023-11-16T02:26:14.126540+0000 mon.smithi096 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.biatqv"}]: dispatch 2023-11-16T02:26:15.418 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:16.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: cephadm 2023-11-16T02:26:14.125467+0000 mgr.smithi096.ejdhsd (mgr.14182) 975 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:16.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.biatqv ... 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:26:16.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.biatqv ... 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: cephadm 2023-11-16T02:26:14.125910+0000 mgr.smithi096.ejdhsd (mgr.14182) 976 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: cephadm 2023-11-16T02:26:14.128221+0000 mgr.smithi096.ejdhsd (mgr.14182) 977 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.biatqv ... 2023-11-16T02:26:16.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:16.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:16.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:16.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: cephadm 2023-11-16T02:26:14.132851+0000 mgr.smithi096.ejdhsd (mgr.14182) 978 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.vbclxo on smithi096 2023-11-16T02:26:16.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:15 smithi145 bash[29583]: cluster 2023-11-16T02:26:14.354670+0000 mgr.smithi096.ejdhsd (mgr.14182) 979 : cluster [DBG] pgmap v674: 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-16T02:26:16.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: cephadm 2023-11-16T02:26:14.125467+0000 mgr.smithi096.ejdhsd (mgr.14182) 975 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:16.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.353 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:16.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.biatqv ... 2023-11-16T02:26:16.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:16.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:16.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:16.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:26:16.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:26:16.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:26:16.355 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:26:16.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:26:16.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:16.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.356 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.biatqv ... 2023-11-16T02:26:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:16.357 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: cephadm 2023-11-16T02:26:14.125910+0000 mgr.smithi096.ejdhsd (mgr.14182) 976 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: cephadm 2023-11-16T02:26:14.128221+0000 mgr.smithi096.ejdhsd (mgr.14182) 977 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:16.358 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.biatqv ... 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:16.360 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: cephadm 2023-11-16T02:26:14.132851+0000 mgr.smithi096.ejdhsd (mgr.14182) 978 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.vbclxo on smithi096 2023-11-16T02:26:16.361 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:15 smithi096 bash[25928]: cluster 2023-11-16T02:26:14.354670+0000 mgr.smithi096.ejdhsd (mgr.14182) 979 : cluster [DBG] pgmap v674: 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-16T02:26:16.991 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:16 smithi096 bash[25928]: cluster 2023-11-16T02:26:16.356239+0000 mgr.smithi096.ejdhsd (mgr.14182) 980 : cluster [DBG] pgmap v675: 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-16T02:26:17.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:16 smithi145 bash[29583]: cluster 2023-11-16T02:26:16.356239+0000 mgr.smithi096.ejdhsd (mgr.14182) 980 : cluster [DBG] pgmap v675: 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-16T02:26:18.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:18 smithi096 bash[25928]: audit 2023-11-16T02:26:18.321244+0000 mon.smithi096 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.vbclxo"}]: dispatch 2023-11-16T02:26:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:18 smithi145 bash[29583]: audit 2023-11-16T02:26:18.321244+0000 mon.smithi096 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.vbclxo"}]: dispatch 2023-11-16T02:26:19.136 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:19.137 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:19.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: cephadm 2023-11-16T02:26:18.319960+0000 mgr.smithi096.ejdhsd (mgr.14182) 981 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:19.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:19.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.vbclxo ... 2023-11-16T02:26:19.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.vbclxo ... 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: cephadm 2023-11-16T02:26:18.320556+0000 mgr.smithi096.ejdhsd (mgr.14182) 982 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: cephadm 2023-11-16T02:26:18.322485+0000 mgr.smithi096.ejdhsd (mgr.14182) 983 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:26:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.vbclxo ... 2023-11-16T02:26:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:19.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: cephadm 2023-11-16T02:26:18.326885+0000 mgr.smithi096.ejdhsd (mgr.14182) 984 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:26:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: cephadm 2023-11-16T02:26:18.330765+0000 mgr.smithi096.ejdhsd (mgr.14182) 985 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:26:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: cluster 2023-11-16T02:26:18.333196+0000 mgr.smithi096.ejdhsd (mgr.14182) 986 : cluster [DBG] pgmap v676: 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-16T02:26:19.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:19 smithi096 bash[25928]: cluster 2023-11-16T02:26:18.385160+0000 mon.smithi096 (mon.0) 925 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:26:19.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: cephadm 2023-11-16T02:26:18.319960+0000 mgr.smithi096.ejdhsd (mgr.14182) 981 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:19.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:19.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.vbclxo ... 2023-11-16T02:26:19.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:19.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:19.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.vbclxo ... 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: cephadm 2023-11-16T02:26:18.320556+0000 mgr.smithi096.ejdhsd (mgr.14182) 982 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: cephadm 2023-11-16T02:26:18.322485+0000 mgr.smithi096.ejdhsd (mgr.14182) 983 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.vbclxo ... 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:26:19.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:26:19.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:26:19.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:26:19.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: cephadm 2023-11-16T02:26:18.326885+0000 mgr.smithi096.ejdhsd (mgr.14182) 984 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:26:19.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: cephadm 2023-11-16T02:26:18.330765+0000 mgr.smithi096.ejdhsd (mgr.14182) 985 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:26:19.674 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: cluster 2023-11-16T02:26:18.333196+0000 mgr.smithi096.ejdhsd (mgr.14182) 986 : cluster [DBG] pgmap v676: 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-16T02:26:19.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:19 smithi145 bash[29583]: cluster 2023-11-16T02:26:18.385160+0000 mon.smithi096 (mon.0) 925 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:26:19.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:20.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:20 smithi145 bash[29583]: audit 2023-11-16T02:26:19.125357+0000 mgr.smithi096.ejdhsd (mgr.14182) 987 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:20.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:20 smithi145 bash[29583]: audit 2023-11-16T02:26:20.014569+0000 mon.smithi096 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:26:20.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:20 smithi096 bash[25928]: audit 2023-11-16T02:26:19.125357+0000 mgr.smithi096.ejdhsd (mgr.14182) 987 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:20.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:20 smithi096 bash[25928]: audit 2023-11-16T02:26:20.014569+0000 mon.smithi096 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:26:20.896 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:21.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:21 smithi145 bash[29583]: cluster 2023-11-16T02:26:20.334552+0000 mgr.smithi096.ejdhsd (mgr.14182) 988 : cluster [DBG] pgmap v677: 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-16T02:26:21.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:21 smithi096 bash[25928]: cluster 2023-11-16T02:26:20.334552+0000 mgr.smithi096.ejdhsd (mgr.14182) 988 : cluster [DBG] pgmap v677: 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-16T02:26:23.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:23 smithi145 bash[29583]: cluster 2023-11-16T02:26:22.335410+0000 mgr.smithi096.ejdhsd (mgr.14182) 989 : 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-16T02:26:23.672 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:23 smithi096 bash[25928]: cluster 2023-11-16T02:26:22.335410+0000 mgr.smithi096.ejdhsd (mgr.14182) 989 : 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-16T02:26:24.131 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:24.131 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:24.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:25.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:25 smithi145 bash[29583]: audit 2023-11-16T02:26:24.118721+0000 mgr.smithi096.ejdhsd (mgr.14182) 990 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:25.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:25 smithi145 bash[29583]: cluster 2023-11-16T02:26:24.336974+0000 mgr.smithi096.ejdhsd (mgr.14182) 991 : 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-16T02:26:25.719 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:25.731 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:25 smithi096 bash[25928]: audit 2023-11-16T02:26:24.118721+0000 mgr.smithi096.ejdhsd (mgr.14182) 990 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:25.731 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:25 smithi096 bash[25928]: cluster 2023-11-16T02:26:24.336974+0000 mgr.smithi096.ejdhsd (mgr.14182) 991 : 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-16T02:26:27.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:27 smithi145 bash[29583]: cluster 2023-11-16T02:26:26.338879+0000 mgr.smithi096.ejdhsd (mgr.14182) 992 : 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-16T02:26:27.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:27 smithi096 bash[25928]: cluster 2023-11-16T02:26:26.338879+0000 mgr.smithi096.ejdhsd (mgr.14182) 992 : 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-16T02:26:28.845 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:28.845 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:29.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:29.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:29 smithi145 bash[29583]: cluster 2023-11-16T02:26:28.340606+0000 mgr.smithi096.ejdhsd (mgr.14182) 993 : 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-16T02:26:29.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:29 smithi145 bash[29583]: audit 2023-11-16T02:26:28.835909+0000 mgr.smithi096.ejdhsd (mgr.14182) 994 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:29.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:29 smithi096 bash[25928]: cluster 2023-11-16T02:26:28.340606+0000 mgr.smithi096.ejdhsd (mgr.14182) 993 : 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-16T02:26:29.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:29 smithi096 bash[25928]: audit 2023-11-16T02:26:28.835909+0000 mgr.smithi096.ejdhsd (mgr.14182) 994 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:30.496 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:31.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:31 smithi096 bash[25928]: cluster 2023-11-16T02:26:30.342114+0000 mgr.smithi096.ejdhsd (mgr.14182) 995 : 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-16T02:26:31.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:31 smithi145 bash[29583]: cluster 2023-11-16T02:26:30.342114+0000 mgr.smithi096.ejdhsd (mgr.14182) 995 : 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-16T02:26:33.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:33 smithi145 bash[29583]: cluster 2023-11-16T02:26:32.343662+0000 mgr.smithi096.ejdhsd (mgr.14182) 996 : 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-16T02:26:33.789 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:33.789 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:33.850 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:33 smithi096 bash[25928]: cluster 2023-11-16T02:26:32.343662+0000 mgr.smithi096.ejdhsd (mgr.14182) 996 : 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-16T02:26:34.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:34.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:34 smithi145 bash[29583]: audit 2023-11-16T02:26:33.776936+0000 mgr.smithi096.ejdhsd (mgr.14182) 997 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:34.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:34 smithi096 bash[25928]: audit 2023-11-16T02:26:33.776936+0000 mgr.smithi096.ejdhsd (mgr.14182) 997 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:35.469 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:35.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:35 smithi145 bash[29583]: cluster 2023-11-16T02:26:34.345281+0000 mgr.smithi096.ejdhsd (mgr.14182) 998 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:35.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:35 smithi096 bash[25928]: cluster 2023-11-16T02:26:34.345281+0000 mgr.smithi096.ejdhsd (mgr.14182) 998 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:37.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:37 smithi096 bash[25928]: cluster 2023-11-16T02:26:36.347118+0000 mgr.smithi096.ejdhsd (mgr.14182) 999 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:37.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:37 smithi145 bash[29583]: cluster 2023-11-16T02:26:36.347118+0000 mgr.smithi096.ejdhsd (mgr.14182) 999 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:38.781 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:38.781 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:39.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:39.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:39 smithi096 bash[25928]: cluster 2023-11-16T02:26:38.348884+0000 mgr.smithi096.ejdhsd (mgr.14182) 1000 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:39.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:39 smithi096 bash[25928]: audit 2023-11-16T02:26:38.773196+0000 mgr.smithi096.ejdhsd (mgr.14182) 1001 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:39.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:39 smithi145 bash[29583]: cluster 2023-11-16T02:26:38.348884+0000 mgr.smithi096.ejdhsd (mgr.14182) 1000 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:39.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:39 smithi145 bash[29583]: audit 2023-11-16T02:26:38.773196+0000 mgr.smithi096.ejdhsd (mgr.14182) 1001 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:40.431 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:41.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:41 smithi145 bash[29583]: cluster 2023-11-16T02:26:40.350438+0000 mgr.smithi096.ejdhsd (mgr.14182) 1002 : cluster [DBG] pgmap v687: 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-16T02:26:41.589 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:41 smithi096 bash[25928]: cluster 2023-11-16T02:26:40.350438+0000 mgr.smithi096.ejdhsd (mgr.14182) 1002 : cluster [DBG] pgmap v687: 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-16T02:26:43.608 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:43.608 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:43.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:43 smithi145 bash[29583]: cluster 2023-11-16T02:26:42.351812+0000 mgr.smithi096.ejdhsd (mgr.14182) 1003 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:43.671 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:43 smithi096 bash[25928]: cluster 2023-11-16T02:26:42.351812+0000 mgr.smithi096.ejdhsd (mgr.14182) 1003 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:44.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:44.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:44 smithi096 bash[25928]: audit 2023-11-16T02:26:43.600790+0000 mgr.smithi096.ejdhsd (mgr.14182) 1004 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:44.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:44 smithi145 bash[29583]: audit 2023-11-16T02:26:43.600790+0000 mgr.smithi096.ejdhsd (mgr.14182) 1004 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:45.269 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:45.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:45 smithi096 bash[25928]: cluster 2023-11-16T02:26:44.353481+0000 mgr.smithi096.ejdhsd (mgr.14182) 1005 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:45.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:45 smithi145 bash[29583]: cluster 2023-11-16T02:26:44.353481+0000 mgr.smithi096.ejdhsd (mgr.14182) 1005 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:47.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:47 smithi096 bash[25928]: cluster 2023-11-16T02:26:46.354491+0000 mgr.smithi096.ejdhsd (mgr.14182) 1006 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:47.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:47 smithi145 bash[29583]: cluster 2023-11-16T02:26:46.354491+0000 mgr.smithi096.ejdhsd (mgr.14182) 1006 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:48.610 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:48.610 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:49.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:49.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:49 smithi096 bash[25928]: cluster 2023-11-16T02:26:48.355680+0000 mgr.smithi096.ejdhsd (mgr.14182) 1007 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:49.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:49 smithi096 bash[25928]: audit 2023-11-16T02:26:48.597124+0000 mgr.smithi096.ejdhsd (mgr.14182) 1008 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:49 smithi145 bash[29583]: cluster 2023-11-16T02:26:48.355680+0000 mgr.smithi096.ejdhsd (mgr.14182) 1007 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:49 smithi145 bash[29583]: audit 2023-11-16T02:26:48.597124+0000 mgr.smithi096.ejdhsd (mgr.14182) 1008 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:50.240 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:51.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:51 smithi096 bash[25928]: cluster 2023-11-16T02:26:50.357214+0000 mgr.smithi096.ejdhsd (mgr.14182) 1009 : cluster [DBG] pgmap v692: 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-16T02:26:51.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:51 smithi145 bash[29583]: cluster 2023-11-16T02:26:50.357214+0000 mgr.smithi096.ejdhsd (mgr.14182) 1009 : cluster [DBG] pgmap v692: 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-16T02:26:53.464 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:53.464 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:53.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:53 smithi145 bash[29583]: cluster 2023-11-16T02:26:52.358804+0000 mgr.smithi096.ejdhsd (mgr.14182) 1010 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:53.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:53 smithi096 bash[25928]: cluster 2023-11-16T02:26:52.358804+0000 mgr.smithi096.ejdhsd (mgr.14182) 1010 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:54.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:54.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:54 smithi096 bash[25928]: audit 2023-11-16T02:26:53.452612+0000 mgr.smithi096.ejdhsd (mgr.14182) 1011 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:54.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:54 smithi145 bash[29583]: audit 2023-11-16T02:26:53.452612+0000 mgr.smithi096.ejdhsd (mgr.14182) 1011 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:55.178 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:26:55.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:55 smithi096 bash[25928]: cluster 2023-11-16T02:26:54.360441+0000 mgr.smithi096.ejdhsd (mgr.14182) 1012 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:55.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:55 smithi145 bash[29583]: cluster 2023-11-16T02:26:54.360441+0000 mgr.smithi096.ejdhsd (mgr.14182) 1012 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:26:57.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:57 smithi096 bash[25928]: cluster 2023-11-16T02:26:56.362225+0000 mgr.smithi096.ejdhsd (mgr.14182) 1013 : 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-16T02:26:57.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:57 smithi145 bash[29583]: cluster 2023-11-16T02:26:56.362225+0000 mgr.smithi096.ejdhsd (mgr.14182) 1013 : 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-16T02:26:58.398 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:26:58.399 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:26:59.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:26:59.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:59 smithi096 bash[25928]: cluster 2023-11-16T02:26:58.363301+0000 mgr.smithi096.ejdhsd (mgr.14182) 1014 : 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-16T02:26:59.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:26:59 smithi096 bash[25928]: audit 2023-11-16T02:26:58.387110+0000 mgr.smithi096.ejdhsd (mgr.14182) 1015 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:26:59.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:59 smithi145 bash[29583]: cluster 2023-11-16T02:26:58.363301+0000 mgr.smithi096.ejdhsd (mgr.14182) 1014 : 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-16T02:26:59.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:26:59 smithi145 bash[29583]: audit 2023-11-16T02:26:58.387110+0000 mgr.smithi096.ejdhsd (mgr.14182) 1015 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:00.030 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:01.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:01 smithi096 bash[25928]: cluster 2023-11-16T02:27:00.364729+0000 mgr.smithi096.ejdhsd (mgr.14182) 1016 : cluster [DBG] pgmap v697: 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-16T02:27:01.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:01 smithi145 bash[29583]: cluster 2023-11-16T02:27:00.364729+0000 mgr.smithi096.ejdhsd (mgr.14182) 1016 : cluster [DBG] pgmap v697: 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-16T02:27:03.133 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:03.134 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:03.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:03 smithi096 bash[25928]: cluster 2023-11-16T02:27:02.366358+0000 mgr.smithi096.ejdhsd (mgr.14182) 1017 : 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-16T02:27:03.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:03.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:03 smithi145 bash[29583]: cluster 2023-11-16T02:27:02.366358+0000 mgr.smithi096.ejdhsd (mgr.14182) 1017 : 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-16T02:27:04.734 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:04.747 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:04 smithi096 bash[25928]: audit 2023-11-16T02:27:03.124706+0000 mgr.smithi096.ejdhsd (mgr.14182) 1018 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:04.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:04 smithi145 bash[29583]: audit 2023-11-16T02:27:03.124706+0000 mgr.smithi096.ejdhsd (mgr.14182) 1018 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:05.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:05 smithi096 bash[25928]: cluster 2023-11-16T02:27:04.367999+0000 mgr.smithi096.ejdhsd (mgr.14182) 1019 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:05.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:05 smithi145 bash[29583]: cluster 2023-11-16T02:27:04.367999+0000 mgr.smithi096.ejdhsd (mgr.14182) 1019 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:07.722 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:07 smithi096 bash[25928]: cluster 2023-11-16T02:27:06.370216+0000 mgr.smithi096.ejdhsd (mgr.14182) 1020 : 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-16T02:27:07.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:07 smithi145 bash[29583]: cluster 2023-11-16T02:27:06.370216+0000 mgr.smithi096.ejdhsd (mgr.14182) 1020 : 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-16T02:27:08.182 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:08.182 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:08.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:09.826 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:09.839 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:09 smithi096 bash[25928]: audit 2023-11-16T02:27:08.170183+0000 mgr.smithi096.ejdhsd (mgr.14182) 1021 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:09.840 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:09 smithi096 bash[25928]: cluster 2023-11-16T02:27:08.371994+0000 mgr.smithi096.ejdhsd (mgr.14182) 1022 : 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-16T02:27:09.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:09 smithi145 bash[29583]: audit 2023-11-16T02:27:08.170183+0000 mgr.smithi096.ejdhsd (mgr.14182) 1021 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:09.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:09 smithi145 bash[29583]: cluster 2023-11-16T02:27:08.371994+0000 mgr.smithi096.ejdhsd (mgr.14182) 1022 : 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-16T02:27:11.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:11 smithi096 bash[25928]: cluster 2023-11-16T02:27:10.373542+0000 mgr.smithi096.ejdhsd (mgr.14182) 1023 : cluster [DBG] pgmap v702: 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-16T02:27:11.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:11 smithi145 bash[29583]: cluster 2023-11-16T02:27:10.373542+0000 mgr.smithi096.ejdhsd (mgr.14182) 1023 : cluster [DBG] pgmap v702: 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-16T02:27:12.985 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:12.985 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:13.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:13.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:13 smithi096 bash[25928]: cluster 2023-11-16T02:27:12.375177+0000 mgr.smithi096.ejdhsd (mgr.14182) 1024 : 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-16T02:27:13.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:13 smithi145 bash[29583]: cluster 2023-11-16T02:27:12.375177+0000 mgr.smithi096.ejdhsd (mgr.14182) 1024 : 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-16T02:27:14.593 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:14.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:14 smithi096 bash[25928]: audit 2023-11-16T02:27:12.980837+0000 mgr.smithi096.ejdhsd (mgr.14182) 1025 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:14.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:14 smithi145 bash[29583]: audit 2023-11-16T02:27:12.980837+0000 mgr.smithi096.ejdhsd (mgr.14182) 1025 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:15.732 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:15 smithi096 bash[25928]: cluster 2023-11-16T02:27:14.376873+0000 mgr.smithi096.ejdhsd (mgr.14182) 1026 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:15.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:15 smithi145 bash[29583]: cluster 2023-11-16T02:27:14.376873+0000 mgr.smithi096.ejdhsd (mgr.14182) 1026 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:17.634 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:17.634 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:17.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:17 smithi096 bash[25928]: cluster 2023-11-16T02:27:16.378696+0000 mgr.smithi096.ejdhsd (mgr.14182) 1027 : 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-16T02:27:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:17 smithi145 bash[29583]: cluster 2023-11-16T02:27:16.378696+0000 mgr.smithi096.ejdhsd (mgr.14182) 1027 : 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-16T02:27:18.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:18.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:18 smithi096 bash[25928]: audit 2023-11-16T02:27:17.621823+0000 mgr.smithi096.ejdhsd (mgr.14182) 1028 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:18.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:18 smithi096 bash[25928]: audit 2023-11-16T02:27:18.336334+0000 mon.smithi096 (mon.0) 927 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:27:18.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:18 smithi145 bash[29583]: audit 2023-11-16T02:27:17.621823+0000 mgr.smithi096.ejdhsd (mgr.14182) 1028 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:18.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:18 smithi145 bash[29583]: audit 2023-11-16T02:27:18.336334+0000 mon.smithi096 (mon.0) 927 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:27:19.276 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:19 smithi145 bash[29583]: cluster 2023-11-16T02:27:18.380221+0000 mgr.smithi096.ejdhsd (mgr.14182) 1029 : 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-16T02:27:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:19 smithi145 bash[29583]: audit 2023-11-16T02:27:18.643308+0000 mon.smithi096 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:19 smithi145 bash[29583]: audit 2023-11-16T02:27:18.959812+0000 mon.smithi096 (mon.0) 929 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:27:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:19 smithi145 bash[29583]: audit 2023-11-16T02:27:18.961807+0000 mon.smithi096 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:27:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:19 smithi145 bash[29583]: audit 2023-11-16T02:27:18.972853+0000 mon.smithi096 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:19 smithi145 bash[29583]: audit 2023-11-16T02:27:18.984037+0000 mon.smithi096 (mon.0) 932 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:27:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:19 smithi145 bash[29583]: audit 2023-11-16T02:27:19.001444+0000 mon.smithi096 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:19 smithi096 bash[25928]: cluster 2023-11-16T02:27:18.380221+0000 mgr.smithi096.ejdhsd (mgr.14182) 1029 : 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-16T02:27:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:19 smithi096 bash[25928]: audit 2023-11-16T02:27:18.643308+0000 mon.smithi096 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:19 smithi096 bash[25928]: audit 2023-11-16T02:27:18.959812+0000 mon.smithi096 (mon.0) 929 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:27:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:19 smithi096 bash[25928]: audit 2023-11-16T02:27:18.961807+0000 mon.smithi096 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:27:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:19 smithi096 bash[25928]: audit 2023-11-16T02:27:18.972853+0000 mon.smithi096 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:19 smithi096 bash[25928]: audit 2023-11-16T02:27:18.984037+0000 mon.smithi096 (mon.0) 932 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:27:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:19 smithi096 bash[25928]: audit 2023-11-16T02:27:19.001444+0000 mon.smithi096 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:20.703 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:20 smithi096 bash[25928]: cluster 2023-11-16T02:27:18.974223+0000 mgr.smithi096.ejdhsd (mgr.14182) 1030 : cluster [DBG] pgmap v707: 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-16T02:27:20.704 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:20 smithi096 bash[25928]: cephadm 2023-11-16T02:27:19.005549+0000 mgr.smithi096.ejdhsd (mgr.14182) 1031 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.ctxfpb on smithi145 2023-11-16T02:27:20.705 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:20 smithi096 bash[25928]: cluster 2023-11-16T02:27:19.968669+0000 mon.smithi096 (mon.0) 934 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:27:20.706 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:20 smithi096 bash[25928]: cluster 2023-11-16T02:27:19.968735+0000 mon.smithi096 (mon.0) 935 : cluster [INF] Cluster is now healthy 2023-11-16T02:27:20.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:20 smithi145 bash[29583]: cluster 2023-11-16T02:27:18.974223+0000 mgr.smithi096.ejdhsd (mgr.14182) 1030 : cluster [DBG] pgmap v707: 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-16T02:27:20.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:20 smithi145 bash[29583]: cephadm 2023-11-16T02:27:19.005549+0000 mgr.smithi096.ejdhsd (mgr.14182) 1031 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.ctxfpb on smithi145 2023-11-16T02:27:20.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:20 smithi145 bash[29583]: cluster 2023-11-16T02:27:19.968669+0000 mon.smithi096 (mon.0) 934 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:27:20.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:20 smithi145 bash[29583]: cluster 2023-11-16T02:27:19.968735+0000 mon.smithi096 (mon.0) 935 : cluster [INF] Cluster is now healthy 2023-11-16T02:27:22.497 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:22.497 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:25:09.713208Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.gokmco on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:14.127999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.biatqv on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-biatqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.biatqv\nDeploy daemon haproxy.nfs.foo.smithi145.biatqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.322263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.vbclxo on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-vbclxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.vbclxo\nDeploy daemon haproxy.nfs.foo.smithi096.vbclxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:26:18.326665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.scixax on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:22.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:22 smithi096 bash[25928]: cluster 2023-11-16T02:27:20.975775+0000 mgr.smithi096.ejdhsd (mgr.14182) 1032 : cluster [DBG] pgmap v708: 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-16T02:27:22.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:22 smithi096 bash[25928]: audit 2023-11-16T02:27:22.280266+0000 mon.smithi096 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:22.911 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:22 smithi145 bash[29583]: cluster 2023-11-16T02:27:20.975775+0000 mgr.smithi096.ejdhsd (mgr.14182) 1032 : cluster [DBG] pgmap v708: 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-16T02:27:22.912 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:22 smithi145 bash[29583]: audit 2023-11-16T02:27:22.280266+0000 mon.smithi096 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:23.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:23 smithi145 bash[29583]: audit 2023-11-16T02:27:22.492855+0000 mgr.smithi096.ejdhsd (mgr.14182) 1033 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:23.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:23 smithi145 bash[29583]: audit 2023-11-16T02:27:22.989480+0000 mon.smithi096 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.ctxfpb"}]: dispatch 2023-11-16T02:27:24.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:23 smithi096 bash[25928]: audit 2023-11-16T02:27:22.492855+0000 mgr.smithi096.ejdhsd (mgr.14182) 1033 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:24.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:23 smithi096 bash[25928]: audit 2023-11-16T02:27:22.989480+0000 mon.smithi096 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.ctxfpb"}]: dispatch 2023-11-16T02:27:24.184 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:24.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: cluster 2023-11-16T02:27:22.977094+0000 mgr.smithi096.ejdhsd (mgr.14182) 1034 : cluster [DBG] pgmap v709: 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-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: cephadm 2023-11-16T02:27:22.988618+0000 mgr.smithi096.ejdhsd (mgr.14182) 1035 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.ctxfpb ... 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:24.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:24.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.ctxfpb ... 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: cephadm 2023-11-16T02:27:22.988959+0000 mgr.smithi096.ejdhsd (mgr.14182) 1036 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: cephadm 2023-11-16T02:27:22.990888+0000 mgr.smithi096.ejdhsd (mgr.14182) 1037 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:24.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:24.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.ctxfpb ... 2023-11-16T02:27:24.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:24.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:24.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:24.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:24.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:24.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:24 smithi096 bash[25928]: cephadm 2023-11-16T02:27:22.995645+0000 mgr.smithi096.ejdhsd (mgr.14182) 1038 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.bfsvsk on smithi096 2023-11-16T02:27:25.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: cluster 2023-11-16T02:27:22.977094+0000 mgr.smithi096.ejdhsd (mgr.14182) 1034 : cluster [DBG] pgmap v709: 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-16T02:27:25.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: cephadm 2023-11-16T02:27:22.988618+0000 mgr.smithi096.ejdhsd (mgr.14182) 1035 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:25.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.ctxfpb ... 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:27:25.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.ctxfpb ... 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:25.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: cephadm 2023-11-16T02:27:22.988959+0000 mgr.smithi096.ejdhsd (mgr.14182) 1036 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: cephadm 2023-11-16T02:27:22.990888+0000 mgr.smithi096.ejdhsd (mgr.14182) 1037 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.ctxfpb ... 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:25.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:25.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:24 smithi145 bash[29583]: cephadm 2023-11-16T02:27:22.995645+0000 mgr.smithi096.ejdhsd (mgr.14182) 1038 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.bfsvsk on smithi096 2023-11-16T02:27:26.934 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:26 smithi096 bash[25928]: cluster 2023-11-16T02:27:24.978533+0000 mgr.smithi096.ejdhsd (mgr.14182) 1039 : cluster [DBG] pgmap v710: 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-16T02:27:27.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:26 smithi145 bash[29583]: cluster 2023-11-16T02:27:24.978533+0000 mgr.smithi096.ejdhsd (mgr.14182) 1039 : cluster [DBG] pgmap v710: 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-16T02:27:27.664 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:27.664 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:28.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:27 smithi096 bash[25928]: audit 2023-11-16T02:27:27.012213+0000 mon.smithi096 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.bfsvsk"}]: dispatch 2023-11-16T02:27:28.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:27 smithi145 bash[29583]: audit 2023-11-16T02:27:27.012213+0000 mon.smithi096 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.bfsvsk"}]: dispatch 2023-11-16T02:27:28.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:29.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: cluster 2023-11-16T02:27:26.979413+0000 mgr.smithi096.ejdhsd (mgr.14182) 1040 : cluster [DBG] pgmap v711: 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-16T02:27:29.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: cephadm 2023-11-16T02:27:27.011524+0000 mgr.smithi096.ejdhsd (mgr.14182) 1041 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:29.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.bfsvsk ... 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:27:29.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.bfsvsk ... 2023-11-16T02:27:29.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: cephadm 2023-11-16T02:27:27.011792+0000 mgr.smithi096.ejdhsd (mgr.14182) 1042 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: cephadm 2023-11-16T02:27:27.013124+0000 mgr.smithi096.ejdhsd (mgr.14182) 1043 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.bfsvsk ... 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: cephadm 2023-11-16T02:27:27.015294+0000 mgr.smithi096.ejdhsd (mgr.14182) 1044 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: cephadm 2023-11-16T02:27:27.017023+0000 mgr.smithi096.ejdhsd (mgr.14182) 1045 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:27:29.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: cluster 2023-11-16T02:27:27.018379+0000 mgr.smithi096.ejdhsd (mgr.14182) 1046 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2023-11-16T02:27:29.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: audit 2023-11-16T02:27:27.653103+0000 mgr.smithi096.ejdhsd (mgr.14182) 1047 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:29.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:28 smithi096 bash[25928]: cluster 2023-11-16T02:27:27.674591+0000 mon.smithi096 (mon.0) 939 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:27:29.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: cluster 2023-11-16T02:27:26.979413+0000 mgr.smithi096.ejdhsd (mgr.14182) 1040 : cluster [DBG] pgmap v711: 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-16T02:27:29.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: cephadm 2023-11-16T02:27:27.011524+0000 mgr.smithi096.ejdhsd (mgr.14182) 1041 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:29.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:29.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.bfsvsk ... 2023-11-16T02:27:29.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:29.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:29.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:29.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:27:29.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:27:29.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:27:29.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:27:29.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:27:29.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:29.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:29.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.bfsvsk ... 2023-11-16T02:27:29.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:29.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:29.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:29.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: cephadm 2023-11-16T02:27:27.011792+0000 mgr.smithi096.ejdhsd (mgr.14182) 1042 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: cephadm 2023-11-16T02:27:27.013124+0000 mgr.smithi096.ejdhsd (mgr.14182) 1043 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:29.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk 2023-11-16T02:27:29.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:27:29.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk 2023-11-16T02:27:29.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.bfsvsk ... 2023-11-16T02:27:29.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:27:29.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:27:29.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:27:29.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:27:29.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: cephadm 2023-11-16T02:27:27.015294+0000 mgr.smithi096.ejdhsd (mgr.14182) 1044 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:27:29.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: cephadm 2023-11-16T02:27:27.017023+0000 mgr.smithi096.ejdhsd (mgr.14182) 1045 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:27:29.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: cluster 2023-11-16T02:27:27.018379+0000 mgr.smithi096.ejdhsd (mgr.14182) 1046 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2023-11-16T02:27:29.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: audit 2023-11-16T02:27:27.653103+0000 mgr.smithi096.ejdhsd (mgr.14182) 1047 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:29.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:28 smithi145 bash[29583]: cluster 2023-11-16T02:27:27.674591+0000 mon.smithi096 (mon.0) 939 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:27:29.281 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:30.775 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:30 smithi096 bash[25928]: cluster 2023-11-16T02:27:29.020191+0000 mgr.smithi096.ejdhsd (mgr.14182) 1048 : cluster [DBG] pgmap v713: 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-16T02:27:30.775 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:30 smithi096 bash[25928]: audit 2023-11-16T02:27:30.078432+0000 mon.smithi096 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:31.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:30 smithi145 bash[29583]: cluster 2023-11-16T02:27:29.020191+0000 mgr.smithi096.ejdhsd (mgr.14182) 1048 : cluster [DBG] pgmap v713: 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-16T02:27:31.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:30 smithi145 bash[29583]: audit 2023-11-16T02:27:30.078432+0000 mon.smithi096 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:32.594 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:32.594 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:33.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:32 smithi096 bash[25928]: cluster 2023-11-16T02:27:31.022093+0000 mgr.smithi096.ejdhsd (mgr.14182) 1049 : cluster [DBG] pgmap v714: 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-16T02:27:33.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:32 smithi145 bash[29583]: cluster 2023-11-16T02:27:31.022093+0000 mgr.smithi096.ejdhsd (mgr.14182) 1049 : cluster [DBG] pgmap v714: 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-16T02:27:33.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:34.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:33 smithi096 bash[25928]: audit 2023-11-16T02:27:32.589422+0000 mgr.smithi096.ejdhsd (mgr.14182) 1050 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:34.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:33 smithi145 bash[29583]: audit 2023-11-16T02:27:32.589422+0000 mgr.smithi096.ejdhsd (mgr.14182) 1050 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:34.255 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:34.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:34 smithi096 bash[25928]: cluster 2023-11-16T02:27:33.023576+0000 mgr.smithi096.ejdhsd (mgr.14182) 1051 : cluster [DBG] pgmap v715: 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-16T02:27:35.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:34 smithi145 bash[29583]: cluster 2023-11-16T02:27:33.023576+0000 mgr.smithi096.ejdhsd (mgr.14182) 1051 : cluster [DBG] pgmap v715: 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-16T02:27:37.020 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:36 smithi096 bash[25928]: cluster 2023-11-16T02:27:35.025266+0000 mgr.smithi096.ejdhsd (mgr.14182) 1052 : cluster [DBG] pgmap v716: 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-16T02:27:37.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:36 smithi145 bash[29583]: cluster 2023-11-16T02:27:35.025266+0000 mgr.smithi096.ejdhsd (mgr.14182) 1052 : cluster [DBG] pgmap v716: 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-16T02:27:37.466 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:37.467 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:38.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:38.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:38 smithi096 bash[25928]: cluster 2023-11-16T02:27:37.026462+0000 mgr.smithi096.ejdhsd (mgr.14182) 1053 : cluster [DBG] pgmap v717: 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-16T02:27:38.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:38 smithi096 bash[25928]: audit 2023-11-16T02:27:37.281216+0000 mon.smithi096 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:38.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:38 smithi096 bash[25928]: audit 2023-11-16T02:27:37.455478+0000 mgr.smithi096.ejdhsd (mgr.14182) 1054 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:38.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:38 smithi145 bash[29583]: cluster 2023-11-16T02:27:37.026462+0000 mgr.smithi096.ejdhsd (mgr.14182) 1053 : cluster [DBG] pgmap v717: 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-16T02:27:38.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:38 smithi145 bash[29583]: audit 2023-11-16T02:27:37.281216+0000 mon.smithi096 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:27:38.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:38 smithi145 bash[29583]: audit 2023-11-16T02:27:37.455478+0000 mgr.smithi096.ejdhsd (mgr.14182) 1054 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:39.104 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:40.429 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:40 smithi096 bash[25928]: cluster 2023-11-16T02:27:39.028149+0000 mgr.smithi096.ejdhsd (mgr.14182) 1055 : 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-16T02:27:40.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:40 smithi145 bash[29583]: cluster 2023-11-16T02:27:39.028149+0000 mgr.smithi096.ejdhsd (mgr.14182) 1055 : 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-16T02:27:42.254 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:42.254 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:42.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:42 smithi096 bash[25928]: cluster 2023-11-16T02:27:41.029375+0000 mgr.smithi096.ejdhsd (mgr.14182) 1056 : 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-16T02:27:42.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:42 smithi145 bash[29583]: cluster 2023-11-16T02:27:41.029375+0000 mgr.smithi096.ejdhsd (mgr.14182) 1056 : 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-16T02:27:42.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:43.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:43 smithi096 bash[25928]: audit 2023-11-16T02:27:42.249212+0000 mgr.smithi096.ejdhsd (mgr.14182) 1057 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:43.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:43 smithi145 bash[29583]: audit 2023-11-16T02:27:42.249212+0000 mgr.smithi096.ejdhsd (mgr.14182) 1057 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:43.928 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:44.591 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:44 smithi096 bash[25928]: cluster 2023-11-16T02:27:43.030881+0000 mgr.smithi096.ejdhsd (mgr.14182) 1058 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:44.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:44 smithi145 bash[29583]: cluster 2023-11-16T02:27:43.030881+0000 mgr.smithi096.ejdhsd (mgr.14182) 1058 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:46.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:46 smithi096 bash[25928]: cluster 2023-11-16T02:27:45.032498+0000 mgr.smithi096.ejdhsd (mgr.14182) 1059 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:46.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:46 smithi145 bash[29583]: cluster 2023-11-16T02:27:45.032498+0000 mgr.smithi096.ejdhsd (mgr.14182) 1059 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:47.104 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:47.104 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:47.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:48.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:48 smithi096 bash[25928]: cluster 2023-11-16T02:27:47.033954+0000 mgr.smithi096.ejdhsd (mgr.14182) 1060 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:48.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:48 smithi096 bash[25928]: audit 2023-11-16T02:27:47.091764+0000 mgr.smithi096.ejdhsd (mgr.14182) 1061 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:48.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:48 smithi145 bash[29583]: cluster 2023-11-16T02:27:47.033954+0000 mgr.smithi096.ejdhsd (mgr.14182) 1060 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:48.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:48 smithi145 bash[29583]: audit 2023-11-16T02:27:47.091764+0000 mgr.smithi096.ejdhsd (mgr.14182) 1061 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:48.707 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:50.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:50 smithi096 bash[25928]: cluster 2023-11-16T02:27:49.035723+0000 mgr.smithi096.ejdhsd (mgr.14182) 1062 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:50.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:50 smithi145 bash[29583]: cluster 2023-11-16T02:27:49.035723+0000 mgr.smithi096.ejdhsd (mgr.14182) 1062 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:51.857 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:51.858 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:52.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:52.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:52 smithi096 bash[25928]: cluster 2023-11-16T02:27:51.037609+0000 mgr.smithi096.ejdhsd (mgr.14182) 1063 : cluster [DBG] pgmap v724: 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-16T02:27:52.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:52 smithi096 bash[25928]: audit 2023-11-16T02:27:51.845062+0000 mgr.smithi096.ejdhsd (mgr.14182) 1064 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:52.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:52 smithi145 bash[29583]: cluster 2023-11-16T02:27:51.037609+0000 mgr.smithi096.ejdhsd (mgr.14182) 1063 : cluster [DBG] pgmap v724: 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-16T02:27:52.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:52 smithi145 bash[29583]: audit 2023-11-16T02:27:51.845062+0000 mgr.smithi096.ejdhsd (mgr.14182) 1064 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:53.546 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:54.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:54 smithi096 bash[25928]: cluster 2023-11-16T02:27:53.039204+0000 mgr.smithi096.ejdhsd (mgr.14182) 1065 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:54.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:54 smithi145 bash[29583]: cluster 2023-11-16T02:27:53.039204+0000 mgr.smithi096.ejdhsd (mgr.14182) 1065 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:56.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:56 smithi096 bash[25928]: cluster 2023-11-16T02:27:55.040917+0000 mgr.smithi096.ejdhsd (mgr.14182) 1066 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:56.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:56 smithi145 bash[29583]: cluster 2023-11-16T02:27:55.040917+0000 mgr.smithi096.ejdhsd (mgr.14182) 1066 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:56.680 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:27:56.680 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:27:57.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:27:57.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:57 smithi096 bash[25928]: audit 2023-11-16T02:27:56.674262+0000 mgr.smithi096.ejdhsd (mgr.14182) 1067 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:57.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:57 smithi145 bash[29583]: audit 2023-11-16T02:27:56.674262+0000 mgr.smithi096.ejdhsd (mgr.14182) 1067 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:27:58.327 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:27:58.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:27:58 smithi096 bash[25928]: cluster 2023-11-16T02:27:57.042406+0000 mgr.smithi096.ejdhsd (mgr.14182) 1068 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:27:58.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:27:58 smithi145 bash[29583]: cluster 2023-11-16T02:27:57.042406+0000 mgr.smithi096.ejdhsd (mgr.14182) 1068 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:00.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:00 smithi145 bash[29583]: cluster 2023-11-16T02:27:59.044096+0000 mgr.smithi096.ejdhsd (mgr.14182) 1069 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:00.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:00 smithi096 bash[25928]: cluster 2023-11-16T02:27:59.044096+0000 mgr.smithi096.ejdhsd (mgr.14182) 1069 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:01.454 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:01.455 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:02.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:02.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:02 smithi145 bash[29583]: cluster 2023-11-16T02:28:01.045803+0000 mgr.smithi096.ejdhsd (mgr.14182) 1070 : cluster [DBG] pgmap v729: 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-16T02:28:02.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:02 smithi145 bash[29583]: audit 2023-11-16T02:28:01.444966+0000 mgr.smithi096.ejdhsd (mgr.14182) 1071 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:02.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:02 smithi096 bash[25928]: cluster 2023-11-16T02:28:01.045803+0000 mgr.smithi096.ejdhsd (mgr.14182) 1070 : cluster [DBG] pgmap v729: 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-16T02:28:02.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:02 smithi096 bash[25928]: audit 2023-11-16T02:28:01.444966+0000 mgr.smithi096.ejdhsd (mgr.14182) 1071 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:03.057 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:04.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:04 smithi145 bash[29583]: cluster 2023-11-16T02:28:03.047329+0000 mgr.smithi096.ejdhsd (mgr.14182) 1072 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:04.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:04 smithi096 bash[25928]: cluster 2023-11-16T02:28:03.047329+0000 mgr.smithi096.ejdhsd (mgr.14182) 1072 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:06.263 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:06.263 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:06.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:06 smithi096 bash[25928]: cluster 2023-11-16T02:28:05.048894+0000 mgr.smithi096.ejdhsd (mgr.14182) 1073 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:06.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:06 smithi145 bash[29583]: cluster 2023-11-16T02:28:05.048894+0000 mgr.smithi096.ejdhsd (mgr.14182) 1073 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:06.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:07.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:07 smithi145 bash[29583]: audit 2023-11-16T02:28:06.250173+0000 mgr.smithi096.ejdhsd (mgr.14182) 1074 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:07.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:07 smithi096 bash[25928]: audit 2023-11-16T02:28:06.250173+0000 mgr.smithi096.ejdhsd (mgr.14182) 1074 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:07.972 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:08.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:08 smithi145 bash[29583]: cluster 2023-11-16T02:28:07.050400+0000 mgr.smithi096.ejdhsd (mgr.14182) 1075 : 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-16T02:28:08.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:08 smithi096 bash[25928]: cluster 2023-11-16T02:28:07.050400+0000 mgr.smithi096.ejdhsd (mgr.14182) 1075 : 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-16T02:28:10.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:10 smithi145 bash[29583]: cluster 2023-11-16T02:28:09.052112+0000 mgr.smithi096.ejdhsd (mgr.14182) 1076 : 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-16T02:28:10.739 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:10 smithi096 bash[25928]: cluster 2023-11-16T02:28:09.052112+0000 mgr.smithi096.ejdhsd (mgr.14182) 1076 : 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-16T02:28:11.167 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:11.168 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:11.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:12.788 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:12.801 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:12 smithi096 bash[25928]: cluster 2023-11-16T02:28:11.053788+0000 mgr.smithi096.ejdhsd (mgr.14182) 1077 : cluster [DBG] pgmap v734: 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-16T02:28:12.801 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:12 smithi096 bash[25928]: audit 2023-11-16T02:28:11.161092+0000 mgr.smithi096.ejdhsd (mgr.14182) 1078 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:12.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:12 smithi145 bash[29583]: cluster 2023-11-16T02:28:11.053788+0000 mgr.smithi096.ejdhsd (mgr.14182) 1077 : cluster [DBG] pgmap v734: 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-16T02:28:12.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:12 smithi145 bash[29583]: audit 2023-11-16T02:28:11.161092+0000 mgr.smithi096.ejdhsd (mgr.14182) 1078 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:14.591 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:14 smithi096 bash[25928]: cluster 2023-11-16T02:28:13.055485+0000 mgr.smithi096.ejdhsd (mgr.14182) 1079 : 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-16T02:28:14.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:14 smithi145 bash[29583]: cluster 2023-11-16T02:28:13.055485+0000 mgr.smithi096.ejdhsd (mgr.14182) 1079 : 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-16T02:28:16.050 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:16.051 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:16.732 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:16 smithi096 bash[25928]: cluster 2023-11-16T02:28:15.057223+0000 mgr.smithi096.ejdhsd (mgr.14182) 1080 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:16.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:16.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:16 smithi145 bash[29583]: cluster 2023-11-16T02:28:15.057223+0000 mgr.smithi096.ejdhsd (mgr.14182) 1080 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:17.734 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:17.747 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:17 smithi096 bash[25928]: audit 2023-11-16T02:28:16.040492+0000 mgr.smithi096.ejdhsd (mgr.14182) 1081 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:17 smithi145 bash[29583]: audit 2023-11-16T02:28:16.040492+0000 mgr.smithi096.ejdhsd (mgr.14182) 1081 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:18.760 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:18 smithi096 bash[25928]: cluster 2023-11-16T02:28:17.058689+0000 mgr.smithi096.ejdhsd (mgr.14182) 1082 : 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-16T02:28:18.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:18 smithi145 bash[29583]: cluster 2023-11-16T02:28:17.058689+0000 mgr.smithi096.ejdhsd (mgr.14182) 1082 : 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-16T02:28:20.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:20 smithi096 bash[25928]: cluster 2023-11-16T02:28:19.060585+0000 mgr.smithi096.ejdhsd (mgr.14182) 1083 : 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-16T02:28:20.893 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:20.893 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:20.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:20 smithi145 bash[29583]: cluster 2023-11-16T02:28:19.060585+0000 mgr.smithi096.ejdhsd (mgr.14182) 1083 : 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-16T02:28:21.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:22.540 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:22.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:22 smithi096 bash[25928]: audit 2023-11-16T02:28:20.888493+0000 mgr.smithi096.ejdhsd (mgr.14182) 1084 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:22.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:22 smithi096 bash[25928]: cluster 2023-11-16T02:28:21.062479+0000 mgr.smithi096.ejdhsd (mgr.14182) 1085 : cluster [DBG] pgmap v739: 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-16T02:28:22.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:22 smithi145 bash[29583]: audit 2023-11-16T02:28:20.888493+0000 mgr.smithi096.ejdhsd (mgr.14182) 1084 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:22.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:22 smithi145 bash[29583]: cluster 2023-11-16T02:28:21.062479+0000 mgr.smithi096.ejdhsd (mgr.14182) 1085 : cluster [DBG] pgmap v739: 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-16T02:28:24.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:24 smithi096 bash[25928]: cluster 2023-11-16T02:28:23.064178+0000 mgr.smithi096.ejdhsd (mgr.14182) 1086 : 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-16T02:28:24.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:24 smithi145 bash[29583]: cluster 2023-11-16T02:28:23.064178+0000 mgr.smithi096.ejdhsd (mgr.14182) 1086 : 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-16T02:28:25.982 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:25.982 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:26.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:26.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:26 smithi096 bash[25928]: cluster 2023-11-16T02:28:25.065974+0000 mgr.smithi096.ejdhsd (mgr.14182) 1087 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:26.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:26 smithi145 bash[29583]: cluster 2023-11-16T02:28:25.065974+0000 mgr.smithi096.ejdhsd (mgr.14182) 1087 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:27.640 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:27.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:27 smithi096 bash[25928]: audit 2023-11-16T02:28:25.977566+0000 mgr.smithi096.ejdhsd (mgr.14182) 1088 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:27.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:27 smithi096 bash[25928]: audit 2023-11-16T02:28:27.020913+0000 mon.smithi096 (mon.0) 942 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:28:27.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:27 smithi096 bash[25928]: audit 2023-11-16T02:28:27.331175+0000 mon.smithi096 (mon.0) 943 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:28:27.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:27 smithi096 bash[25928]: audit 2023-11-16T02:28:27.332546+0000 mon.smithi096 (mon.0) 944 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:28:27.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:27 smithi096 bash[25928]: audit 2023-11-16T02:28:27.341881+0000 mon.smithi096 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:28:27.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:27 smithi096 bash[25928]: audit 2023-11-16T02:28:27.350662+0000 mon.smithi096 (mon.0) 946 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:28:27.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:27 smithi096 bash[25928]: audit 2023-11-16T02:28:27.367388+0000 mon.smithi096 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:28:27.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:27 smithi145 bash[29583]: audit 2023-11-16T02:28:25.977566+0000 mgr.smithi096.ejdhsd (mgr.14182) 1088 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:27.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:27 smithi145 bash[29583]: audit 2023-11-16T02:28:27.020913+0000 mon.smithi096 (mon.0) 942 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:28:27.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:27 smithi145 bash[29583]: audit 2023-11-16T02:28:27.331175+0000 mon.smithi096 (mon.0) 943 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:28:27.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:27 smithi145 bash[29583]: audit 2023-11-16T02:28:27.332546+0000 mon.smithi096 (mon.0) 944 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:28:27.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:27 smithi145 bash[29583]: audit 2023-11-16T02:28:27.341881+0000 mon.smithi096 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:28:27.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:27 smithi145 bash[29583]: audit 2023-11-16T02:28:27.350662+0000 mon.smithi096 (mon.0) 946 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:28:27.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:27 smithi145 bash[29583]: audit 2023-11-16T02:28:27.367388+0000 mon.smithi096 (mon.0) 947 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:28:28.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:28 smithi096 bash[25928]: cluster 2023-11-16T02:28:27.067369+0000 mgr.smithi096.ejdhsd (mgr.14182) 1089 : 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-16T02:28:28.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:28 smithi096 bash[25928]: cluster 2023-11-16T02:28:27.342918+0000 mgr.smithi096.ejdhsd (mgr.14182) 1090 : cluster [DBG] pgmap v743: 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-16T02:28:28.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:28 smithi096 bash[25928]: cephadm 2023-11-16T02:28:27.370729+0000 mgr.smithi096.ejdhsd (mgr.14182) 1091 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.ludylk on smithi145 2023-11-16T02:28:28.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:28 smithi096 bash[25928]: cluster 2023-11-16T02:28:27.470389+0000 mon.smithi096 (mon.0) 948 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:28:28.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:28 smithi096 bash[25928]: cluster 2023-11-16T02:28:27.470451+0000 mon.smithi096 (mon.0) 949 : cluster [INF] Cluster is now healthy 2023-11-16T02:28:28.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:28 smithi145 bash[29583]: cluster 2023-11-16T02:28:27.067369+0000 mgr.smithi096.ejdhsd (mgr.14182) 1089 : 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-16T02:28:28.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:28 smithi145 bash[29583]: cluster 2023-11-16T02:28:27.342918+0000 mgr.smithi096.ejdhsd (mgr.14182) 1090 : cluster [DBG] pgmap v743: 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-16T02:28:28.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:28 smithi145 bash[29583]: cephadm 2023-11-16T02:28:27.370729+0000 mgr.smithi096.ejdhsd (mgr.14182) 1091 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.ludylk on smithi145 2023-11-16T02:28:28.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:28 smithi145 bash[29583]: cluster 2023-11-16T02:28:27.470389+0000 mon.smithi096 (mon.0) 948 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:28:28.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:28 smithi145 bash[29583]: cluster 2023-11-16T02:28:27.470451+0000 mon.smithi096 (mon.0) 949 : cluster [INF] Cluster is now healthy 2023-11-16T02:28:30.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:30 smithi096 bash[25928]: cluster 2023-11-16T02:28:29.344224+0000 mgr.smithi096.ejdhsd (mgr.14182) 1092 : cluster [DBG] pgmap v744: 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-16T02:28:30.862 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:30 smithi145 bash[29583]: cluster 2023-11-16T02:28:29.344224+0000 mgr.smithi096.ejdhsd (mgr.14182) 1092 : cluster [DBG] pgmap v744: 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-16T02:28:30.988 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:30.988 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:26:18.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.tfrlpc on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:22.990736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ctxfpb on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ctxfpb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ctxfpb\nDeploy daemon haproxy.nfs.foo.smithi145.ctxfpb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.012981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.bfsvsk on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-bfsvsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.bfsvsk\nDeploy daemon haproxy.nfs.foo.smithi096.bfsvsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:27:27.015164Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.fqcxau on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:31.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:31 smithi096 bash[25928]: audit 2023-11-16T02:28:31.316168+0000 mon.smithi096 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.ludylk"}]: dispatch 2023-11-16T02:28:31.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:31.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:31 smithi145 bash[29583]: audit 2023-11-16T02:28:31.316168+0000 mon.smithi096 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.ludylk"}]: dispatch 2023-11-16T02:28:32.703 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:32.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: audit 2023-11-16T02:28:30.975771+0000 mgr.smithi096.ejdhsd (mgr.14182) 1093 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:32.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: cephadm 2023-11-16T02:28:31.315029+0000 mgr.smithi096.ejdhsd (mgr.14182) 1094 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:32.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.ludylk ... 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:28:32.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.ludylk ... 2023-11-16T02:28:32.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: cephadm 2023-11-16T02:28:31.315536+0000 mgr.smithi096.ejdhsd (mgr.14182) 1095 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: cephadm 2023-11-16T02:28:31.317949+0000 mgr.smithi096.ejdhsd (mgr.14182) 1096 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.ludylk ... 2023-11-16T02:28:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: cephadm 2023-11-16T02:28:31.322349+0000 mgr.smithi096.ejdhsd (mgr.14182) 1097 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.numbez on smithi096 2023-11-16T02:28:32.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:32 smithi096 bash[25928]: cluster 2023-11-16T02:28:31.345606+0000 mgr.smithi096.ejdhsd (mgr.14182) 1098 : cluster [DBG] pgmap v745: 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-16T02:28:32.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: audit 2023-11-16T02:28:30.975771+0000 mgr.smithi096.ejdhsd (mgr.14182) 1093 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:32.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: cephadm 2023-11-16T02:28:31.315029+0000 mgr.smithi096.ejdhsd (mgr.14182) 1094 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:32.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.ludylk ... 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:28:32.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.ludylk ... 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:32.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: cephadm 2023-11-16T02:28:31.315536+0000 mgr.smithi096.ejdhsd (mgr.14182) 1095 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: cephadm 2023-11-16T02:28:31.317949+0000 mgr.smithi096.ejdhsd (mgr.14182) 1096 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.ludylk ... 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:32.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:32.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: cephadm 2023-11-16T02:28:31.322349+0000 mgr.smithi096.ejdhsd (mgr.14182) 1097 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.numbez on smithi096 2023-11-16T02:28:32.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:32 smithi145 bash[29583]: cluster 2023-11-16T02:28:31.345606+0000 mgr.smithi096.ejdhsd (mgr.14182) 1098 : cluster [DBG] pgmap v745: 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-16T02:28:34.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:34 smithi096 bash[25928]: cluster 2023-11-16T02:28:33.347153+0000 mgr.smithi096.ejdhsd (mgr.14182) 1099 : cluster [DBG] pgmap v746: 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-16T02:28:34.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:34 smithi145 bash[29583]: cluster 2023-11-16T02:28:33.347153+0000 mgr.smithi096.ejdhsd (mgr.14182) 1099 : cluster [DBG] pgmap v746: 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-16T02:28:36.109 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:36.109 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:36.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: cluster 2023-11-16T02:28:35.348394+0000 mgr.smithi096.ejdhsd (mgr.14182) 1100 : cluster [DBG] pgmap v747: 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-16T02:28:36.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: cephadm 2023-11-16T02:28:35.410609+0000 mgr.smithi096.ejdhsd (mgr.14182) 1101 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.numbez ... 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:36.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.numbez ... 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: cephadm 2023-11-16T02:28:35.411178+0000 mgr.smithi096.ejdhsd (mgr.14182) 1102 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: audit 2023-11-16T02:28:35.411852+0000 mon.smithi096 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.numbez"}]: dispatch 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: cephadm 2023-11-16T02:28:35.413236+0000 mgr.smithi096.ejdhsd (mgr.14182) 1103 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.numbez ... 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: cephadm 2023-11-16T02:28:35.417621+0000 mgr.smithi096.ejdhsd (mgr.14182) 1104 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:28:36.606 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: cephadm 2023-11-16T02:28:35.419350+0000 mgr.smithi096.ejdhsd (mgr.14182) 1105 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:28:36.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:36 smithi096 bash[25928]: cluster 2023-11-16T02:28:35.420468+0000 mgr.smithi096.ejdhsd (mgr.14182) 1106 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-16T02:28:36.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: cluster 2023-11-16T02:28:35.348394+0000 mgr.smithi096.ejdhsd (mgr.14182) 1100 : cluster [DBG] pgmap v747: 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-16T02:28:36.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: cephadm 2023-11-16T02:28:35.410609+0000 mgr.smithi096.ejdhsd (mgr.14182) 1101 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:36.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:36.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.670 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.numbez ... 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.671 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.numbez ... 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: cephadm 2023-11-16T02:28:35.411178+0000 mgr.smithi096.ejdhsd (mgr.14182) 1102 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: audit 2023-11-16T02:28:35.411852+0000 mon.smithi096 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.numbez"}]: dispatch 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: cephadm 2023-11-16T02:28:35.413236+0000 mgr.smithi096.ejdhsd (mgr.14182) 1103 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.672 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.numbez ... 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: cephadm 2023-11-16T02:28:35.417621+0000 mgr.smithi096.ejdhsd (mgr.14182) 1104 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: cephadm 2023-11-16T02:28:35.419350+0000 mgr.smithi096.ejdhsd (mgr.14182) 1105 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:28:36.673 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:36 smithi145 bash[29583]: cluster 2023-11-16T02:28:35.420468+0000 mgr.smithi096.ejdhsd (mgr.14182) 1106 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-11-16T02:28:36.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:37.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:37 smithi096 bash[25928]: audit 2023-11-16T02:28:36.096875+0000 mgr.smithi096.ejdhsd (mgr.14182) 1107 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:37.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:37 smithi096 bash[25928]: cluster 2023-11-16T02:28:36.319339+0000 mon.smithi096 (mon.0) 952 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:28:37.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:37 smithi145 bash[29583]: audit 2023-11-16T02:28:36.096875+0000 mgr.smithi096.ejdhsd (mgr.14182) 1107 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:37.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:37 smithi145 bash[29583]: cluster 2023-11-16T02:28:36.319339+0000 mon.smithi096 (mon.0) 952 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:28:37.789 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:38.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:38 smithi096 bash[25928]: cluster 2023-11-16T02:28:37.422109+0000 mgr.smithi096.ejdhsd (mgr.14182) 1108 : cluster [DBG] pgmap v749: 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-16T02:28:38.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:38 smithi145 bash[29583]: cluster 2023-11-16T02:28:37.422109+0000 mgr.smithi096.ejdhsd (mgr.14182) 1108 : cluster [DBG] pgmap v749: 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-16T02:28:40.756 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:40 smithi096 bash[25928]: cluster 2023-11-16T02:28:39.423742+0000 mgr.smithi096.ejdhsd (mgr.14182) 1109 : cluster [DBG] pgmap v750: 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-16T02:28:40.756 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:40 smithi096 bash[25928]: audit 2023-11-16T02:28:40.142587+0000 mon.smithi096 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:28:40.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:40 smithi145 bash[29583]: cluster 2023-11-16T02:28:39.423742+0000 mgr.smithi096.ejdhsd (mgr.14182) 1109 : cluster [DBG] pgmap v750: 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-16T02:28:40.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:40 smithi145 bash[29583]: audit 2023-11-16T02:28:40.142587+0000 mon.smithi096 (mon.0) 953 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:28:41.180 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:41.180 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:41.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:42.828 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:42.841 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:42 smithi096 bash[25928]: audit 2023-11-16T02:28:41.167689+0000 mgr.smithi096.ejdhsd (mgr.14182) 1110 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:42.841 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:42 smithi096 bash[25928]: cluster 2023-11-16T02:28:41.425691+0000 mgr.smithi096.ejdhsd (mgr.14182) 1111 : cluster [DBG] pgmap v751: 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-16T02:28:42.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:42 smithi145 bash[29583]: audit 2023-11-16T02:28:41.167689+0000 mgr.smithi096.ejdhsd (mgr.14182) 1110 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:42.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:42 smithi145 bash[29583]: cluster 2023-11-16T02:28:41.425691+0000 mgr.smithi096.ejdhsd (mgr.14182) 1111 : cluster [DBG] pgmap v751: 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-16T02:28:44.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:44 smithi096 bash[25928]: cluster 2023-11-16T02:28:43.427388+0000 mgr.smithi096.ejdhsd (mgr.14182) 1112 : cluster [DBG] pgmap v752: 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-16T02:28:44.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:44 smithi145 bash[29583]: cluster 2023-11-16T02:28:43.427388+0000 mgr.smithi096.ejdhsd (mgr.14182) 1112 : cluster [DBG] pgmap v752: 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-16T02:28:46.104 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:46.105 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:46.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:46 smithi096 bash[25928]: cluster 2023-11-16T02:28:45.428688+0000 mgr.smithi096.ejdhsd (mgr.14182) 1113 : cluster [DBG] pgmap v753: 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-16T02:28:46.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:46 smithi145 bash[29583]: cluster 2023-11-16T02:28:45.428688+0000 mgr.smithi096.ejdhsd (mgr.14182) 1113 : cluster [DBG] pgmap v753: 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-16T02:28:46.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:47.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:47 smithi096 bash[25928]: audit 2023-11-16T02:28:46.093826+0000 mgr.smithi096.ejdhsd (mgr.14182) 1114 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:47.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:47 smithi145 bash[29583]: audit 2023-11-16T02:28:46.093826+0000 mgr.smithi096.ejdhsd (mgr.14182) 1114 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:47.796 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:48.607 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:48 smithi096 bash[25928]: cluster 2023-11-16T02:28:47.430311+0000 mgr.smithi096.ejdhsd (mgr.14182) 1115 : 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-16T02:28:48.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:48 smithi145 bash[29583]: cluster 2023-11-16T02:28:47.430311+0000 mgr.smithi096.ejdhsd (mgr.14182) 1115 : 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-16T02:28:50.820 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:50 smithi096 bash[25928]: cluster 2023-11-16T02:28:49.431881+0000 mgr.smithi096.ejdhsd (mgr.14182) 1116 : 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-16T02:28:50.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:50 smithi145 bash[29583]: cluster 2023-11-16T02:28:49.431881+0000 mgr.smithi096.ejdhsd (mgr.14182) 1116 : 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-16T02:28:51.182 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:51.182 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:51.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:52.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:52 smithi096 bash[25928]: audit 2023-11-16T02:28:51.171196+0000 mgr.smithi096.ejdhsd (mgr.14182) 1117 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:52.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:52 smithi096 bash[25928]: cluster 2023-11-16T02:28:51.433749+0000 mgr.smithi096.ejdhsd (mgr.14182) 1118 : cluster [DBG] pgmap v756: 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-16T02:28:52.878 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:52.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:52 smithi145 bash[29583]: audit 2023-11-16T02:28:51.171196+0000 mgr.smithi096.ejdhsd (mgr.14182) 1117 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:52.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:52 smithi145 bash[29583]: cluster 2023-11-16T02:28:51.433749+0000 mgr.smithi096.ejdhsd (mgr.14182) 1118 : cluster [DBG] pgmap v756: 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-16T02:28:54.591 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:54 smithi096 bash[25928]: cluster 2023-11-16T02:28:53.435446+0000 mgr.smithi096.ejdhsd (mgr.14182) 1119 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:56.638 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:54 smithi145 bash[29583]: cluster 2023-11-16T02:28:53.435446+0000 mgr.smithi096.ejdhsd (mgr.14182) 1119 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:56.638 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:28:56.638 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:28:56.638 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:56 smithi096 bash[25928]: cluster 2023-11-16T02:28:55.436936+0000 mgr.smithi096.ejdhsd (mgr.14182) 1120 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:56.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:56 smithi145 bash[29583]: cluster 2023-11-16T02:28:55.436936+0000 mgr.smithi096.ejdhsd (mgr.14182) 1120 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:56.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:28:57.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:57 smithi096 bash[25928]: audit 2023-11-16T02:28:56.113393+0000 mgr.smithi096.ejdhsd (mgr.14182) 1121 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:57.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:57 smithi145 bash[29583]: audit 2023-11-16T02:28:56.113393+0000 mgr.smithi096.ejdhsd (mgr.14182) 1121 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:28:57.803 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:28:58.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:28:58 smithi145 bash[29583]: cluster 2023-11-16T02:28:57.438562+0000 mgr.smithi096.ejdhsd (mgr.14182) 1122 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:28:58.679 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:28:58 smithi096 bash[25928]: cluster 2023-11-16T02:28:57.438562+0000 mgr.smithi096.ejdhsd (mgr.14182) 1122 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:29:00.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:00 smithi096 bash[25928]: cluster 2023-11-16T02:28:59.440261+0000 mgr.smithi096.ejdhsd (mgr.14182) 1123 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:29:00.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:00 smithi145 bash[29583]: cluster 2023-11-16T02:28:59.440261+0000 mgr.smithi096.ejdhsd (mgr.14182) 1123 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:29:01.063 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:01.063 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:01.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:02.653 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:02.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:02 smithi096 bash[25928]: audit 2023-11-16T02:29:01.051226+0000 mgr.smithi096.ejdhsd (mgr.14182) 1124 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:02.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:02 smithi096 bash[25928]: cluster 2023-11-16T02:29:01.442113+0000 mgr.smithi096.ejdhsd (mgr.14182) 1125 : cluster [DBG] pgmap v761: 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-16T02:29:02.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:02 smithi145 bash[29583]: audit 2023-11-16T02:29:01.051226+0000 mgr.smithi096.ejdhsd (mgr.14182) 1124 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:02.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:02 smithi145 bash[29583]: cluster 2023-11-16T02:29:01.442113+0000 mgr.smithi096.ejdhsd (mgr.14182) 1125 : cluster [DBG] pgmap v761: 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-16T02:29:04.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:04 smithi096 bash[25928]: cluster 2023-11-16T02:29:03.443836+0000 mgr.smithi096.ejdhsd (mgr.14182) 1126 : 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-16T02:29:04.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:04 smithi145 bash[29583]: cluster 2023-11-16T02:29:03.443836+0000 mgr.smithi096.ejdhsd (mgr.14182) 1126 : 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-16T02:29:05.969 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:05.969 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:06.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:06 smithi096 bash[25928]: cluster 2023-11-16T02:29:05.445368+0000 mgr.smithi096.ejdhsd (mgr.14182) 1127 : 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-16T02:29:06.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:06.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:06 smithi145 bash[29583]: cluster 2023-11-16T02:29:05.445368+0000 mgr.smithi096.ejdhsd (mgr.14182) 1127 : 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-16T02:29:07.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:07 smithi096 bash[25928]: audit 2023-11-16T02:29:05.956965+0000 mgr.smithi096.ejdhsd (mgr.14182) 1128 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:07.618 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:07.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:07 smithi145 bash[29583]: audit 2023-11-16T02:29:05.956965+0000 mgr.smithi096.ejdhsd (mgr.14182) 1128 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:08.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:08 smithi096 bash[25928]: cluster 2023-11-16T02:29:07.446990+0000 mgr.smithi096.ejdhsd (mgr.14182) 1129 : 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-16T02:29:08.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:08 smithi145 bash[29583]: cluster 2023-11-16T02:29:07.446990+0000 mgr.smithi096.ejdhsd (mgr.14182) 1129 : 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-16T02:29:10.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:10 smithi096 bash[25928]: cluster 2023-11-16T02:29:09.448584+0000 mgr.smithi096.ejdhsd (mgr.14182) 1130 : 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-16T02:29:10.720 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:10.721 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:10.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:10 smithi145 bash[29583]: cluster 2023-11-16T02:29:09.448584+0000 mgr.smithi096.ejdhsd (mgr.14182) 1130 : 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-16T02:29:11.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:11.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:11 smithi096 bash[25928]: audit 2023-11-16T02:29:10.713755+0000 mgr.smithi096.ejdhsd (mgr.14182) 1131 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:11.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:11 smithi145 bash[29583]: audit 2023-11-16T02:29:10.713755+0000 mgr.smithi096.ejdhsd (mgr.14182) 1131 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:12.332 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:12.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:12 smithi096 bash[25928]: cluster 2023-11-16T02:29:11.450469+0000 mgr.smithi096.ejdhsd (mgr.14182) 1132 : 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-16T02:29:12.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:12 smithi145 bash[29583]: cluster 2023-11-16T02:29:11.450469+0000 mgr.smithi096.ejdhsd (mgr.14182) 1132 : 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-16T02:29:14.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:14 smithi096 bash[25928]: cluster 2023-11-16T02:29:13.452125+0000 mgr.smithi096.ejdhsd (mgr.14182) 1133 : 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-16T02:29:14.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:14 smithi145 bash[29583]: cluster 2023-11-16T02:29:13.452125+0000 mgr.smithi096.ejdhsd (mgr.14182) 1133 : 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-16T02:29:15.533 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:15.533 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:16.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:16.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:16 smithi096 bash[25928]: cluster 2023-11-16T02:29:15.453701+0000 mgr.smithi096.ejdhsd (mgr.14182) 1134 : 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-16T02:29:16.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:16 smithi096 bash[25928]: audit 2023-11-16T02:29:15.520058+0000 mgr.smithi096.ejdhsd (mgr.14182) 1135 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:16.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:16 smithi145 bash[29583]: cluster 2023-11-16T02:29:15.453701+0000 mgr.smithi096.ejdhsd (mgr.14182) 1134 : 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-16T02:29:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:16 smithi145 bash[29583]: audit 2023-11-16T02:29:15.520058+0000 mgr.smithi096.ejdhsd (mgr.14182) 1135 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:17.143 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:18.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:18 smithi096 bash[25928]: cluster 2023-11-16T02:29:17.455212+0000 mgr.smithi096.ejdhsd (mgr.14182) 1136 : 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-16T02:29:18.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:18 smithi145 bash[29583]: cluster 2023-11-16T02:29:17.455212+0000 mgr.smithi096.ejdhsd (mgr.14182) 1136 : 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-16T02:29:20.197 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:20.197 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:20.849 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:20 smithi096 bash[25928]: cluster 2023-11-16T02:29:19.456767+0000 mgr.smithi096.ejdhsd (mgr.14182) 1137 : 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-16T02:29:20.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:20.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:20 smithi145 bash[29583]: cluster 2023-11-16T02:29:19.456767+0000 mgr.smithi096.ejdhsd (mgr.14182) 1137 : 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-16T02:29:21.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:21 smithi096 bash[25928]: audit 2023-11-16T02:29:20.192957+0000 mgr.smithi096.ejdhsd (mgr.14182) 1138 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:21.852 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:21.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:21 smithi145 bash[29583]: audit 2023-11-16T02:29:20.192957+0000 mgr.smithi096.ejdhsd (mgr.14182) 1138 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:22.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:22 smithi096 bash[25928]: cluster 2023-11-16T02:29:21.458612+0000 mgr.smithi096.ejdhsd (mgr.14182) 1139 : 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-16T02:29:22.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:22 smithi145 bash[29583]: cluster 2023-11-16T02:29:21.458612+0000 mgr.smithi096.ejdhsd (mgr.14182) 1139 : 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-16T02:29:24.793 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:24 smithi096 bash[25928]: cluster 2023-11-16T02:29:23.460588+0000 mgr.smithi096.ejdhsd (mgr.14182) 1140 : 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-16T02:29:24.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:24 smithi145 bash[29583]: cluster 2023-11-16T02:29:23.460588+0000 mgr.smithi096.ejdhsd (mgr.14182) 1140 : 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-16T02:29:25.146 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:25.146 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:25.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:26.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:26 smithi096 bash[25928]: audit 2023-11-16T02:29:25.141294+0000 mgr.smithi096.ejdhsd (mgr.14182) 1141 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:26.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:26 smithi096 bash[25928]: cluster 2023-11-16T02:29:25.462194+0000 mgr.smithi096.ejdhsd (mgr.14182) 1142 : 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-16T02:29:26.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:26 smithi145 bash[29583]: audit 2023-11-16T02:29:25.141294+0000 mgr.smithi096.ejdhsd (mgr.14182) 1141 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:26.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:26 smithi145 bash[29583]: cluster 2023-11-16T02:29:25.462194+0000 mgr.smithi096.ejdhsd (mgr.14182) 1142 : 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-16T02:29:26.799 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:28.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:28 smithi096 bash[25928]: cluster 2023-11-16T02:29:27.463013+0000 mgr.smithi096.ejdhsd (mgr.14182) 1143 : 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-16T02:29:28.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:28 smithi145 bash[29583]: cluster 2023-11-16T02:29:27.463013+0000 mgr.smithi096.ejdhsd (mgr.14182) 1143 : 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-16T02:29:29.875 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:29.875 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:30.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:30.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:30 smithi096 bash[25928]: cluster 2023-11-16T02:29:29.464510+0000 mgr.smithi096.ejdhsd (mgr.14182) 1144 : 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-16T02:29:30.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:30 smithi096 bash[25928]: audit 2023-11-16T02:29:29.862850+0000 mgr.smithi096.ejdhsd (mgr.14182) 1145 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:30.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:30 smithi145 bash[29583]: cluster 2023-11-16T02:29:29.464510+0000 mgr.smithi096.ejdhsd (mgr.14182) 1144 : 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-16T02:29:30.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:30 smithi145 bash[29583]: audit 2023-11-16T02:29:29.862850+0000 mgr.smithi096.ejdhsd (mgr.14182) 1145 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:31.510 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:32.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:32 smithi096 bash[25928]: cluster 2023-11-16T02:29:31.466368+0000 mgr.smithi096.ejdhsd (mgr.14182) 1146 : 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-16T02:29:32.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:32 smithi145 bash[29583]: cluster 2023-11-16T02:29:31.466368+0000 mgr.smithi096.ejdhsd (mgr.14182) 1146 : 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-16T02:29:34.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:34 smithi096 bash[25928]: cluster 2023-11-16T02:29:33.468066+0000 mgr.smithi096.ejdhsd (mgr.14182) 1147 : 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-16T02:29:34.737 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:34.737 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:34.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:34 smithi145 bash[29583]: cluster 2023-11-16T02:29:33.468066+0000 mgr.smithi096.ejdhsd (mgr.14182) 1147 : 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-16T02:29:35.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:35.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:35 smithi096 bash[25928]: audit 2023-11-16T02:29:34.725563+0000 mgr.smithi096.ejdhsd (mgr.14182) 1148 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:35.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:35 smithi096 bash[25928]: audit 2023-11-16T02:29:35.423490+0000 mon.smithi096 (mon.0) 954 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:29:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:35 smithi145 bash[29583]: audit 2023-11-16T02:29:34.725563+0000 mgr.smithi096.ejdhsd (mgr.14182) 1148 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:35 smithi145 bash[29583]: audit 2023-11-16T02:29:35.423490+0000 mon.smithi096 (mon.0) 954 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:29:36.362 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:36.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: cluster 2023-11-16T02:29:35.469679+0000 mgr.smithi096.ejdhsd (mgr.14182) 1149 : 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-16T02:29:36.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: audit 2023-11-16T02:29:35.735258+0000 mon.smithi096 (mon.0) 955 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:29:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: audit 2023-11-16T02:29:35.736672+0000 mon.smithi096 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:29:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: audit 2023-11-16T02:29:35.744603+0000 mon.smithi096 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: cluster 2023-11-16T02:29:35.745783+0000 mgr.smithi096.ejdhsd (mgr.14182) 1150 : cluster [DBG] pgmap v779: 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-16T02:29:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: audit 2023-11-16T02:29:35.752233+0000 mon.smithi096 (mon.0) 958 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:29:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: audit 2023-11-16T02:29:35.766216+0000 mon.smithi096 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: cephadm 2023-11-16T02:29:35.769000+0000 mgr.smithi096.ejdhsd (mgr.14182) 1151 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.opfpdw on smithi145 2023-11-16T02:29:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: cluster 2023-11-16T02:29:36.339858+0000 mon.smithi096 (mon.0) 960 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:29:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:36 smithi096 bash[25928]: cluster 2023-11-16T02:29:36.339927+0000 mon.smithi096 (mon.0) 961 : cluster [INF] Cluster is now healthy 2023-11-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: cluster 2023-11-16T02:29:35.469679+0000 mgr.smithi096.ejdhsd (mgr.14182) 1149 : 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-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: audit 2023-11-16T02:29:35.735258+0000 mon.smithi096 (mon.0) 955 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: audit 2023-11-16T02:29:35.736672+0000 mon.smithi096 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: audit 2023-11-16T02:29:35.744603+0000 mon.smithi096 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: cluster 2023-11-16T02:29:35.745783+0000 mgr.smithi096.ejdhsd (mgr.14182) 1150 : cluster [DBG] pgmap v779: 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-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: audit 2023-11-16T02:29:35.752233+0000 mon.smithi096 (mon.0) 958 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: audit 2023-11-16T02:29:35.766216+0000 mon.smithi096 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: cephadm 2023-11-16T02:29:35.769000+0000 mgr.smithi096.ejdhsd (mgr.14182) 1151 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.opfpdw on smithi145 2023-11-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: cluster 2023-11-16T02:29:36.339858+0000 mon.smithi096 (mon.0) 960 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:29:36.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:36 smithi145 bash[29583]: cluster 2023-11-16T02:29:36.339927+0000 mon.smithi096 (mon.0) 961 : cluster [INF] Cluster is now healthy 2023-11-16T02:29:38.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:38 smithi096 bash[25928]: audit 2023-11-16T02:29:37.285269+0000 mon.smithi096 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:38.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:38 smithi096 bash[25928]: cluster 2023-11-16T02:29:37.746840+0000 mgr.smithi096.ejdhsd (mgr.14182) 1152 : cluster [DBG] pgmap v780: 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-16T02:29:38.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:38 smithi145 bash[29583]: audit 2023-11-16T02:29:37.285269+0000 mon.smithi096 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:38.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:38 smithi145 bash[29583]: cluster 2023-11-16T02:29:37.746840+0000 mgr.smithi096.ejdhsd (mgr.14182) 1152 : cluster [DBG] pgmap v780: 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-16T02:29:39.430 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:39.430 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:27:27.016923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cgxdea on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:31.317728Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ludylk on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ludylk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ludylk\nDeploy daemon haproxy.nfs.foo.smithi145.ludylk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.412981Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.numbez on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-numbez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.numbez\nDeploy daemon haproxy.nfs.foo.smithi096.numbez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:28:35.417377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.seahrp on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:39.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:39 smithi096 bash[25928]: audit 2023-11-16T02:29:39.594582+0000 mon.smithi096 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.opfpdw"}]: dispatch 2023-11-16T02:29:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:39 smithi145 bash[29583]: audit 2023-11-16T02:29:39.594582+0000 mon.smithi096 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.opfpdw"}]: dispatch 2023-11-16T02:29:40.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:40.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: audit 2023-11-16T02:29:39.420972+0000 mgr.smithi096.ejdhsd (mgr.14182) 1153 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:40.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: cephadm 2023-11-16T02:29:39.593164+0000 mgr.smithi096.ejdhsd (mgr.14182) 1154 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:40.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:40.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:40.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:40.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:40.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:40.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.opfpdw ... 2023-11-16T02:29:40.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:40.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:40.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:40.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:40.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:40.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:29:40.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:29:40.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:29:40.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:29:40.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:29:40.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:40.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:40.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:40.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:40.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:40.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:40.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.opfpdw ... 2023-11-16T02:29:40.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:40.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:40.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:40.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:40.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:40.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: cephadm 2023-11-16T02:29:39.593779+0000 mgr.smithi096.ejdhsd (mgr.14182) 1155 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:40.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: cephadm 2023-11-16T02:29:39.596221+0000 mgr.smithi096.ejdhsd (mgr.14182) 1156 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:40.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:40.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:40.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:40.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:40.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:40.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.opfpdw ... 2023-11-16T02:29:40.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:40.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:40.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:40.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:40.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:40.927 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: cephadm 2023-11-16T02:29:39.601799+0000 mgr.smithi096.ejdhsd (mgr.14182) 1157 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.lanogb on smithi096 2023-11-16T02:29:40.927 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:40 smithi145 bash[29583]: cluster 2023-11-16T02:29:39.747821+0000 mgr.smithi096.ejdhsd (mgr.14182) 1158 : cluster [DBG] pgmap v781: 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-16T02:29:41.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: audit 2023-11-16T02:29:39.420972+0000 mgr.smithi096.ejdhsd (mgr.14182) 1153 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:41.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: cephadm 2023-11-16T02:29:39.593164+0000 mgr.smithi096.ejdhsd (mgr.14182) 1154 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.opfpdw ... 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:41.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:41.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.opfpdw ... 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: cephadm 2023-11-16T02:29:39.593779+0000 mgr.smithi096.ejdhsd (mgr.14182) 1155 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: cephadm 2023-11-16T02:29:39.596221+0000 mgr.smithi096.ejdhsd (mgr.14182) 1156 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw 2023-11-16T02:29:41.108 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.opfpdw ... 2023-11-16T02:29:41.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:41.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:41.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:41.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:41.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:41.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: cephadm 2023-11-16T02:29:39.601799+0000 mgr.smithi096.ejdhsd (mgr.14182) 1157 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.lanogb on smithi096 2023-11-16T02:29:41.109 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:40 smithi096 bash[25928]: cluster 2023-11-16T02:29:39.747821+0000 mgr.smithi096.ejdhsd (mgr.14182) 1158 : cluster [DBG] pgmap v781: 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-16T02:29:41.146 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:43.084 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:42 smithi096 bash[25928]: cluster 2023-11-16T02:29:41.749230+0000 mgr.smithi096.ejdhsd (mgr.14182) 1159 : cluster [DBG] pgmap v782: 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-16T02:29:43.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:42 smithi145 bash[29583]: cluster 2023-11-16T02:29:41.749230+0000 mgr.smithi096.ejdhsd (mgr.14182) 1159 : cluster [DBG] pgmap v782: 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-16T02:29:44.570 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:44.570 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: cluster 2023-11-16T02:29:43.750525+0000 mgr.smithi096.ejdhsd (mgr.14182) 1160 : cluster [DBG] pgmap v783: 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-16T02:29:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: cephadm 2023-11-16T02:29:43.857072+0000 mgr.smithi096.ejdhsd (mgr.14182) 1161 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.lanogb ... 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:29:44.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.lanogb ... 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:44.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: cephadm 2023-11-16T02:29:43.857633+0000 mgr.smithi096.ejdhsd (mgr.14182) 1162 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.lanogb 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: audit 2023-11-16T02:29:43.858237+0000 mon.smithi096 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.lanogb"}]: dispatch 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: cephadm 2023-11-16T02:29:43.859596+0000 mgr.smithi096.ejdhsd (mgr.14182) 1163 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:44.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.lanogb ... 2023-11-16T02:29:44.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:44.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:44.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:44.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:44.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:44.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: cephadm 2023-11-16T02:29:43.861390+0000 mgr.smithi096.ejdhsd (mgr.14182) 1164 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:29:44.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: cephadm 2023-11-16T02:29:43.863130+0000 mgr.smithi096.ejdhsd (mgr.14182) 1165 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:29:44.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:44 smithi096 bash[25928]: cluster 2023-11-16T02:29:43.864110+0000 mgr.smithi096.ejdhsd (mgr.14182) 1166 : cluster [DBG] pgmap v784: 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-16T02:29:45.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: cluster 2023-11-16T02:29:43.750525+0000 mgr.smithi096.ejdhsd (mgr.14182) 1160 : cluster [DBG] pgmap v783: 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-16T02:29:45.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: cephadm 2023-11-16T02:29:43.857072+0000 mgr.smithi096.ejdhsd (mgr.14182) 1161 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:45.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.lanogb ... 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:29:45.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.lanogb ... 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:45.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: cephadm 2023-11-16T02:29:43.857633+0000 mgr.smithi096.ejdhsd (mgr.14182) 1162 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.lanogb 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: audit 2023-11-16T02:29:43.858237+0000 mon.smithi096 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.lanogb"}]: dispatch 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: cephadm 2023-11-16T02:29:43.859596+0000 mgr.smithi096.ejdhsd (mgr.14182) 1163 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.lanogb ... 2023-11-16T02:29:45.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:45.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:29:45.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:29:45.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:29:45.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:29:45.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: cephadm 2023-11-16T02:29:43.861390+0000 mgr.smithi096.ejdhsd (mgr.14182) 1164 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:29:45.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: cephadm 2023-11-16T02:29:43.863130+0000 mgr.smithi096.ejdhsd (mgr.14182) 1165 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:29:45.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:44 smithi145 bash[29583]: cluster 2023-11-16T02:29:43.864110+0000 mgr.smithi096.ejdhsd (mgr.14182) 1166 : cluster [DBG] pgmap v784: 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-16T02:29:45.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:46.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:45 smithi096 bash[25928]: audit 2023-11-16T02:29:44.557801+0000 mgr.smithi096.ejdhsd (mgr.14182) 1167 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:46.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:45 smithi096 bash[25928]: cluster 2023-11-16T02:29:44.809859+0000 mon.smithi096 (mon.0) 965 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:29:46.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:45 smithi096 bash[25928]: audit 2023-11-16T02:29:45.198168+0000 mon.smithi096 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:46.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:45 smithi145 bash[29583]: audit 2023-11-16T02:29:44.557801+0000 mgr.smithi096.ejdhsd (mgr.14182) 1167 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:45 smithi145 bash[29583]: cluster 2023-11-16T02:29:44.809859+0000 mon.smithi096 (mon.0) 965 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:29:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:45 smithi145 bash[29583]: audit 2023-11-16T02:29:45.198168+0000 mon.smithi096 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:46.266 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:47.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:46 smithi145 bash[29583]: cluster 2023-11-16T02:29:45.865737+0000 mgr.smithi096.ejdhsd (mgr.14182) 1168 : cluster [DBG] pgmap v785: 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-16T02:29:47.172 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:46 smithi096 bash[25928]: cluster 2023-11-16T02:29:45.865737+0000 mgr.smithi096.ejdhsd (mgr.14182) 1168 : cluster [DBG] pgmap v785: 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-16T02:29:48.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:47 smithi096 bash[25928]: cluster 2023-11-16T02:29:47.866724+0000 mgr.smithi096.ejdhsd (mgr.14182) 1169 : cluster [DBG] pgmap v786: 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-16T02:29:48.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:47 smithi145 bash[29583]: cluster 2023-11-16T02:29:47.866724+0000 mgr.smithi096.ejdhsd (mgr.14182) 1169 : cluster [DBG] pgmap v786: 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-16T02:29:49.577 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:49.577 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:50.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:50.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:49 smithi096 bash[25928]: audit 2023-11-16T02:29:49.564450+0000 mgr.smithi096.ejdhsd (mgr.14182) 1170 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:50.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:49 smithi096 bash[25928]: cluster 2023-11-16T02:29:49.868935+0000 mgr.smithi096.ejdhsd (mgr.14182) 1171 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-16T02:29:50.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:49 smithi145 bash[29583]: audit 2023-11-16T02:29:49.564450+0000 mgr.smithi096.ejdhsd (mgr.14182) 1170 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:50.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:49 smithi145 bash[29583]: cluster 2023-11-16T02:29:49.868935+0000 mgr.smithi096.ejdhsd (mgr.14182) 1171 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-16T02:29:51.194 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:52.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:51 smithi145 bash[29583]: cluster 2023-11-16T02:29:51.870050+0000 mgr.smithi096.ejdhsd (mgr.14182) 1172 : cluster [DBG] pgmap v788: 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-16T02:29:52.321 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:51 smithi096 bash[25928]: cluster 2023-11-16T02:29:51.870050+0000 mgr.smithi096.ejdhsd (mgr.14182) 1172 : cluster [DBG] pgmap v788: 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-16T02:29:53.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:53 smithi096 bash[25928]: audit 2023-11-16T02:29:52.286811+0000 mon.smithi096 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:53.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:53 smithi145 bash[29583]: audit 2023-11-16T02:29:52.286811+0000 mon.smithi096 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:29:54.379 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:54.380 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:54.590 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:54 smithi096 bash[25928]: cluster 2023-11-16T02:29:53.871826+0000 mgr.smithi096.ejdhsd (mgr.14182) 1173 : cluster [DBG] pgmap v789: 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-16T02:29:54.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:54 smithi145 bash[29583]: cluster 2023-11-16T02:29:53.871826+0000 mgr.smithi096.ejdhsd (mgr.14182) 1173 : cluster [DBG] pgmap v789: 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-16T02:29:55.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:29:55.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:55 smithi096 bash[25928]: audit 2023-11-16T02:29:54.375243+0000 mgr.smithi096.ejdhsd (mgr.14182) 1174 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:55.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:55 smithi145 bash[29583]: audit 2023-11-16T02:29:54.375243+0000 mgr.smithi096.ejdhsd (mgr.14182) 1174 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:29:56.070 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:29:56.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:56 smithi145 bash[29583]: cluster 2023-11-16T02:29:55.873641+0000 mgr.smithi096.ejdhsd (mgr.14182) 1175 : 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-16T02:29:56.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:56 smithi096 bash[25928]: cluster 2023-11-16T02:29:55.873641+0000 mgr.smithi096.ejdhsd (mgr.14182) 1175 : 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-16T02:29:58.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:57 smithi096 bash[25928]: cluster 2023-11-16T02:29:57.875111+0000 mgr.smithi096.ejdhsd (mgr.14182) 1176 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:29:58.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:57 smithi145 bash[29583]: cluster 2023-11-16T02:29:57.875111+0000 mgr.smithi096.ejdhsd (mgr.14182) 1176 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:29:59.340 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:29:59.341 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:29:59.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:00.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:59 smithi096 bash[25928]: audit 2023-11-16T02:29:59.329337+0000 mgr.smithi096.ejdhsd (mgr.14182) 1177 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:00.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:29:59 smithi096 bash[25928]: cluster 2023-11-16T02:29:59.876766+0000 mgr.smithi096.ejdhsd (mgr.14182) 1178 : cluster [DBG] pgmap v792: 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-16T02:30:00.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:59 smithi145 bash[29583]: audit 2023-11-16T02:29:59.329337+0000 mgr.smithi096.ejdhsd (mgr.14182) 1177 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:00.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:29:59 smithi145 bash[29583]: cluster 2023-11-16T02:29:59.876766+0000 mgr.smithi096.ejdhsd (mgr.14182) 1178 : cluster [DBG] pgmap v792: 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-16T02:30:00.942 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:01.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:00 smithi096 bash[25928]: cluster 2023-11-16T02:30:00.000127+0000 mon.smithi096 (mon.0) 968 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-16T02:30:01.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:00 smithi145 bash[29583]: cluster 2023-11-16T02:30:00.000127+0000 mon.smithi096 (mon.0) 968 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-16T02:30:02.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:01 smithi145 bash[29583]: cluster 2023-11-16T02:30:01.878253+0000 mgr.smithi096.ejdhsd (mgr.14182) 1179 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:02.253 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:01 smithi096 bash[25928]: cluster 2023-11-16T02:30:01.878253+0000 mgr.smithi096.ejdhsd (mgr.14182) 1179 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:04.018 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:04.018 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:04.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:03 smithi096 bash[25928]: cluster 2023-11-16T02:30:03.879664+0000 mgr.smithi096.ejdhsd (mgr.14182) 1180 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:04.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:03 smithi145 bash[29583]: cluster 2023-11-16T02:30:03.879664+0000 mgr.smithi096.ejdhsd (mgr.14182) 1180 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:04.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:05.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:04 smithi096 bash[25928]: audit 2023-11-16T02:30:04.004199+0000 mgr.smithi096.ejdhsd (mgr.14182) 1181 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:04 smithi145 bash[29583]: audit 2023-11-16T02:30:04.004199+0000 mgr.smithi096.ejdhsd (mgr.14182) 1181 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:05.714 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:06.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:06 smithi145 bash[29583]: cluster 2023-11-16T02:30:05.881000+0000 mgr.smithi096.ejdhsd (mgr.14182) 1182 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:06.768 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:06 smithi096 bash[25928]: cluster 2023-11-16T02:30:05.881000+0000 mgr.smithi096.ejdhsd (mgr.14182) 1182 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:08.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:07 smithi096 bash[25928]: cluster 2023-11-16T02:30:07.882531+0000 mgr.smithi096.ejdhsd (mgr.14182) 1183 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:08.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:07 smithi145 bash[29583]: cluster 2023-11-16T02:30:07.882531+0000 mgr.smithi096.ejdhsd (mgr.14182) 1183 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:08.867 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:08.867 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:09.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:08 smithi096 bash[25928]: audit 2023-11-16T02:30:08.862880+0000 mgr.smithi096.ejdhsd (mgr.14182) 1184 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:09.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:08 smithi145 bash[29583]: audit 2023-11-16T02:30:08.862880+0000 mgr.smithi096.ejdhsd (mgr.14182) 1184 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:09.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:10.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:09 smithi096 bash[25928]: cluster 2023-11-16T02:30:09.884128+0000 mgr.smithi096.ejdhsd (mgr.14182) 1185 : cluster [DBG] pgmap v797: 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-16T02:30:10.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:09 smithi145 bash[29583]: cluster 2023-11-16T02:30:09.884128+0000 mgr.smithi096.ejdhsd (mgr.14182) 1185 : cluster [DBG] pgmap v797: 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-16T02:30:10.526 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:12.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:11 smithi145 bash[29583]: cluster 2023-11-16T02:30:11.885624+0000 mgr.smithi096.ejdhsd (mgr.14182) 1186 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:12.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:11 smithi096 bash[25928]: cluster 2023-11-16T02:30:11.885624+0000 mgr.smithi096.ejdhsd (mgr.14182) 1186 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:13.697 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:13.698 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:14.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:13 smithi096 bash[25928]: audit 2023-11-16T02:30:13.688372+0000 mgr.smithi096.ejdhsd (mgr.14182) 1187 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:14.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:13 smithi096 bash[25928]: cluster 2023-11-16T02:30:13.886941+0000 mgr.smithi096.ejdhsd (mgr.14182) 1188 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:14.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:14.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:13 smithi145 bash[29583]: audit 2023-11-16T02:30:13.688372+0000 mgr.smithi096.ejdhsd (mgr.14182) 1187 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:14.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:13 smithi145 bash[29583]: cluster 2023-11-16T02:30:13.886941+0000 mgr.smithi096.ejdhsd (mgr.14182) 1188 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:15.369 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:16.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:16 smithi145 bash[29583]: cluster 2023-11-16T02:30:15.888693+0000 mgr.smithi096.ejdhsd (mgr.14182) 1189 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:16.682 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:16 smithi096 bash[25928]: cluster 2023-11-16T02:30:15.888693+0000 mgr.smithi096.ejdhsd (mgr.14182) 1189 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:30:18.259 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:17 smithi096 bash[25928]: cluster 2023-11-16T02:30:17.890187+0000 mgr.smithi096.ejdhsd (mgr.14182) 1190 : 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-16T02:30:18.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:17 smithi145 bash[29583]: cluster 2023-11-16T02:30:17.890187+0000 mgr.smithi096.ejdhsd (mgr.14182) 1190 : 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-16T02:30:18.687 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:18.687 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:19.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:18 smithi096 bash[25928]: audit 2023-11-16T02:30:18.675227+0000 mgr.smithi096.ejdhsd (mgr.14182) 1191 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:19.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:19.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:18 smithi145 bash[29583]: audit 2023-11-16T02:30:18.675227+0000 mgr.smithi096.ejdhsd (mgr.14182) 1191 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:20.337 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:20.347 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:19 smithi096 bash[25928]: cluster 2023-11-16T02:30:19.891798+0000 mgr.smithi096.ejdhsd (mgr.14182) 1192 : 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-16T02:30:20.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:19 smithi145 bash[29583]: cluster 2023-11-16T02:30:19.891798+0000 mgr.smithi096.ejdhsd (mgr.14182) 1192 : 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-16T02:30:22.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:21 smithi096 bash[25928]: cluster 2023-11-16T02:30:21.893107+0000 mgr.smithi096.ejdhsd (mgr.14182) 1193 : 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-16T02:30:22.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:21 smithi145 bash[29583]: cluster 2023-11-16T02:30:21.893107+0000 mgr.smithi096.ejdhsd (mgr.14182) 1193 : 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-16T02:30:23.561 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:23.561 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:24.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:24.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:23 smithi096 bash[25928]: audit 2023-11-16T02:30:23.556643+0000 mgr.smithi096.ejdhsd (mgr.14182) 1194 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:24.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:23 smithi096 bash[25928]: cluster 2023-11-16T02:30:23.894876+0000 mgr.smithi096.ejdhsd (mgr.14182) 1195 : 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-16T02:30:24.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:23 smithi145 bash[29583]: audit 2023-11-16T02:30:23.556643+0000 mgr.smithi096.ejdhsd (mgr.14182) 1194 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:24.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:23 smithi145 bash[29583]: cluster 2023-11-16T02:30:23.894876+0000 mgr.smithi096.ejdhsd (mgr.14182) 1195 : 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-16T02:30:25.164 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:26.554 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:26 smithi096 bash[25928]: cluster 2023-11-16T02:30:25.896729+0000 mgr.smithi096.ejdhsd (mgr.14182) 1196 : 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-16T02:30:26.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:26 smithi145 bash[29583]: cluster 2023-11-16T02:30:25.896729+0000 mgr.smithi096.ejdhsd (mgr.14182) 1196 : 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-16T02:30:28.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:27 smithi096 bash[25928]: cluster 2023-11-16T02:30:27.897818+0000 mgr.smithi096.ejdhsd (mgr.14182) 1197 : 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-16T02:30:28.219 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:28.219 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:28.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:27 smithi145 bash[29583]: cluster 2023-11-16T02:30:27.897818+0000 mgr.smithi096.ejdhsd (mgr.14182) 1197 : 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-16T02:30:28.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:29.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:28 smithi096 bash[25928]: audit 2023-11-16T02:30:28.207538+0000 mgr.smithi096.ejdhsd (mgr.14182) 1198 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:29.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:28 smithi145 bash[29583]: audit 2023-11-16T02:30:28.207538+0000 mgr.smithi096.ejdhsd (mgr.14182) 1198 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:29.865 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:30.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:29 smithi096 bash[25928]: cluster 2023-11-16T02:30:29.899003+0000 mgr.smithi096.ejdhsd (mgr.14182) 1199 : 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-16T02:30:30.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:29 smithi145 bash[29583]: cluster 2023-11-16T02:30:29.899003+0000 mgr.smithi096.ejdhsd (mgr.14182) 1199 : 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-16T02:30:32.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:31 smithi145 bash[29583]: cluster 2023-11-16T02:30:31.900454+0000 mgr.smithi096.ejdhsd (mgr.14182) 1200 : 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-16T02:30:32.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:31 smithi096 bash[25928]: cluster 2023-11-16T02:30:31.900454+0000 mgr.smithi096.ejdhsd (mgr.14182) 1200 : 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-16T02:30:33.095 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:33.096 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:33.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:34.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:33 smithi096 bash[25928]: audit 2023-11-16T02:30:33.085702+0000 mgr.smithi096.ejdhsd (mgr.14182) 1201 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:34.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:33 smithi096 bash[25928]: cluster 2023-11-16T02:30:33.902211+0000 mgr.smithi096.ejdhsd (mgr.14182) 1202 : 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-16T02:30:34.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:33 smithi145 bash[29583]: audit 2023-11-16T02:30:33.085702+0000 mgr.smithi096.ejdhsd (mgr.14182) 1201 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:34.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:33 smithi145 bash[29583]: cluster 2023-11-16T02:30:33.902211+0000 mgr.smithi096.ejdhsd (mgr.14182) 1202 : 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-16T02:30:34.757 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:36.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:36 smithi145 bash[29583]: cluster 2023-11-16T02:30:35.904703+0000 mgr.smithi096.ejdhsd (mgr.14182) 1203 : 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-16T02:30:36.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:36 smithi096 bash[25928]: cluster 2023-11-16T02:30:35.904703+0000 mgr.smithi096.ejdhsd (mgr.14182) 1203 : 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-16T02:30:37.917 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:37.917 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:38.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:39.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:38 smithi096 bash[25928]: cluster 2023-11-16T02:30:37.906309+0000 mgr.smithi096.ejdhsd (mgr.14182) 1204 : 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-16T02:30:39.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:38 smithi096 bash[25928]: audit 2023-11-16T02:30:37.912076+0000 mgr.smithi096.ejdhsd (mgr.14182) 1205 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:39.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:38 smithi145 bash[29583]: cluster 2023-11-16T02:30:37.906309+0000 mgr.smithi096.ejdhsd (mgr.14182) 1204 : 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-16T02:30:39.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:38 smithi145 bash[29583]: audit 2023-11-16T02:30:37.912076+0000 mgr.smithi096.ejdhsd (mgr.14182) 1205 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:39.528 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:41.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:41 smithi145 bash[29583]: cluster 2023-11-16T02:30:39.908111+0000 mgr.smithi096.ejdhsd (mgr.14182) 1206 : 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-16T02:30:41.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:41 smithi096 bash[25928]: cluster 2023-11-16T02:30:39.908111+0000 mgr.smithi096.ejdhsd (mgr.14182) 1206 : 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-16T02:30:42.739 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:42.739 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:43.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:43.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:43 smithi145 bash[29583]: cluster 2023-11-16T02:30:41.909641+0000 mgr.smithi096.ejdhsd (mgr.14182) 1207 : 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-16T02:30:43.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:43 smithi145 bash[29583]: audit 2023-11-16T02:30:42.727319+0000 mgr.smithi096.ejdhsd (mgr.14182) 1208 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:43.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:43 smithi096 bash[25928]: cluster 2023-11-16T02:30:41.909641+0000 mgr.smithi096.ejdhsd (mgr.14182) 1207 : 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-16T02:30:43.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:43 smithi096 bash[25928]: audit 2023-11-16T02:30:42.727319+0000 mgr.smithi096.ejdhsd (mgr.14182) 1208 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:44.399 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:44.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:44 smithi145 bash[29583]: audit 2023-11-16T02:30:43.866291+0000 mon.smithi096 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:30:44.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:44 smithi145 bash[29583]: audit 2023-11-16T02:30:44.175560+0000 mon.smithi096 (mon.0) 970 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:30:44.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:44 smithi145 bash[29583]: audit 2023-11-16T02:30:44.177185+0000 mon.smithi096 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:30:44.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:44 smithi145 bash[29583]: audit 2023-11-16T02:30:44.186545+0000 mon.smithi096 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:30:44.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:44 smithi145 bash[29583]: audit 2023-11-16T02:30:44.195888+0000 mon.smithi096 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:30:44.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:44 smithi145 bash[29583]: audit 2023-11-16T02:30:44.210769+0000 mon.smithi096 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:30:44.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:44 smithi096 bash[25928]: audit 2023-11-16T02:30:43.866291+0000 mon.smithi096 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:30:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:44 smithi096 bash[25928]: audit 2023-11-16T02:30:44.175560+0000 mon.smithi096 (mon.0) 970 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:30:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:44 smithi096 bash[25928]: audit 2023-11-16T02:30:44.177185+0000 mon.smithi096 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:30:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:44 smithi096 bash[25928]: audit 2023-11-16T02:30:44.186545+0000 mon.smithi096 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:30:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:44 smithi096 bash[25928]: audit 2023-11-16T02:30:44.195888+0000 mon.smithi096 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:30:44.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:44 smithi096 bash[25928]: audit 2023-11-16T02:30:44.210769+0000 mon.smithi096 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:30:45.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:45 smithi145 bash[29583]: cluster 2023-11-16T02:30:43.911378+0000 mgr.smithi096.ejdhsd (mgr.14182) 1209 : 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-16T02:30:45.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:45 smithi145 bash[29583]: cluster 2023-11-16T02:30:44.187442+0000 mgr.smithi096.ejdhsd (mgr.14182) 1210 : cluster [DBG] pgmap v815: 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-16T02:30:45.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:45 smithi145 bash[29583]: cephadm 2023-11-16T02:30:44.216490+0000 mgr.smithi096.ejdhsd (mgr.14182) 1211 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.pcknqa on smithi145 2023-11-16T02:30:45.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:45 smithi145 bash[29583]: cluster 2023-11-16T02:30:44.400194+0000 mon.smithi096 (mon.0) 975 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:30:45.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:45 smithi145 bash[29583]: cluster 2023-11-16T02:30:44.400255+0000 mon.smithi096 (mon.0) 976 : cluster [INF] Cluster is now healthy 2023-11-16T02:30:45.736 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:45 smithi096 bash[25928]: cluster 2023-11-16T02:30:43.911378+0000 mgr.smithi096.ejdhsd (mgr.14182) 1209 : 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-16T02:30:45.737 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:45 smithi096 bash[25928]: cluster 2023-11-16T02:30:44.187442+0000 mgr.smithi096.ejdhsd (mgr.14182) 1210 : cluster [DBG] pgmap v815: 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-16T02:30:45.737 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:45 smithi096 bash[25928]: cephadm 2023-11-16T02:30:44.216490+0000 mgr.smithi096.ejdhsd (mgr.14182) 1211 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.pcknqa on smithi145 2023-11-16T02:30:45.737 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:45 smithi096 bash[25928]: cluster 2023-11-16T02:30:44.400194+0000 mon.smithi096 (mon.0) 975 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:30:45.737 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:45 smithi096 bash[25928]: cluster 2023-11-16T02:30:44.400255+0000 mon.smithi096 (mon.0) 976 : cluster [INF] Cluster is now healthy 2023-11-16T02:30:47.466 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:47.466 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:28:35.419240Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xmxcly on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:39.595897Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.opfpdw on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-opfpdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.opfpdw\nDeploy daemon haproxy.nfs.foo.smithi145.opfpdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.859466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.lanogb on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-lanogb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.lanogb\nDeploy daemon haproxy.nfs.foo.smithi096.lanogb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:29:43.861288Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.yxrbvm on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:47.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:47 smithi096 bash[25928]: cluster 2023-11-16T02:30:46.188992+0000 mgr.smithi096.ejdhsd (mgr.14182) 1212 : cluster [DBG] pgmap v816: 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-16T02:30:47.915 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:47 smithi145 bash[29583]: cluster 2023-11-16T02:30:46.188992+0000 mgr.smithi096.ejdhsd (mgr.14182) 1212 : cluster [DBG] pgmap v816: 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-16T02:30:48.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:48.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:48 smithi096 bash[25928]: audit 2023-11-16T02:30:47.454369+0000 mgr.smithi096.ejdhsd (mgr.14182) 1213 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:48.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:48 smithi096 bash[25928]: audit 2023-11-16T02:30:47.996802+0000 mon.smithi096 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.pcknqa"}]: dispatch 2023-11-16T02:30:48.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:48 smithi145 bash[29583]: audit 2023-11-16T02:30:47.454369+0000 mgr.smithi096.ejdhsd (mgr.14182) 1213 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:48.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:48 smithi145 bash[29583]: audit 2023-11-16T02:30:47.996802+0000 mon.smithi096 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.pcknqa"}]: dispatch 2023-11-16T02:30:49.087 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: cephadm 2023-11-16T02:30:47.995502+0000 mgr.smithi096.ejdhsd (mgr.14182) 1214 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.pcknqa ... 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:30:49.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.pcknqa ... 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: cephadm 2023-11-16T02:30:47.996067+0000 mgr.smithi096.ejdhsd (mgr.14182) 1215 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: cephadm 2023-11-16T02:30:47.998682+0000 mgr.smithi096.ejdhsd (mgr.14182) 1216 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.pcknqa ... 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: cephadm 2023-11-16T02:30:48.003891+0000 mgr.smithi096.ejdhsd (mgr.14182) 1217 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.dmfgew on smithi096 2023-11-16T02:30:49.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:49 smithi096 bash[25928]: cluster 2023-11-16T02:30:48.189701+0000 mgr.smithi096.ejdhsd (mgr.14182) 1218 : cluster [DBG] pgmap v817: 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-16T02:30:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: cephadm 2023-11-16T02:30:47.995502+0000 mgr.smithi096.ejdhsd (mgr.14182) 1214 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.pcknqa ... 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:30:49.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.pcknqa ... 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: cephadm 2023-11-16T02:30:47.996067+0000 mgr.smithi096.ejdhsd (mgr.14182) 1215 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: cephadm 2023-11-16T02:30:47.998682+0000 mgr.smithi096.ejdhsd (mgr.14182) 1216 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.pcknqa ... 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:49.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: cephadm 2023-11-16T02:30:48.003891+0000 mgr.smithi096.ejdhsd (mgr.14182) 1217 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.dmfgew on smithi096 2023-11-16T02:30:49.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:49 smithi145 bash[29583]: cluster 2023-11-16T02:30:48.189701+0000 mgr.smithi096.ejdhsd (mgr.14182) 1218 : cluster [DBG] pgmap v817: 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-16T02:30:51.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:51 smithi096 bash[25928]: cluster 2023-11-16T02:30:50.191175+0000 mgr.smithi096.ejdhsd (mgr.14182) 1219 : cluster [DBG] pgmap v818: 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-16T02:30:51.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:51 smithi145 bash[29583]: cluster 2023-11-16T02:30:50.191175+0000 mgr.smithi096.ejdhsd (mgr.14182) 1219 : cluster [DBG] pgmap v818: 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-16T02:30:52.487 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:52.488 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:52.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:52 smithi096 bash[25928]: audit 2023-11-16T02:30:51.952477+0000 mon.smithi096 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.dmfgew"}]: dispatch 2023-11-16T02:30:52.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:52 smithi096 bash[25928]: audit 2023-11-16T02:30:52.290827+0000 mon.smithi096 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:30:52.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:52 smithi145 bash[29583]: audit 2023-11-16T02:30:51.952477+0000 mon.smithi096 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.dmfgew"}]: dispatch 2023-11-16T02:30:52.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:52 smithi145 bash[29583]: audit 2023-11-16T02:30:52.290827+0000 mon.smithi096 (mon.0) 979 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:30:53.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:53.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: cephadm 2023-11-16T02:30:51.951320+0000 mgr.smithi096.ejdhsd (mgr.14182) 1220 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:53.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.dmfgew ... 2023-11-16T02:30:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:53.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:53.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.dmfgew ... 2023-11-16T02:30:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: cephadm 2023-11-16T02:30:51.951788+0000 mgr.smithi096.ejdhsd (mgr.14182) 1221 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: cephadm 2023-11-16T02:30:51.953901+0000 mgr.smithi096.ejdhsd (mgr.14182) 1222 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:53.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:30:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.dmfgew ... 2023-11-16T02:30:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:53.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:53.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:53.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: cephadm 2023-11-16T02:30:51.957910+0000 mgr.smithi096.ejdhsd (mgr.14182) 1223 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:30:53.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: cephadm 2023-11-16T02:30:51.960330+0000 mgr.smithi096.ejdhsd (mgr.14182) 1224 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:30:53.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: cluster 2023-11-16T02:30:51.961521+0000 mgr.smithi096.ejdhsd (mgr.14182) 1225 : cluster [DBG] pgmap v819: 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-16T02:30:53.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: cluster 2023-11-16T02:30:52.437219+0000 mon.smithi096 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:30:53.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:53 smithi096 bash[25928]: audit 2023-11-16T02:30:52.483629+0000 mgr.smithi096.ejdhsd (mgr.14182) 1226 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: cephadm 2023-11-16T02:30:51.951320+0000 mgr.smithi096.ejdhsd (mgr.14182) 1220 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:53.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.dmfgew ... 2023-11-16T02:30:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:30:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:30:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:30:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:30:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:30:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:53.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:53.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.dmfgew ... 2023-11-16T02:30:53.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:53.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:53.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:53.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: cephadm 2023-11-16T02:30:51.951788+0000 mgr.smithi096.ejdhsd (mgr.14182) 1221 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: cephadm 2023-11-16T02:30:51.953901+0000 mgr.smithi096.ejdhsd (mgr.14182) 1222 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:53.928 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew 2023-11-16T02:30:53.928 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.928 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:30:53.928 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew 2023-11-16T02:30:53.928 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.dmfgew ... 2023-11-16T02:30:53.929 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.929 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:30:53.929 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:30:53.929 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:30:53.929 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:30:53.929 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: cephadm 2023-11-16T02:30:51.957910+0000 mgr.smithi096.ejdhsd (mgr.14182) 1223 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:30:53.930 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: cephadm 2023-11-16T02:30:51.960330+0000 mgr.smithi096.ejdhsd (mgr.14182) 1224 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:30:53.931 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: cluster 2023-11-16T02:30:51.961521+0000 mgr.smithi096.ejdhsd (mgr.14182) 1225 : cluster [DBG] pgmap v819: 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-16T02:30:53.931 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: cluster 2023-11-16T02:30:52.437219+0000 mon.smithi096 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:30:53.931 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:53 smithi145 bash[29583]: audit 2023-11-16T02:30:52.483629+0000 mgr.smithi096.ejdhsd (mgr.14182) 1226 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:54.178 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:55.659 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:55 smithi096 bash[25928]: cluster 2023-11-16T02:30:53.963220+0000 mgr.smithi096.ejdhsd (mgr.14182) 1227 : cluster [DBG] pgmap v820: 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-16T02:30:55.659 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:55 smithi096 bash[25928]: audit 2023-11-16T02:30:55.258848+0000 mon.smithi096 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:30:55.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:55 smithi145 bash[29583]: cluster 2023-11-16T02:30:53.963220+0000 mgr.smithi096.ejdhsd (mgr.14182) 1227 : cluster [DBG] pgmap v820: 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-16T02:30:55.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:55 smithi145 bash[29583]: audit 2023-11-16T02:30:55.258848+0000 mon.smithi096 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:30:57.377 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:30:57.377 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:30:57.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:57 smithi096 bash[25928]: cluster 2023-11-16T02:30:55.965200+0000 mgr.smithi096.ejdhsd (mgr.14182) 1228 : cluster [DBG] pgmap v821: 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-16T02:30:57.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:57 smithi145 bash[29583]: cluster 2023-11-16T02:30:55.965200+0000 mgr.smithi096.ejdhsd (mgr.14182) 1228 : cluster [DBG] pgmap v821: 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-16T02:30:58.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:30:58.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:58 smithi096 bash[25928]: audit 2023-11-16T02:30:57.366405+0000 mgr.smithi096.ejdhsd (mgr.14182) 1229 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:58.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:58 smithi145 bash[29583]: audit 2023-11-16T02:30:57.366405+0000 mgr.smithi096.ejdhsd (mgr.14182) 1229 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:30:59.014 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:30:59.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:30:59 smithi096 bash[25928]: cluster 2023-11-16T02:30:57.966562+0000 mgr.smithi096.ejdhsd (mgr.14182) 1230 : cluster [DBG] pgmap v822: 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-16T02:30:59.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:30:59 smithi145 bash[29583]: cluster 2023-11-16T02:30:57.966562+0000 mgr.smithi096.ejdhsd (mgr.14182) 1230 : cluster [DBG] pgmap v822: 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-16T02:31:01.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:01 smithi096 bash[25928]: cluster 2023-11-16T02:30:59.968071+0000 mgr.smithi096.ejdhsd (mgr.14182) 1231 : cluster [DBG] pgmap v823: 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-16T02:31:01.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:01 smithi145 bash[29583]: cluster 2023-11-16T02:30:59.968071+0000 mgr.smithi096.ejdhsd (mgr.14182) 1231 : cluster [DBG] pgmap v823: 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-16T02:31:02.473 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:02.473 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:03.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:03.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:03 smithi096 bash[25928]: cluster 2023-11-16T02:31:01.969530+0000 mgr.smithi096.ejdhsd (mgr.14182) 1232 : cluster [DBG] pgmap v824: 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-16T02:31:03.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:03 smithi096 bash[25928]: audit 2023-11-16T02:31:02.463105+0000 mgr.smithi096.ejdhsd (mgr.14182) 1233 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:03.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:03 smithi145 bash[29583]: cluster 2023-11-16T02:31:01.969530+0000 mgr.smithi096.ejdhsd (mgr.14182) 1232 : cluster [DBG] pgmap v824: 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-16T02:31:03.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:03 smithi145 bash[29583]: audit 2023-11-16T02:31:02.463105+0000 mgr.smithi096.ejdhsd (mgr.14182) 1233 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:04.128 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:05.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:05 smithi096 bash[25928]: cluster 2023-11-16T02:31:03.971252+0000 mgr.smithi096.ejdhsd (mgr.14182) 1234 : 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-16T02:31:05.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:05 smithi145 bash[29583]: cluster 2023-11-16T02:31:03.971252+0000 mgr.smithi096.ejdhsd (mgr.14182) 1234 : 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-16T02:31:07.407 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:07.407 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:07.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:07 smithi096 bash[25928]: cluster 2023-11-16T02:31:05.973162+0000 mgr.smithi096.ejdhsd (mgr.14182) 1235 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:07.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:07 smithi096 bash[25928]: audit 2023-11-16T02:31:07.288331+0000 mon.smithi096 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:31:07.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:07 smithi145 bash[29583]: cluster 2023-11-16T02:31:05.973162+0000 mgr.smithi096.ejdhsd (mgr.14182) 1235 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:07.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:07 smithi145 bash[29583]: audit 2023-11-16T02:31:07.288331+0000 mon.smithi096 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:31:08.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:08.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:08 smithi096 bash[25928]: audit 2023-11-16T02:31:07.397881+0000 mgr.smithi096.ejdhsd (mgr.14182) 1236 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:08.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:08 smithi145 bash[29583]: audit 2023-11-16T02:31:07.397881+0000 mgr.smithi096.ejdhsd (mgr.14182) 1236 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:09.005 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:09.910 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:09 smithi096 bash[25928]: cluster 2023-11-16T02:31:07.975163+0000 mgr.smithi096.ejdhsd (mgr.14182) 1237 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:09.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:09 smithi145 bash[29583]: cluster 2023-11-16T02:31:07.975163+0000 mgr.smithi096.ejdhsd (mgr.14182) 1237 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:11.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:11 smithi096 bash[25928]: cluster 2023-11-16T02:31:09.976876+0000 mgr.smithi096.ejdhsd (mgr.14182) 1238 : cluster [DBG] pgmap v828: 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-16T02:31:11.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:11 smithi145 bash[29583]: cluster 2023-11-16T02:31:09.976876+0000 mgr.smithi096.ejdhsd (mgr.14182) 1238 : cluster [DBG] pgmap v828: 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-16T02:31:12.302 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:12.302 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:12.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:13.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:13 smithi096 bash[25928]: cluster 2023-11-16T02:31:11.978254+0000 mgr.smithi096.ejdhsd (mgr.14182) 1239 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:13.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:13 smithi096 bash[25928]: audit 2023-11-16T02:31:12.292293+0000 mgr.smithi096.ejdhsd (mgr.14182) 1240 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:13.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:13 smithi145 bash[29583]: cluster 2023-11-16T02:31:11.978254+0000 mgr.smithi096.ejdhsd (mgr.14182) 1239 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:13.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:13 smithi145 bash[29583]: audit 2023-11-16T02:31:12.292293+0000 mgr.smithi096.ejdhsd (mgr.14182) 1240 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:13.932 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:15.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:15 smithi096 bash[25928]: cluster 2023-11-16T02:31:13.979719+0000 mgr.smithi096.ejdhsd (mgr.14182) 1241 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:15.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:15 smithi145 bash[29583]: cluster 2023-11-16T02:31:13.979719+0000 mgr.smithi096.ejdhsd (mgr.14182) 1241 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:17.255 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:17.255 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:17.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:17 smithi096 bash[25928]: cluster 2023-11-16T02:31:15.981627+0000 mgr.smithi096.ejdhsd (mgr.14182) 1242 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:17.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:17 smithi145 bash[29583]: cluster 2023-11-16T02:31:15.981627+0000 mgr.smithi096.ejdhsd (mgr.14182) 1242 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:18.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:18 smithi096 bash[25928]: audit 2023-11-16T02:31:17.242452+0000 mgr.smithi096.ejdhsd (mgr.14182) 1243 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:18.873 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:18.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:18 smithi145 bash[29583]: audit 2023-11-16T02:31:17.242452+0000 mgr.smithi096.ejdhsd (mgr.14182) 1243 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:19.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:19 smithi096 bash[25928]: cluster 2023-11-16T02:31:17.983188+0000 mgr.smithi096.ejdhsd (mgr.14182) 1244 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:19.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:19 smithi145 bash[29583]: cluster 2023-11-16T02:31:17.983188+0000 mgr.smithi096.ejdhsd (mgr.14182) 1244 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:21.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:21 smithi096 bash[25928]: cluster 2023-11-16T02:31:19.984782+0000 mgr.smithi096.ejdhsd (mgr.14182) 1245 : cluster [DBG] pgmap v833: 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-16T02:31:21.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:21 smithi145 bash[29583]: cluster 2023-11-16T02:31:19.984782+0000 mgr.smithi096.ejdhsd (mgr.14182) 1245 : cluster [DBG] pgmap v833: 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-16T02:31:22.054 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:22.054 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:22.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:23.694 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:23.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:23 smithi096 bash[25928]: cluster 2023-11-16T02:31:21.986151+0000 mgr.smithi096.ejdhsd (mgr.14182) 1246 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:23.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:23 smithi096 bash[25928]: audit 2023-11-16T02:31:22.044352+0000 mgr.smithi096.ejdhsd (mgr.14182) 1247 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:23.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:23 smithi145 bash[29583]: cluster 2023-11-16T02:31:21.986151+0000 mgr.smithi096.ejdhsd (mgr.14182) 1246 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:23.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:23 smithi145 bash[29583]: audit 2023-11-16T02:31:22.044352+0000 mgr.smithi096.ejdhsd (mgr.14182) 1247 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:25.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:25 smithi096 bash[25928]: cluster 2023-11-16T02:31:23.987884+0000 mgr.smithi096.ejdhsd (mgr.14182) 1248 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:25.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:25 smithi145 bash[29583]: cluster 2023-11-16T02:31:23.987884+0000 mgr.smithi096.ejdhsd (mgr.14182) 1248 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:31:26.897 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:26.897 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:27.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:34.712 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:27 smithi145 bash[29583]: cluster 2023-11-16T02:31:25.989803+0000 mgr.smithi096.ejdhsd (mgr.14182) 1249 : 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-16T02:31:34.713 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:27 smithi145 bash[29583]: audit 2023-11-16T02:31:26.886525+0000 mgr.smithi096.ejdhsd (mgr.14182) 1250 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:34.747 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:29 smithi145 bash[29583]: cluster 2023-11-16T02:31:27.991429+0000 mgr.smithi096.ejdhsd (mgr.14182) 1251 : 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-16T02:31:34.747 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:31 smithi145 bash[29583]: cluster 2023-11-16T02:31:29.993193+0000 mgr.smithi096.ejdhsd (mgr.14182) 1252 : 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-16T02:31:34.747 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:33 smithi145 bash[29583]: cluster 2023-11-16T02:31:31.994827+0000 mgr.smithi096.ejdhsd (mgr.14182) 1253 : 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-16T02:31:34.747 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:27 smithi096 bash[25928]: cluster 2023-11-16T02:31:25.989803+0000 mgr.smithi096.ejdhsd (mgr.14182) 1249 : 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-16T02:31:34.747 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:27 smithi096 bash[25928]: audit 2023-11-16T02:31:26.886525+0000 mgr.smithi096.ejdhsd (mgr.14182) 1250 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:34.747 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:29 smithi096 bash[25928]: cluster 2023-11-16T02:31:27.991429+0000 mgr.smithi096.ejdhsd (mgr.14182) 1251 : 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-16T02:31:34.747 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:31 smithi096 bash[25928]: cluster 2023-11-16T02:31:29.993193+0000 mgr.smithi096.ejdhsd (mgr.14182) 1252 : 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-16T02:31:34.747 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:33 smithi096 bash[25928]: cluster 2023-11-16T02:31:31.994827+0000 mgr.smithi096.ejdhsd (mgr.14182) 1253 : 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-16T02:31:35.712 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:35.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:35 smithi096 bash[25928]: cluster 2023-11-16T02:31:33.996612+0000 mgr.smithi096.ejdhsd (mgr.14182) 1254 : 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-16T02:31:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:35 smithi145 bash[29583]: cluster 2023-11-16T02:31:33.996612+0000 mgr.smithi096.ejdhsd (mgr.14182) 1254 : 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-16T02:31:37.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:37 smithi096 bash[25928]: cluster 2023-11-16T02:31:35.998433+0000 mgr.smithi096.ejdhsd (mgr.14182) 1255 : 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-16T02:31:37.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:37 smithi145 bash[29583]: cluster 2023-11-16T02:31:35.998433+0000 mgr.smithi096.ejdhsd (mgr.14182) 1255 : 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-16T02:31:38.914 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:38.914 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:39.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:39.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:39 smithi096 bash[25928]: cluster 2023-11-16T02:31:38.000104+0000 mgr.smithi096.ejdhsd (mgr.14182) 1256 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-16T02:31:39.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:39 smithi096 bash[25928]: audit 2023-11-16T02:31:38.909368+0000 mgr.smithi096.ejdhsd (mgr.14182) 1257 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:39 smithi145 bash[29583]: cluster 2023-11-16T02:31:38.000104+0000 mgr.smithi096.ejdhsd (mgr.14182) 1256 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-11-16T02:31:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:39 smithi145 bash[29583]: audit 2023-11-16T02:31:38.909368+0000 mgr.smithi096.ejdhsd (mgr.14182) 1257 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:40.533 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:41.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:41 smithi145 bash[29583]: cluster 2023-11-16T02:31:40.001812+0000 mgr.smithi096.ejdhsd (mgr.14182) 1258 : cluster [DBG] pgmap v843: 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-16T02:31:41.881 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:41 smithi096 bash[25928]: cluster 2023-11-16T02:31:40.001812+0000 mgr.smithi096.ejdhsd (mgr.14182) 1258 : cluster [DBG] pgmap v843: 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-16T02:31:43.594 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:43.594 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:43.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:43 smithi145 bash[29583]: cluster 2023-11-16T02:31:42.003264+0000 mgr.smithi096.ejdhsd (mgr.14182) 1259 : cluster [DBG] pgmap v844: 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-16T02:31:44.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:43 smithi096 bash[25928]: cluster 2023-11-16T02:31:42.003264+0000 mgr.smithi096.ejdhsd (mgr.14182) 1259 : cluster [DBG] pgmap v844: 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-16T02:31:44.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:44.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:44 smithi096 bash[25928]: audit 2023-11-16T02:31:43.584098+0000 mgr.smithi096.ejdhsd (mgr.14182) 1260 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:44.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:44 smithi145 bash[29583]: audit 2023-11-16T02:31:43.584098+0000 mgr.smithi096.ejdhsd (mgr.14182) 1260 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:45.246 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:45.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:45 smithi145 bash[29583]: cluster 2023-11-16T02:31:44.004951+0000 mgr.smithi096.ejdhsd (mgr.14182) 1261 : cluster [DBG] pgmap v845: 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-16T02:31:46.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:45 smithi096 bash[25928]: cluster 2023-11-16T02:31:44.004951+0000 mgr.smithi096.ejdhsd (mgr.14182) 1261 : cluster [DBG] pgmap v845: 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-16T02:31:47.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:47 smithi145 bash[29583]: cluster 2023-11-16T02:31:46.006804+0000 mgr.smithi096.ejdhsd (mgr.14182) 1262 : cluster [DBG] pgmap v846: 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-16T02:31:48.091 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:47 smithi096 bash[25928]: cluster 2023-11-16T02:31:46.006804+0000 mgr.smithi096.ejdhsd (mgr.14182) 1262 : cluster [DBG] pgmap v846: 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-16T02:31:48.550 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:48.550 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:49.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:49 smithi145 bash[29583]: cluster 2023-11-16T02:31:48.008361+0000 mgr.smithi096.ejdhsd (mgr.14182) 1263 : cluster [DBG] pgmap v847: 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-16T02:31:49.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:49 smithi145 bash[29583]: audit 2023-11-16T02:31:48.540137+0000 mgr.smithi096.ejdhsd (mgr.14182) 1264 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:50.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:49 smithi096 bash[25928]: cluster 2023-11-16T02:31:48.008361+0000 mgr.smithi096.ejdhsd (mgr.14182) 1263 : cluster [DBG] pgmap v847: 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-16T02:31:50.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:49 smithi096 bash[25928]: audit 2023-11-16T02:31:48.540137+0000 mgr.smithi096.ejdhsd (mgr.14182) 1264 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:50.216 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:51.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:51 smithi096 bash[25928]: cluster 2023-11-16T02:31:50.010114+0000 mgr.smithi096.ejdhsd (mgr.14182) 1265 : cluster [DBG] pgmap v848: 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-16T02:31:51.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:51 smithi145 bash[29583]: cluster 2023-11-16T02:31:50.010114+0000 mgr.smithi096.ejdhsd (mgr.14182) 1265 : cluster [DBG] pgmap v848: 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-16T02:31:52.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:52 smithi145 bash[29583]: audit 2023-11-16T02:31:51.964918+0000 mon.smithi096 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:31:52.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:52 smithi145 bash[29583]: audit 2023-11-16T02:31:52.272275+0000 mon.smithi096 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:31:52.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:52 smithi145 bash[29583]: audit 2023-11-16T02:31:52.273891+0000 mon.smithi096 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:31:52.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:52 smithi145 bash[29583]: audit 2023-11-16T02:31:52.283270+0000 mon.smithi096 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:31:52.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:52 smithi145 bash[29583]: audit 2023-11-16T02:31:52.292027+0000 mon.smithi096 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:31:52.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:52 smithi145 bash[29583]: audit 2023-11-16T02:31:52.308773+0000 mon.smithi096 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:31:52.925 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:52 smithi096 bash[25928]: audit 2023-11-16T02:31:51.964918+0000 mon.smithi096 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:31:52.925 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:52 smithi096 bash[25928]: audit 2023-11-16T02:31:52.272275+0000 mon.smithi096 (mon.0) 984 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:31:52.925 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:52 smithi096 bash[25928]: audit 2023-11-16T02:31:52.273891+0000 mon.smithi096 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:31:52.925 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:52 smithi096 bash[25928]: audit 2023-11-16T02:31:52.283270+0000 mon.smithi096 (mon.0) 986 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:31:52.925 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:52 smithi096 bash[25928]: audit 2023-11-16T02:31:52.292027+0000 mon.smithi096 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:31:52.925 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:52 smithi096 bash[25928]: audit 2023-11-16T02:31:52.308773+0000 mon.smithi096 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:31:53.278 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:53.278 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:29:43.863037Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.vqrdbp on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:53.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:53 smithi096 bash[25928]: cluster 2023-11-16T02:31:52.011600+0000 mgr.smithi096.ejdhsd (mgr.14182) 1266 : 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-16T02:31:53.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:53 smithi096 bash[25928]: cluster 2023-11-16T02:31:52.285025+0000 mgr.smithi096.ejdhsd (mgr.14182) 1267 : cluster [DBG] pgmap v850: 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-16T02:31:53.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:53 smithi096 bash[25928]: cephadm 2023-11-16T02:31:52.328736+0000 mgr.smithi096.ejdhsd (mgr.14182) 1268 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.obetae on smithi145 2023-11-16T02:31:53.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:53 smithi096 bash[25928]: cluster 2023-11-16T02:31:52.650855+0000 mon.smithi096 (mon.0) 989 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:31:53.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:53 smithi096 bash[25928]: cluster 2023-11-16T02:31:52.650928+0000 mon.smithi096 (mon.0) 990 : cluster [INF] Cluster is now healthy 2023-11-16T02:31:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:53 smithi145 bash[29583]: cluster 2023-11-16T02:31:52.011600+0000 mgr.smithi096.ejdhsd (mgr.14182) 1266 : 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-16T02:31:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:53 smithi145 bash[29583]: cluster 2023-11-16T02:31:52.285025+0000 mgr.smithi096.ejdhsd (mgr.14182) 1267 : cluster [DBG] pgmap v850: 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-16T02:31:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:53 smithi145 bash[29583]: cephadm 2023-11-16T02:31:52.328736+0000 mgr.smithi096.ejdhsd (mgr.14182) 1268 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.obetae on smithi145 2023-11-16T02:31:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:53 smithi145 bash[29583]: cluster 2023-11-16T02:31:52.650855+0000 mon.smithi096 (mon.0) 989 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:31:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:53 smithi145 bash[29583]: cluster 2023-11-16T02:31:52.650928+0000 mon.smithi096 (mon.0) 990 : cluster [INF] Cluster is now healthy 2023-11-16T02:31:53.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:54.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:54 smithi096 bash[25928]: audit 2023-11-16T02:31:53.269189+0000 mgr.smithi096.ejdhsd (mgr.14182) 1269 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:54.921 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:55.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:54 smithi145 bash[29583]: audit 2023-11-16T02:31:53.269189+0000 mgr.smithi096.ejdhsd (mgr.14182) 1269 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:56.002 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:55 smithi145 bash[29583]: cluster 2023-11-16T02:31:54.286415+0000 mgr.smithi096.ejdhsd (mgr.14182) 1270 : cluster [DBG] pgmap v851: 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-16T02:31:56.080 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:55 smithi096 bash[25928]: cluster 2023-11-16T02:31:54.286415+0000 mgr.smithi096.ejdhsd (mgr.14182) 1270 : cluster [DBG] pgmap v851: 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-16T02:31:57.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:56 smithi096 bash[25928]: audit 2023-11-16T02:31:56.081224+0000 mon.smithi096 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.obetae"}]: dispatch 2023-11-16T02:31:57.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:56 smithi145 bash[29583]: audit 2023-11-16T02:31:56.081224+0000 mon.smithi096 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.obetae"}]: dispatch 2023-11-16T02:31:58.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: cephadm 2023-11-16T02:31:56.080173+0000 mgr.smithi096.ejdhsd (mgr.14182) 1271 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:31:58.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:31:58.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.obetae ... 2023-11-16T02:31:58.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:58.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:58.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:58.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.obetae ... 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: cephadm 2023-11-16T02:31:56.080643+0000 mgr.smithi096.ejdhsd (mgr.14182) 1272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: cephadm 2023-11-16T02:31:56.082777+0000 mgr.smithi096.ejdhsd (mgr.14182) 1273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:31:58.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.obetae ... 2023-11-16T02:31:58.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:58.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:58.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:58.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: cephadm 2023-11-16T02:31:56.086123+0000 mgr.smithi096.ejdhsd (mgr.14182) 1274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.nitpcj on smithi096 2023-11-16T02:31:58.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:57 smithi096 bash[25928]: cluster 2023-11-16T02:31:56.287440+0000 mgr.smithi096.ejdhsd (mgr.14182) 1275 : cluster [DBG] pgmap v852: 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-16T02:31:58.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: cephadm 2023-11-16T02:31:56.080173+0000 mgr.smithi096.ejdhsd (mgr.14182) 1271 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:31:58.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.obetae ... 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:31:58.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.obetae ... 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: cephadm 2023-11-16T02:31:56.080643+0000 mgr.smithi096.ejdhsd (mgr.14182) 1272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: cephadm 2023-11-16T02:31:56.082777+0000 mgr.smithi096.ejdhsd (mgr.14182) 1273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:31:58.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae 2023-11-16T02:31:58.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.obetae ... 2023-11-16T02:31:58.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:31:58.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:31:58.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:31:58.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:31:58.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: cephadm 2023-11-16T02:31:56.086123+0000 mgr.smithi096.ejdhsd (mgr.14182) 1274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.nitpcj on smithi096 2023-11-16T02:31:58.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:57 smithi145 bash[29583]: cluster 2023-11-16T02:31:56.287440+0000 mgr.smithi096.ejdhsd (mgr.14182) 1275 : cluster [DBG] pgmap v852: 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-16T02:31:58.206 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:31:58.206 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:47.998367Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.pcknqa on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-pcknqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.pcknqa\nDeploy daemon haproxy.nfs.foo.smithi145.pcknqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.953778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.dmfgew on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-dmfgew\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.dmfgew\nDeploy daemon haproxy.nfs.foo.smithi096.dmfgew ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:30:51.957762Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.kcgfnu on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:31:58.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:31:59.837 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:31:59.840 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:59 smithi096 bash[25928]: audit 2023-11-16T02:31:58.196559+0000 mgr.smithi096.ejdhsd (mgr.14182) 1276 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:31:59.840 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:31:59 smithi096 bash[25928]: cluster 2023-11-16T02:31:58.288319+0000 mgr.smithi096.ejdhsd (mgr.14182) 1277 : cluster [DBG] pgmap v853: 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-16T02:32:00.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:59 smithi145 bash[29583]: audit 2023-11-16T02:31:58.196559+0000 mgr.smithi096.ejdhsd (mgr.14182) 1276 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:00.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:31:59 smithi145 bash[29583]: cluster 2023-11-16T02:31:58.288319+0000 mgr.smithi096.ejdhsd (mgr.14182) 1277 : cluster [DBG] pgmap v853: 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-16T02:32:00.986 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: cephadm 2023-11-16T02:31:59.905573+0000 mgr.smithi096.ejdhsd (mgr.14182) 1278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.nitpcj ... 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:00.987 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.nitpcj ... 2023-11-16T02:32:00.988 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:00.989 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:00.989 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:00.989 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:00.989 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:00.989 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: cephadm 2023-11-16T02:31:59.906167+0000 mgr.smithi096.ejdhsd (mgr.14182) 1279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:00.989 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: audit 2023-11-16T02:31:59.906785+0000 mon.smithi096 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.nitpcj"}]: dispatch 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: cephadm 2023-11-16T02:31:59.908269+0000 mgr.smithi096.ejdhsd (mgr.14182) 1280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.nitpcj ... 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:00.990 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:00.991 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: cephadm 2023-11-16T02:31:59.912639+0000 mgr.smithi096.ejdhsd (mgr.14182) 1281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:32:00.991 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: cephadm 2023-11-16T02:31:59.916567+0000 mgr.smithi096.ejdhsd (mgr.14182) 1282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:32:00.991 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: cluster 2023-11-16T02:31:59.918831+0000 mgr.smithi096.ejdhsd (mgr.14182) 1283 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-16T02:32:00.991 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:00 smithi096 bash[25928]: audit 2023-11-16T02:32:00.317124+0000 mon.smithi096 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:32:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: cephadm 2023-11-16T02:31:59.905573+0000 mgr.smithi096.ejdhsd (mgr.14182) 1278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.nitpcj ... 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:01.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:01.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.nitpcj ... 2023-11-16T02:32:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: cephadm 2023-11-16T02:31:59.906167+0000 mgr.smithi096.ejdhsd (mgr.14182) 1279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: audit 2023-11-16T02:31:59.906785+0000 mon.smithi096 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.nitpcj"}]: dispatch 2023-11-16T02:32:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: cephadm 2023-11-16T02:31:59.908269+0000 mgr.smithi096.ejdhsd (mgr.14182) 1280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:01.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.nitpcj ... 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: cephadm 2023-11-16T02:31:59.912639+0000 mgr.smithi096.ejdhsd (mgr.14182) 1281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:32:01.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: cephadm 2023-11-16T02:31:59.916567+0000 mgr.smithi096.ejdhsd (mgr.14182) 1282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:32:01.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: cluster 2023-11-16T02:31:59.918831+0000 mgr.smithi096.ejdhsd (mgr.14182) 1283 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-16T02:32:01.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:00 smithi145 bash[29583]: audit 2023-11-16T02:32:00.317124+0000 mon.smithi096 (mon.0) 993 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:32:02.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:01 smithi096 bash[25928]: cluster 2023-11-16T02:32:00.697464+0000 mon.smithi096 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:32:02.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:01 smithi145 bash[29583]: cluster 2023-11-16T02:32:00.697464+0000 mon.smithi096 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:32:03.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:02 smithi096 bash[25928]: cluster 2023-11-16T02:32:01.920328+0000 mgr.smithi096.ejdhsd (mgr.14182) 1284 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-16T02:32:03.129 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:03.129 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:03.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:02 smithi145 bash[29583]: cluster 2023-11-16T02:32:01.920328+0000 mgr.smithi096.ejdhsd (mgr.14182) 1284 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-11-16T02:32:03.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:04.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:03 smithi096 bash[25928]: audit 2023-11-16T02:32:03.124492+0000 mgr.smithi096.ejdhsd (mgr.14182) 1285 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:04.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:03 smithi096 bash[25928]: cluster 2023-11-16T02:32:03.922179+0000 mgr.smithi096.ejdhsd (mgr.14182) 1286 : cluster [DBG] pgmap v856: 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-16T02:32:04.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:03 smithi145 bash[29583]: audit 2023-11-16T02:32:03.124492+0000 mgr.smithi096.ejdhsd (mgr.14182) 1285 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:04.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:03 smithi145 bash[29583]: cluster 2023-11-16T02:32:03.922179+0000 mgr.smithi096.ejdhsd (mgr.14182) 1286 : cluster [DBG] pgmap v856: 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-16T02:32:04.784 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:06.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:06 smithi096 bash[25928]: cluster 2023-11-16T02:32:05.923662+0000 mgr.smithi096.ejdhsd (mgr.14182) 1287 : cluster [DBG] pgmap v857: 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-16T02:32:06.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:06 smithi145 bash[29583]: cluster 2023-11-16T02:32:05.923662+0000 mgr.smithi096.ejdhsd (mgr.14182) 1287 : cluster [DBG] pgmap v857: 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-16T02:32:07.971 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:07.971 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:08.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:07 smithi096 bash[25928]: cluster 2023-11-16T02:32:07.924998+0000 mgr.smithi096.ejdhsd (mgr.14182) 1288 : cluster [DBG] pgmap v858: 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-16T02:32:08.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:07 smithi145 bash[29583]: cluster 2023-11-16T02:32:07.924998+0000 mgr.smithi096.ejdhsd (mgr.14182) 1288 : cluster [DBG] pgmap v858: 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-16T02:32:08.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:09.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:08 smithi096 bash[25928]: audit 2023-11-16T02:32:07.959123+0000 mgr.smithi096.ejdhsd (mgr.14182) 1289 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:09.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:08 smithi145 bash[29583]: audit 2023-11-16T02:32:07.959123+0000 mgr.smithi096.ejdhsd (mgr.14182) 1289 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:09.632 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:11.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:11 smithi145 bash[29583]: cluster 2023-11-16T02:32:09.926674+0000 mgr.smithi096.ejdhsd (mgr.14182) 1290 : cluster [DBG] pgmap v859: 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-16T02:32:11.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:11 smithi096 bash[25928]: cluster 2023-11-16T02:32:09.926674+0000 mgr.smithi096.ejdhsd (mgr.14182) 1290 : cluster [DBG] pgmap v859: 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-16T02:32:13.026 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:13.026 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:13.706 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:13 smithi096 bash[25928]: cluster 2023-11-16T02:32:11.928181+0000 mgr.smithi096.ejdhsd (mgr.14182) 1291 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:13.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:13.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:13 smithi145 bash[29583]: cluster 2023-11-16T02:32:11.928181+0000 mgr.smithi096.ejdhsd (mgr.14182) 1291 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:14.708 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:14.721 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:14 smithi096 bash[25928]: audit 2023-11-16T02:32:13.016611+0000 mgr.smithi096.ejdhsd (mgr.14182) 1292 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:14.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:14 smithi145 bash[29583]: audit 2023-11-16T02:32:13.016611+0000 mgr.smithi096.ejdhsd (mgr.14182) 1292 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:15.808 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:15 smithi096 bash[25928]: cluster 2023-11-16T02:32:13.929957+0000 mgr.smithi096.ejdhsd (mgr.14182) 1293 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:15.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:15 smithi145 bash[29583]: cluster 2023-11-16T02:32:13.929957+0000 mgr.smithi096.ejdhsd (mgr.14182) 1293 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:17.842 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:17.843 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:17.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:17 smithi096 bash[25928]: cluster 2023-11-16T02:32:15.931809+0000 mgr.smithi096.ejdhsd (mgr.14182) 1294 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:17 smithi145 bash[29583]: cluster 2023-11-16T02:32:15.931809+0000 mgr.smithi096.ejdhsd (mgr.14182) 1294 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:18.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:18.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:18 smithi096 bash[25928]: audit 2023-11-16T02:32:17.830286+0000 mgr.smithi096.ejdhsd (mgr.14182) 1295 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:18.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:18 smithi145 bash[29583]: audit 2023-11-16T02:32:17.830286+0000 mgr.smithi096.ejdhsd (mgr.14182) 1295 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:19.495 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:19.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:19 smithi096 bash[25928]: cluster 2023-11-16T02:32:17.933427+0000 mgr.smithi096.ejdhsd (mgr.14182) 1296 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:19 smithi145 bash[29583]: cluster 2023-11-16T02:32:17.933427+0000 mgr.smithi096.ejdhsd (mgr.14182) 1296 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:21.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:21 smithi096 bash[25928]: cluster 2023-11-16T02:32:19.935080+0000 mgr.smithi096.ejdhsd (mgr.14182) 1297 : cluster [DBG] pgmap v864: 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-16T02:32:21.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:21 smithi145 bash[29583]: cluster 2023-11-16T02:32:19.935080+0000 mgr.smithi096.ejdhsd (mgr.14182) 1297 : cluster [DBG] pgmap v864: 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-16T02:32:22.759 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:22.759 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:23.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:23.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:23 smithi096 bash[25928]: cluster 2023-11-16T02:32:21.936538+0000 mgr.smithi096.ejdhsd (mgr.14182) 1298 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:23.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:23 smithi096 bash[25928]: audit 2023-11-16T02:32:22.749626+0000 mgr.smithi096.ejdhsd (mgr.14182) 1299 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:23.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:23 smithi145 bash[29583]: cluster 2023-11-16T02:32:21.936538+0000 mgr.smithi096.ejdhsd (mgr.14182) 1298 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:23.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:23 smithi145 bash[29583]: audit 2023-11-16T02:32:22.749626+0000 mgr.smithi096.ejdhsd (mgr.14182) 1299 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:24.382 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:25.758 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:25 smithi096 bash[25928]: cluster 2023-11-16T02:32:23.938309+0000 mgr.smithi096.ejdhsd (mgr.14182) 1300 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:25.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:25 smithi145 bash[29583]: cluster 2023-11-16T02:32:23.938309+0000 mgr.smithi096.ejdhsd (mgr.14182) 1300 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:27.504 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:27.504 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:27.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:27 smithi096 bash[25928]: cluster 2023-11-16T02:32:25.940112+0000 mgr.smithi096.ejdhsd (mgr.14182) 1301 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:27.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:27 smithi145 bash[29583]: cluster 2023-11-16T02:32:25.940112+0000 mgr.smithi096.ejdhsd (mgr.14182) 1301 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:28.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:28.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:28 smithi096 bash[25928]: audit 2023-11-16T02:32:27.494791+0000 mgr.smithi096.ejdhsd (mgr.14182) 1302 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:28.932 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:28 smithi145 bash[29583]: audit 2023-11-16T02:32:27.494791+0000 mgr.smithi096.ejdhsd (mgr.14182) 1302 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:29.126 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:29.887 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:29 smithi096 bash[25928]: cluster 2023-11-16T02:32:27.941675+0000 mgr.smithi096.ejdhsd (mgr.14182) 1303 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:29.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:29 smithi145 bash[29583]: cluster 2023-11-16T02:32:27.941675+0000 mgr.smithi096.ejdhsd (mgr.14182) 1303 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:31.797 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:31 smithi096 bash[25928]: cluster 2023-11-16T02:32:29.943373+0000 mgr.smithi096.ejdhsd (mgr.14182) 1304 : cluster [DBG] pgmap v869: 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-16T02:32:31.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:31 smithi145 bash[29583]: cluster 2023-11-16T02:32:29.943373+0000 mgr.smithi096.ejdhsd (mgr.14182) 1304 : cluster [DBG] pgmap v869: 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-16T02:32:32.263 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:32.263 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:32.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:33.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:33 smithi096 bash[25928]: cluster 2023-11-16T02:32:31.944730+0000 mgr.smithi096.ejdhsd (mgr.14182) 1305 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:33.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:33 smithi096 bash[25928]: audit 2023-11-16T02:32:32.251591+0000 mgr.smithi096.ejdhsd (mgr.14182) 1306 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:33.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:33 smithi145 bash[29583]: cluster 2023-11-16T02:32:31.944730+0000 mgr.smithi096.ejdhsd (mgr.14182) 1305 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:33.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:33 smithi145 bash[29583]: audit 2023-11-16T02:32:32.251591+0000 mgr.smithi096.ejdhsd (mgr.14182) 1306 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:33.943 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:35.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:35 smithi096 bash[25928]: cluster 2023-11-16T02:32:33.946456+0000 mgr.smithi096.ejdhsd (mgr.14182) 1307 : 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-16T02:32:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:35 smithi145 bash[29583]: cluster 2023-11-16T02:32:33.946456+0000 mgr.smithi096.ejdhsd (mgr.14182) 1307 : 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-16T02:32:37.154 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:37.155 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:37.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:37.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:37 smithi096 bash[25928]: cluster 2023-11-16T02:32:35.948297+0000 mgr.smithi096.ejdhsd (mgr.14182) 1308 : 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-16T02:32:37.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:37 smithi145 bash[29583]: cluster 2023-11-16T02:32:35.948297+0000 mgr.smithi096.ejdhsd (mgr.14182) 1308 : 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-16T02:32:38.726 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:38.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:38 smithi096 bash[25928]: audit 2023-11-16T02:32:37.144200+0000 mgr.smithi096.ejdhsd (mgr.14182) 1309 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:38.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:38 smithi145 bash[29583]: audit 2023-11-16T02:32:37.144200+0000 mgr.smithi096.ejdhsd (mgr.14182) 1309 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:39.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:39 smithi096 bash[25928]: cluster 2023-11-16T02:32:37.949864+0000 mgr.smithi096.ejdhsd (mgr.14182) 1310 : 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-16T02:32:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:39 smithi145 bash[29583]: cluster 2023-11-16T02:32:37.949864+0000 mgr.smithi096.ejdhsd (mgr.14182) 1310 : 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-16T02:32:41.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:41 smithi096 bash[25928]: cluster 2023-11-16T02:32:39.951634+0000 mgr.smithi096.ejdhsd (mgr.14182) 1311 : 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-16T02:32:41.787 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:41.787 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:41.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:41 smithi145 bash[29583]: cluster 2023-11-16T02:32:39.951634+0000 mgr.smithi096.ejdhsd (mgr.14182) 1311 : 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-16T02:32:42.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:42.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:42 smithi096 bash[25928]: audit 2023-11-16T02:32:41.777081+0000 mgr.smithi096.ejdhsd (mgr.14182) 1312 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:42.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:42 smithi145 bash[29583]: audit 2023-11-16T02:32:41.777081+0000 mgr.smithi096.ejdhsd (mgr.14182) 1312 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:43.382 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:43.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:43 smithi096 bash[25928]: cluster 2023-11-16T02:32:41.953151+0000 mgr.smithi096.ejdhsd (mgr.14182) 1313 : 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-16T02:32:43.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:43 smithi145 bash[29583]: cluster 2023-11-16T02:32:41.953151+0000 mgr.smithi096.ejdhsd (mgr.14182) 1313 : 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-16T02:32:45.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:45 smithi096 bash[25928]: cluster 2023-11-16T02:32:43.954907+0000 mgr.smithi096.ejdhsd (mgr.14182) 1314 : 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-16T02:32:45.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:45 smithi145 bash[29583]: cluster 2023-11-16T02:32:43.954907+0000 mgr.smithi096.ejdhsd (mgr.14182) 1314 : 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-16T02:32:46.642 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:46.642 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:47.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:47.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:47 smithi096 bash[25928]: cluster 2023-11-16T02:32:45.956474+0000 mgr.smithi096.ejdhsd (mgr.14182) 1315 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:47.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:47 smithi096 bash[25928]: audit 2023-11-16T02:32:46.630247+0000 mgr.smithi096.ejdhsd (mgr.14182) 1316 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:47.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:47 smithi145 bash[29583]: cluster 2023-11-16T02:32:45.956474+0000 mgr.smithi096.ejdhsd (mgr.14182) 1315 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:47.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:47 smithi145 bash[29583]: audit 2023-11-16T02:32:46.630247+0000 mgr.smithi096.ejdhsd (mgr.14182) 1316 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:48.272 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:49 smithi096 bash[25928]: cluster 2023-11-16T02:32:47.958132+0000 mgr.smithi096.ejdhsd (mgr.14182) 1317 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:49 smithi145 bash[29583]: cluster 2023-11-16T02:32:47.958132+0000 mgr.smithi096.ejdhsd (mgr.14182) 1317 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:51.332 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:51.332 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:51.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:51 smithi096 bash[25928]: cluster 2023-11-16T02:32:49.959884+0000 mgr.smithi096.ejdhsd (mgr.14182) 1318 : cluster [DBG] pgmap v879: 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-16T02:32:51.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:51 smithi145 bash[29583]: cluster 2023-11-16T02:32:49.959884+0000 mgr.smithi096.ejdhsd (mgr.14182) 1318 : cluster [DBG] pgmap v879: 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-16T02:32:52.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:52.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:52 smithi096 bash[25928]: audit 2023-11-16T02:32:51.320469+0000 mgr.smithi096.ejdhsd (mgr.14182) 1319 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:52.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:52 smithi145 bash[29583]: audit 2023-11-16T02:32:51.320469+0000 mgr.smithi096.ejdhsd (mgr.14182) 1319 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:53.031 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:53.910 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:53 smithi096 bash[25928]: cluster 2023-11-16T02:32:51.961555+0000 mgr.smithi096.ejdhsd (mgr.14182) 1320 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:53.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:53 smithi145 bash[29583]: cluster 2023-11-16T02:32:51.961555+0000 mgr.smithi096.ejdhsd (mgr.14182) 1320 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:55.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:55 smithi096 bash[25928]: cluster 2023-11-16T02:32:53.963365+0000 mgr.smithi096.ejdhsd (mgr.14182) 1321 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:55.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:55 smithi145 bash[29583]: cluster 2023-11-16T02:32:53.963365+0000 mgr.smithi096.ejdhsd (mgr.14182) 1321 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:32:56.325 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:32:56.325 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:32:57.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:32:57.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:57 smithi096 bash[25928]: cluster 2023-11-16T02:32:55.964384+0000 mgr.smithi096.ejdhsd (mgr.14182) 1322 : cluster [DBG] pgmap v882: 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-16T02:32:57.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:57 smithi096 bash[25928]: audit 2023-11-16T02:32:56.314061+0000 mgr.smithi096.ejdhsd (mgr.14182) 1323 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:57.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:57 smithi145 bash[29583]: cluster 2023-11-16T02:32:55.964384+0000 mgr.smithi096.ejdhsd (mgr.14182) 1322 : cluster [DBG] pgmap v882: 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-16T02:32:57.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:57 smithi145 bash[29583]: audit 2023-11-16T02:32:56.314061+0000 mgr.smithi096.ejdhsd (mgr.14182) 1323 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:32:58.019 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:32:59.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:32:59 smithi096 bash[25928]: cluster 2023-11-16T02:32:57.965920+0000 mgr.smithi096.ejdhsd (mgr.14182) 1324 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 22 op/s 2023-11-16T02:32:59.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:32:59 smithi145 bash[29583]: cluster 2023-11-16T02:32:57.965920+0000 mgr.smithi096.ejdhsd (mgr.14182) 1324 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 22 op/s 2023-11-16T02:33:00.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:00 smithi145 bash[29583]: audit 2023-11-16T02:32:59.920666+0000 mon.smithi096 (mon.0) 995 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:33:00.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:00 smithi145 bash[29583]: audit 2023-11-16T02:33:00.239066+0000 mon.smithi096 (mon.0) 996 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:33:00.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:00 smithi145 bash[29583]: audit 2023-11-16T02:33:00.240691+0000 mon.smithi096 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:33:00.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:00 smithi145 bash[29583]: audit 2023-11-16T02:33:00.249815+0000 mon.smithi096 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:00.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:00 smithi145 bash[29583]: audit 2023-11-16T02:33:00.257007+0000 mon.smithi096 (mon.0) 999 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:33:00.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:00 smithi145 bash[29583]: audit 2023-11-16T02:33:00.271066+0000 mon.smithi096 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:01.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:00 smithi096 bash[25928]: audit 2023-11-16T02:32:59.920666+0000 mon.smithi096 (mon.0) 995 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:33:01.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:00 smithi096 bash[25928]: audit 2023-11-16T02:33:00.239066+0000 mon.smithi096 (mon.0) 996 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:33:01.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:00 smithi096 bash[25928]: audit 2023-11-16T02:33:00.240691+0000 mon.smithi096 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:33:01.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:00 smithi096 bash[25928]: audit 2023-11-16T02:33:00.249815+0000 mon.smithi096 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:01.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:00 smithi096 bash[25928]: audit 2023-11-16T02:33:00.257007+0000 mon.smithi096 (mon.0) 999 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:33:01.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:00 smithi096 bash[25928]: audit 2023-11-16T02:33:00.271066+0000 mon.smithi096 (mon.0) 1000 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:01.141 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:01.141 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:30:51.960188Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.xusdjn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:01.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:01.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:01 smithi145 bash[29583]: cluster 2023-11-16T02:32:59.967394+0000 mgr.smithi096.ejdhsd (mgr.14182) 1325 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 43 op/s 2023-11-16T02:33:01.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:01 smithi145 bash[29583]: cluster 2023-11-16T02:33:00.250565+0000 mgr.smithi096.ejdhsd (mgr.14182) 1326 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2023-11-16T02:33:01.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:01 smithi145 bash[29583]: cephadm 2023-11-16T02:33:00.274894+0000 mgr.smithi096.ejdhsd (mgr.14182) 1327 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.tdiwok on smithi145 2023-11-16T02:33:01.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:01 smithi145 bash[29583]: cluster 2023-11-16T02:33:00.597567+0000 mon.smithi096 (mon.0) 1001 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:33:01.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:01 smithi145 bash[29583]: cluster 2023-11-16T02:33:00.597613+0000 mon.smithi096 (mon.0) 1002 : cluster [INF] Cluster is now healthy 2023-11-16T02:33:02.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:01 smithi096 bash[25928]: cluster 2023-11-16T02:32:59.967394+0000 mgr.smithi096.ejdhsd (mgr.14182) 1325 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 43 op/s 2023-11-16T02:33:02.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:01 smithi096 bash[25928]: cluster 2023-11-16T02:33:00.250565+0000 mgr.smithi096.ejdhsd (mgr.14182) 1326 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2023-11-16T02:33:02.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:01 smithi096 bash[25928]: cephadm 2023-11-16T02:33:00.274894+0000 mgr.smithi096.ejdhsd (mgr.14182) 1327 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.tdiwok on smithi145 2023-11-16T02:33:02.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:01 smithi096 bash[25928]: cluster 2023-11-16T02:33:00.597567+0000 mon.smithi096 (mon.0) 1001 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:33:02.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:01 smithi096 bash[25928]: cluster 2023-11-16T02:33:00.597613+0000 mon.smithi096 (mon.0) 1002 : cluster [INF] Cluster is now healthy 2023-11-16T02:33:02.782 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:02.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:02 smithi145 bash[29583]: audit 2023-11-16T02:33:01.132202+0000 mgr.smithi096.ejdhsd (mgr.14182) 1328 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:03.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:02 smithi096 bash[25928]: audit 2023-11-16T02:33:01.132202+0000 mgr.smithi096.ejdhsd (mgr.14182) 1328 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:03.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:03 smithi145 bash[29583]: cluster 2023-11-16T02:33:02.251698+0000 mgr.smithi096.ejdhsd (mgr.14182) 1329 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-16T02:33:03.947 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:03 smithi096 bash[25928]: cluster 2023-11-16T02:33:02.251698+0000 mgr.smithi096.ejdhsd (mgr.14182) 1329 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-16T02:33:04.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:04 smithi096 bash[25928]: audit 2023-11-16T02:33:04.030691+0000 mon.smithi096 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.tdiwok"}]: dispatch 2023-11-16T02:33:04.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:04 smithi145 bash[29583]: audit 2023-11-16T02:33:04.030691+0000 mon.smithi096 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.tdiwok"}]: dispatch 2023-11-16T02:33:05.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: cephadm 2023-11-16T02:33:04.029239+0000 mgr.smithi096.ejdhsd (mgr.14182) 1330 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:05.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:05.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.tdiwok ... 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:33:05.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.tdiwok ... 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:05.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: cephadm 2023-11-16T02:33:04.029937+0000 mgr.smithi096.ejdhsd (mgr.14182) 1331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: cephadm 2023-11-16T02:33:04.032179+0000 mgr.smithi096.ejdhsd (mgr.14182) 1332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.tdiwok ... 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:05.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:05.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:05.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:05.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:05.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: cephadm 2023-11-16T02:33:04.036142+0000 mgr.smithi096.ejdhsd (mgr.14182) 1333 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.inopdc on smithi096 2023-11-16T02:33:05.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:05 smithi145 bash[29583]: cluster 2023-11-16T02:33:04.252886+0000 mgr.smithi096.ejdhsd (mgr.14182) 1334 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-16T02:33:06.082 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:06.083 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:56.082534Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.obetae on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-obetae\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.obetae\nDeploy daemon haproxy.nfs.foo.smithi145.obetae ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.908046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nitpcj on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nitpcj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nitpcj\nDeploy daemon haproxy.nfs.foo.smithi096.nitpcj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:31:59.912414Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.ygzrio on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:06.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: cephadm 2023-11-16T02:33:04.029239+0000 mgr.smithi096.ejdhsd (mgr.14182) 1330 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:06.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:06.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:06.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:06.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:06.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.tdiwok ... 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:33:06.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.tdiwok ... 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:06.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: cephadm 2023-11-16T02:33:04.029937+0000 mgr.smithi096.ejdhsd (mgr.14182) 1331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: cephadm 2023-11-16T02:33:04.032179+0000 mgr.smithi096.ejdhsd (mgr.14182) 1332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.tdiwok ... 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:06.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:06.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: cephadm 2023-11-16T02:33:04.036142+0000 mgr.smithi096.ejdhsd (mgr.14182) 1333 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.inopdc on smithi096 2023-11-16T02:33:06.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:05 smithi096 bash[25928]: cluster 2023-11-16T02:33:04.252886+0000 mgr.smithi096.ejdhsd (mgr.14182) 1334 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-16T02:33:06.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:07.716 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:07 smithi096 bash[25928]: audit 2023-11-16T02:33:06.070448+0000 mgr.smithi096.ejdhsd (mgr.14182) 1335 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:07.716 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:07 smithi096 bash[25928]: cluster 2023-11-16T02:33:06.254549+0000 mgr.smithi096.ejdhsd (mgr.14182) 1336 : cluster [DBG] pgmap v888: 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, 64 op/s 2023-11-16T02:33:07.716 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:07 smithi096 bash[25928]: audit 2023-11-16T02:33:07.292054+0000 mon.smithi096 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:07.763 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:07.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:07 smithi145 bash[29583]: audit 2023-11-16T02:33:06.070448+0000 mgr.smithi096.ejdhsd (mgr.14182) 1335 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:07.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:07 smithi145 bash[29583]: cluster 2023-11-16T02:33:06.254549+0000 mgr.smithi096.ejdhsd (mgr.14182) 1336 : cluster [DBG] pgmap v888: 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, 64 op/s 2023-11-16T02:33:07.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:07 smithi145 bash[29583]: audit 2023-11-16T02:33:07.292054+0000 mon.smithi096 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:08.917 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: cephadm 2023-11-16T02:33:07.788088+0000 mgr.smithi096.ejdhsd (mgr.14182) 1337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:08.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:08.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.inopdc ... 2023-11-16T02:33:08.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:08.918 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:08.919 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.inopdc ... 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: cephadm 2023-11-16T02:33:07.788742+0000 mgr.smithi096.ejdhsd (mgr.14182) 1338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: audit 2023-11-16T02:33:07.789451+0000 mon.smithi096 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.inopdc"}]: dispatch 2023-11-16T02:33:08.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: cephadm 2023-11-16T02:33:07.790669+0000 mgr.smithi096.ejdhsd (mgr.14182) 1339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.inopdc ... 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: cephadm 2023-11-16T02:33:07.792663+0000 mgr.smithi096.ejdhsd (mgr.14182) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:33:08.922 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: cephadm 2023-11-16T02:33:07.794978+0000 mgr.smithi096.ejdhsd (mgr.14182) 1341 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:33:08.922 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:08 smithi096 bash[25928]: cluster 2023-11-16T02:33:07.796403+0000 mgr.smithi096.ejdhsd (mgr.14182) 1342 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2023-11-16T02:33:08.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: cephadm 2023-11-16T02:33:07.788088+0000 mgr.smithi096.ejdhsd (mgr.14182) 1337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.inopdc ... 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:33:08.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.inopdc ... 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.924 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: cephadm 2023-11-16T02:33:07.788742+0000 mgr.smithi096.ejdhsd (mgr.14182) 1338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: audit 2023-11-16T02:33:07.789451+0000 mon.smithi096 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.inopdc"}]: dispatch 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: cephadm 2023-11-16T02:33:07.790669+0000 mgr.smithi096.ejdhsd (mgr.14182) 1339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:33:08.925 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc 2023-11-16T02:33:08.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.inopdc ... 2023-11-16T02:33:08.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:33:08.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:33:08.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:33:08.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:33:08.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: cephadm 2023-11-16T02:33:07.792663+0000 mgr.smithi096.ejdhsd (mgr.14182) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:33:08.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: cephadm 2023-11-16T02:33:07.794978+0000 mgr.smithi096.ejdhsd (mgr.14182) 1341 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:33:08.926 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:08 smithi145 bash[29583]: cluster 2023-11-16T02:33:07.796403+0000 mgr.smithi096.ejdhsd (mgr.14182) 1342 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2023-11-16T02:33:09.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:09 smithi145 bash[29583]: cluster 2023-11-16T02:33:08.644290+0000 mon.smithi096 (mon.0) 1006 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:33:10.101 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:09 smithi096 bash[25928]: cluster 2023-11-16T02:33:08.644290+0000 mon.smithi096 (mon.0) 1006 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:33:10.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:10 smithi096 bash[25928]: cluster 2023-11-16T02:33:09.798076+0000 mgr.smithi096.ejdhsd (mgr.14182) 1343 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2023-11-16T02:33:10.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:10 smithi096 bash[25928]: audit 2023-11-16T02:33:10.378296+0000 mon.smithi096 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:10.888 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:10.888 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:10.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:10 smithi145 bash[29583]: cluster 2023-11-16T02:33:09.798076+0000 mgr.smithi096.ejdhsd (mgr.14182) 1343 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2023-11-16T02:33:10.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:10 smithi145 bash[29583]: audit 2023-11-16T02:33:10.378296+0000 mon.smithi096 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:11.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:11.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:11 smithi096 bash[25928]: audit 2023-11-16T02:33:10.876591+0000 mgr.smithi096.ejdhsd (mgr.14182) 1344 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:12.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:11 smithi145 bash[29583]: audit 2023-11-16T02:33:10.876591+0000 mgr.smithi096.ejdhsd (mgr.14182) 1344 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:12.478 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:12.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:12 smithi096 bash[25928]: cluster 2023-11-16T02:33:11.799502+0000 mgr.smithi096.ejdhsd (mgr.14182) 1345 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-16T02:33:13.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:12 smithi145 bash[29583]: cluster 2023-11-16T02:33:11.799502+0000 mgr.smithi096.ejdhsd (mgr.14182) 1345 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-16T02:33:15.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:14 smithi145 bash[29583]: cluster 2023-11-16T02:33:13.801357+0000 mgr.smithi096.ejdhsd (mgr.14182) 1346 : cluster [DBG] pgmap v892: 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-16T02:33:15.221 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:14 smithi096 bash[25928]: cluster 2023-11-16T02:33:13.801357+0000 mgr.smithi096.ejdhsd (mgr.14182) 1346 : cluster [DBG] pgmap v892: 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-16T02:33:15.653 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:15.653 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:16.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:16.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:16 smithi096 bash[25928]: audit 2023-11-16T02:33:15.645699+0000 mgr.smithi096.ejdhsd (mgr.14182) 1347 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:16.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:16 smithi096 bash[25928]: cluster 2023-11-16T02:33:15.803251+0000 mgr.smithi096.ejdhsd (mgr.14182) 1348 : cluster [DBG] pgmap v893: 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-16T02:33:16.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:16 smithi145 bash[29583]: audit 2023-11-16T02:33:15.645699+0000 mgr.smithi096.ejdhsd (mgr.14182) 1347 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:16.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:16 smithi145 bash[29583]: cluster 2023-11-16T02:33:15.803251+0000 mgr.smithi096.ejdhsd (mgr.14182) 1348 : cluster [DBG] pgmap v893: 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-16T02:33:17.274 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:19.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:18 smithi096 bash[25928]: cluster 2023-11-16T02:33:17.804738+0000 mgr.smithi096.ejdhsd (mgr.14182) 1349 : cluster [DBG] pgmap v894: 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-16T02:33:19.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:18 smithi145 bash[29583]: cluster 2023-11-16T02:33:17.804738+0000 mgr.smithi096.ejdhsd (mgr.14182) 1349 : cluster [DBG] pgmap v894: 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-16T02:33:20.430 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:20.431 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:21.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:21.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:20 smithi145 bash[29583]: cluster 2023-11-16T02:33:19.806412+0000 mgr.smithi096.ejdhsd (mgr.14182) 1350 : cluster [DBG] pgmap v895: 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-16T02:33:21.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:20 smithi096 bash[25928]: cluster 2023-11-16T02:33:19.806412+0000 mgr.smithi096.ejdhsd (mgr.14182) 1350 : cluster [DBG] pgmap v895: 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-16T02:33:22.046 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:22.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:21 smithi145 bash[29583]: audit 2023-11-16T02:33:20.421237+0000 mgr.smithi096.ejdhsd (mgr.14182) 1351 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:22.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:21 smithi096 bash[25928]: audit 2023-11-16T02:33:20.421237+0000 mgr.smithi096.ejdhsd (mgr.14182) 1351 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:23.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:22 smithi145 bash[29583]: cluster 2023-11-16T02:33:21.807896+0000 mgr.smithi096.ejdhsd (mgr.14182) 1352 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:23.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:22 smithi145 bash[29583]: audit 2023-11-16T02:33:22.290848+0000 mon.smithi096 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:23.189 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:22 smithi096 bash[25928]: cluster 2023-11-16T02:33:21.807896+0000 mgr.smithi096.ejdhsd (mgr.14182) 1352 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:23.189 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:22 smithi096 bash[25928]: audit 2023-11-16T02:33:22.290848+0000 mon.smithi096 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:33:25.151 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:25.151 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:25.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:24 smithi145 bash[29583]: cluster 2023-11-16T02:33:23.809648+0000 mgr.smithi096.ejdhsd (mgr.14182) 1353 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:25.214 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:24 smithi096 bash[25928]: cluster 2023-11-16T02:33:23.809648+0000 mgr.smithi096.ejdhsd (mgr.14182) 1353 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:25.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:26.784 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:26.796 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:26 smithi096 bash[25928]: audit 2023-11-16T02:33:25.139204+0000 mgr.smithi096.ejdhsd (mgr.14182) 1354 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:26.796 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:26 smithi096 bash[25928]: cluster 2023-11-16T02:33:25.811456+0000 mgr.smithi096.ejdhsd (mgr.14182) 1355 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:26.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:26 smithi145 bash[29583]: audit 2023-11-16T02:33:25.139204+0000 mgr.smithi096.ejdhsd (mgr.14182) 1354 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:26.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:26 smithi145 bash[29583]: cluster 2023-11-16T02:33:25.811456+0000 mgr.smithi096.ejdhsd (mgr.14182) 1355 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:29.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:28 smithi145 bash[29583]: cluster 2023-11-16T02:33:27.812983+0000 mgr.smithi096.ejdhsd (mgr.14182) 1356 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:29.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:28 smithi096 bash[25928]: cluster 2023-11-16T02:33:27.812983+0000 mgr.smithi096.ejdhsd (mgr.14182) 1356 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:30.037 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:30.038 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:30.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:31.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:30 smithi096 bash[25928]: cluster 2023-11-16T02:33:29.814871+0000 mgr.smithi096.ejdhsd (mgr.14182) 1357 : cluster [DBG] pgmap v900: 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-16T02:33:31.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:30 smithi145 bash[29583]: cluster 2023-11-16T02:33:29.814871+0000 mgr.smithi096.ejdhsd (mgr.14182) 1357 : cluster [DBG] pgmap v900: 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-16T02:33:31.688 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:32.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:31 smithi096 bash[25928]: audit 2023-11-16T02:33:30.026011+0000 mgr.smithi096.ejdhsd (mgr.14182) 1358 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:32.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:31 smithi145 bash[29583]: audit 2023-11-16T02:33:30.026011+0000 mgr.smithi096.ejdhsd (mgr.14182) 1358 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:33.143 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:32 smithi096 bash[25928]: cluster 2023-11-16T02:33:31.816292+0000 mgr.smithi096.ejdhsd (mgr.14182) 1359 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:33.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:32 smithi145 bash[29583]: cluster 2023-11-16T02:33:31.816292+0000 mgr.smithi096.ejdhsd (mgr.14182) 1359 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:34.903 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:34.904 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:35.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:34 smithi145 bash[29583]: cluster 2023-11-16T02:33:33.818110+0000 mgr.smithi096.ejdhsd (mgr.14182) 1360 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:35.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:34 smithi096 bash[25928]: cluster 2023-11-16T02:33:33.818110+0000 mgr.smithi096.ejdhsd (mgr.14182) 1360 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:35.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:36.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:35 smithi145 bash[29583]: audit 2023-11-16T02:33:34.894241+0000 mgr.smithi096.ejdhsd (mgr.14182) 1361 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:36.354 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:35 smithi096 bash[25928]: audit 2023-11-16T02:33:34.894241+0000 mgr.smithi096.ejdhsd (mgr.14182) 1361 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:36.584 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:37.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:36 smithi145 bash[29583]: cluster 2023-11-16T02:33:35.819903+0000 mgr.smithi096.ejdhsd (mgr.14182) 1362 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:37.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:36 smithi096 bash[25928]: cluster 2023-11-16T02:33:35.819903+0000 mgr.smithi096.ejdhsd (mgr.14182) 1362 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:33:39.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:38 smithi145 bash[29583]: cluster 2023-11-16T02:33:37.821604+0000 mgr.smithi096.ejdhsd (mgr.14182) 1363 : cluster [DBG] pgmap v904: 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-16T02:33:39.351 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:38 smithi096 bash[25928]: cluster 2023-11-16T02:33:37.821604+0000 mgr.smithi096.ejdhsd (mgr.14182) 1363 : cluster [DBG] pgmap v904: 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-16T02:33:40.050 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:40.050 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:40.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:41.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:40 smithi096 bash[25928]: cluster 2023-11-16T02:33:39.823146+0000 mgr.smithi096.ejdhsd (mgr.14182) 1364 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-16T02:33:41.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:40 smithi145 bash[29583]: cluster 2023-11-16T02:33:39.823146+0000 mgr.smithi096.ejdhsd (mgr.14182) 1364 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-16T02:33:41.666 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:42.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:41 smithi096 bash[25928]: audit 2023-11-16T02:33:40.037183+0000 mgr.smithi096.ejdhsd (mgr.14182) 1365 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:42.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:41 smithi145 bash[29583]: audit 2023-11-16T02:33:40.037183+0000 mgr.smithi096.ejdhsd (mgr.14182) 1365 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:43.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:42 smithi096 bash[25928]: cluster 2023-11-16T02:33:41.824557+0000 mgr.smithi096.ejdhsd (mgr.14182) 1366 : cluster [DBG] pgmap v906: 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-16T02:33:43.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:42 smithi145 bash[29583]: cluster 2023-11-16T02:33:41.824557+0000 mgr.smithi096.ejdhsd (mgr.14182) 1366 : cluster [DBG] pgmap v906: 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-16T02:33:44.926 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:44.927 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:45.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:44 smithi096 bash[25928]: cluster 2023-11-16T02:33:43.826272+0000 mgr.smithi096.ejdhsd (mgr.14182) 1367 : cluster [DBG] pgmap v907: 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-16T02:33:45.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:44 smithi145 bash[29583]: cluster 2023-11-16T02:33:43.826272+0000 mgr.smithi096.ejdhsd (mgr.14182) 1367 : cluster [DBG] pgmap v907: 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-16T02:33:45.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:46.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:45 smithi096 bash[25928]: audit 2023-11-16T02:33:44.914430+0000 mgr.smithi096.ejdhsd (mgr.14182) 1368 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:45 smithi145 bash[29583]: audit 2023-11-16T02:33:44.914430+0000 mgr.smithi096.ejdhsd (mgr.14182) 1368 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:46.622 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:47.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:46 smithi096 bash[25928]: cluster 2023-11-16T02:33:45.828068+0000 mgr.smithi096.ejdhsd (mgr.14182) 1369 : cluster [DBG] pgmap v908: 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-16T02:33:47.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:46 smithi145 bash[29583]: cluster 2023-11-16T02:33:45.828068+0000 mgr.smithi096.ejdhsd (mgr.14182) 1369 : cluster [DBG] pgmap v908: 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-16T02:33:49.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:48 smithi096 bash[25928]: cluster 2023-11-16T02:33:47.829534+0000 mgr.smithi096.ejdhsd (mgr.14182) 1370 : cluster [DBG] pgmap v909: 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-16T02:33:49.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:48 smithi145 bash[29583]: cluster 2023-11-16T02:33:47.829534+0000 mgr.smithi096.ejdhsd (mgr.14182) 1370 : cluster [DBG] pgmap v909: 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-16T02:33:50.074 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:50.079 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:50.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:51.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:50 smithi096 bash[25928]: cluster 2023-11-16T02:33:49.831143+0000 mgr.smithi096.ejdhsd (mgr.14182) 1371 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-16T02:33:51.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:50 smithi145 bash[29583]: cluster 2023-11-16T02:33:49.831143+0000 mgr.smithi096.ejdhsd (mgr.14182) 1371 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-16T02:33:51.683 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:52.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:51 smithi145 bash[29583]: audit 2023-11-16T02:33:50.064212+0000 mgr.smithi096.ejdhsd (mgr.14182) 1372 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:52.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:51 smithi145 bash[29583]: cluster 2023-11-16T02:33:51.832548+0000 mgr.smithi096.ejdhsd (mgr.14182) 1373 : cluster [DBG] pgmap v911: 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-16T02:33:52.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:51 smithi096 bash[25928]: audit 2023-11-16T02:33:50.064212+0000 mgr.smithi096.ejdhsd (mgr.14182) 1372 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:52.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:51 smithi096 bash[25928]: cluster 2023-11-16T02:33:51.832548+0000 mgr.smithi096.ejdhsd (mgr.14182) 1373 : cluster [DBG] pgmap v911: 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-16T02:33:54.811 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:54.811 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:33:55.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:54 smithi145 bash[29583]: cluster 2023-11-16T02:33:53.834295+0000 mgr.smithi096.ejdhsd (mgr.14182) 1374 : 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-16T02:33:55.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:54 smithi096 bash[25928]: cluster 2023-11-16T02:33:53.834295+0000 mgr.smithi096.ejdhsd (mgr.14182) 1374 : 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-16T02:33:55.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:33:56.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:55 smithi145 bash[29583]: audit 2023-11-16T02:33:54.800908+0000 mgr.smithi096.ejdhsd (mgr.14182) 1375 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:56.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:55 smithi096 bash[25928]: audit 2023-11-16T02:33:54.800908+0000 mgr.smithi096.ejdhsd (mgr.14182) 1375 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:33:56.473 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:33:57.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:56 smithi145 bash[29583]: cluster 2023-11-16T02:33:55.836099+0000 mgr.smithi096.ejdhsd (mgr.14182) 1376 : 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-16T02:33:57.384 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:56 smithi096 bash[25928]: cluster 2023-11-16T02:33:55.836099+0000 mgr.smithi096.ejdhsd (mgr.14182) 1376 : 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-16T02:33:59.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:33:58 smithi145 bash[29583]: cluster 2023-11-16T02:33:57.837866+0000 mgr.smithi096.ejdhsd (mgr.14182) 1377 : 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-16T02:33:59.302 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:33:58 smithi096 bash[25928]: cluster 2023-11-16T02:33:57.837866+0000 mgr.smithi096.ejdhsd (mgr.14182) 1377 : 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-16T02:33:59.749 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:33:59.750 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:00.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:00 smithi145 bash[29583]: audit 2023-11-16T02:33:59.742944+0000 mgr.smithi096.ejdhsd (mgr.14182) 1378 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:01.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:00 smithi145 bash[29583]: cluster 2023-11-16T02:33:59.839411+0000 mgr.smithi096.ejdhsd (mgr.14182) 1379 : cluster [DBG] pgmap v915: 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-16T02:34:01.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:00 smithi096 bash[25928]: audit 2023-11-16T02:33:59.742944+0000 mgr.smithi096.ejdhsd (mgr.14182) 1378 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:01.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:00 smithi096 bash[25928]: cluster 2023-11-16T02:33:59.839411+0000 mgr.smithi096.ejdhsd (mgr.14182) 1379 : cluster [DBG] pgmap v915: 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-16T02:34:01.397 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:03.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:02 smithi096 bash[25928]: cluster 2023-11-16T02:34:01.841151+0000 mgr.smithi096.ejdhsd (mgr.14182) 1380 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:03.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:02 smithi145 bash[29583]: cluster 2023-11-16T02:34:01.841151+0000 mgr.smithi096.ejdhsd (mgr.14182) 1380 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:04.552 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:04.552 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:05.258 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:04 smithi096 bash[25928]: cluster 2023-11-16T02:34:03.843092+0000 mgr.smithi096.ejdhsd (mgr.14182) 1381 : 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-16T02:34:05.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:05.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:04 smithi145 bash[29583]: cluster 2023-11-16T02:34:03.843092+0000 mgr.smithi096.ejdhsd (mgr.14182) 1381 : 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-16T02:34:06.260 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:06.273 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:05 smithi096 bash[25928]: audit 2023-11-16T02:34:04.539089+0000 mgr.smithi096.ejdhsd (mgr.14182) 1382 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:06.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:05 smithi145 bash[29583]: audit 2023-11-16T02:34:04.539089+0000 mgr.smithi096.ejdhsd (mgr.14182) 1382 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:07.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:06 smithi096 bash[25928]: cluster 2023-11-16T02:34:05.844943+0000 mgr.smithi096.ejdhsd (mgr.14182) 1383 : 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-16T02:34:07.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:06 smithi145 bash[29583]: cluster 2023-11-16T02:34:05.844943+0000 mgr.smithi096.ejdhsd (mgr.14182) 1383 : 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-16T02:34:08.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:07 smithi096 bash[25928]: audit 2023-11-16T02:34:07.799252+0000 mon.smithi096 (mon.0) 1009 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:34:08.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:07 smithi145 bash[29583]: audit 2023-11-16T02:34:07.799252+0000 mon.smithi096 (mon.0) 1009 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:34:09.208 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:08 smithi096 bash[25928]: cluster 2023-11-16T02:34:07.846413+0000 mgr.smithi096.ejdhsd (mgr.14182) 1384 : 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-16T02:34:09.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:08 smithi145 bash[29583]: cluster 2023-11-16T02:34:07.846413+0000 mgr.smithi096.ejdhsd (mgr.14182) 1384 : 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-16T02:34:09.659 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:09.659 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:23:47.826037Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:23:47.826186Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:23:47.826332Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:23:47.825884Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:23:47.825650Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:23:47.827336Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:23:47.826470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:23:47.826610Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:23:47.827186Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:10.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:11.350 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:11.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:10 smithi096 bash[25928]: audit 2023-11-16T02:34:09.654415+0000 mgr.smithi096.ejdhsd (mgr.14182) 1385 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:11.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:10 smithi096 bash[25928]: cluster 2023-11-16T02:34:09.848007+0000 mgr.smithi096.ejdhsd (mgr.14182) 1386 : cluster [DBG] pgmap v920: 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-16T02:34:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:10 smithi145 bash[29583]: audit 2023-11-16T02:34:09.654415+0000 mgr.smithi096.ejdhsd (mgr.14182) 1385 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:11.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:10 smithi145 bash[29583]: cluster 2023-11-16T02:34:09.848007+0000 mgr.smithi096.ejdhsd (mgr.14182) 1386 : cluster [DBG] pgmap v920: 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-16T02:34:13.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:12 smithi096 bash[25928]: cluster 2023-11-16T02:34:11.849525+0000 mgr.smithi096.ejdhsd (mgr.14182) 1387 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:13.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:12 smithi145 bash[29583]: cluster 2023-11-16T02:34:11.849525+0000 mgr.smithi096.ejdhsd (mgr.14182) 1387 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:14.249 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:13 smithi096 bash[25928]: cluster 2023-11-16T02:34:13.851287+0000 mgr.smithi096.ejdhsd (mgr.14182) 1388 : 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-16T02:34:14.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:13 smithi145 bash[29583]: cluster 2023-11-16T02:34:13.851287+0000 mgr.smithi096.ejdhsd (mgr.14182) 1388 : 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-16T02:34:14.597 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:14.597 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:31:59.916359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.cvczwz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:15.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:15.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:15 smithi096 bash[25928]: audit 2023-11-16T02:34:14.308205+0000 mon.smithi096 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:15.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:15 smithi096 bash[25928]: audit 2023-11-16T02:34:14.591690+0000 mgr.smithi096.ejdhsd (mgr.14182) 1389 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:15.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:15 smithi096 bash[25928]: audit 2023-11-16T02:34:14.598143+0000 mon.smithi096 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:34:15.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:15 smithi096 bash[25928]: audit 2023-11-16T02:34:14.601266+0000 mon.smithi096 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:34:15.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:15 smithi096 bash[25928]: audit 2023-11-16T02:34:14.606954+0000 mon.smithi096 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:15.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:15 smithi096 bash[25928]: cluster 2023-11-16T02:34:14.607621+0000 mgr.smithi096.ejdhsd (mgr.14182) 1390 : cluster [DBG] pgmap v923: 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-16T02:34:15.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:15 smithi096 bash[25928]: audit 2023-11-16T02:34:14.613311+0000 mon.smithi096 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:34:15.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:15 smithi096 bash[25928]: audit 2023-11-16T02:34:14.628317+0000 mon.smithi096 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:15.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:15 smithi096 bash[25928]: cephadm 2023-11-16T02:34:14.631545+0000 mgr.smithi096.ejdhsd (mgr.14182) 1391 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.ksfmiy on smithi145 2023-11-16T02:34:15.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:15 smithi145 bash[29583]: audit 2023-11-16T02:34:14.308205+0000 mon.smithi096 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:15.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:15 smithi145 bash[29583]: audit 2023-11-16T02:34:14.591690+0000 mgr.smithi096.ejdhsd (mgr.14182) 1389 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:15.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:15 smithi145 bash[29583]: audit 2023-11-16T02:34:14.598143+0000 mon.smithi096 (mon.0) 1011 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:34:15.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:15 smithi145 bash[29583]: audit 2023-11-16T02:34:14.601266+0000 mon.smithi096 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:34:15.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:15 smithi145 bash[29583]: audit 2023-11-16T02:34:14.606954+0000 mon.smithi096 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:15.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:15 smithi145 bash[29583]: cluster 2023-11-16T02:34:14.607621+0000 mgr.smithi096.ejdhsd (mgr.14182) 1390 : cluster [DBG] pgmap v923: 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-16T02:34:15.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:15 smithi145 bash[29583]: audit 2023-11-16T02:34:14.613311+0000 mon.smithi096 (mon.0) 1014 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:34:15.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:15 smithi145 bash[29583]: audit 2023-11-16T02:34:14.628317+0000 mon.smithi096 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:15.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:15 smithi145 bash[29583]: cephadm 2023-11-16T02:34:14.631545+0000 mgr.smithi096.ejdhsd (mgr.14182) 1391 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.ksfmiy on smithi145 2023-11-16T02:34:16.256 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:16.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:16 smithi096 bash[25928]: cluster 2023-11-16T02:34:15.605012+0000 mon.smithi096 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:34:16.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:16 smithi096 bash[25928]: cluster 2023-11-16T02:34:15.605079+0000 mon.smithi096 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2023-11-16T02:34:16.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:16 smithi145 bash[29583]: cluster 2023-11-16T02:34:15.605012+0000 mon.smithi096 (mon.0) 1016 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:34:16.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:16 smithi145 bash[29583]: cluster 2023-11-16T02:34:15.605079+0000 mon.smithi096 (mon.0) 1017 : cluster [INF] Cluster is now healthy 2023-11-16T02:34:17.601 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:17 smithi096 bash[25928]: cluster 2023-11-16T02:34:16.609243+0000 mgr.smithi096.ejdhsd (mgr.14182) 1392 : cluster [DBG] pgmap v924: 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-16T02:34:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:17 smithi145 bash[29583]: cluster 2023-11-16T02:34:16.609243+0000 mgr.smithi096.ejdhsd (mgr.14182) 1392 : cluster [DBG] pgmap v924: 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-16T02:34:18.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:18 smithi145 bash[29583]: audit 2023-11-16T02:34:18.355761+0000 mon.smithi096 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.ksfmiy"}]: dispatch 2023-11-16T02:34:18.851 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:18 smithi096 bash[25928]: audit 2023-11-16T02:34:18.355761+0000 mon.smithi096 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.ksfmiy"}]: dispatch 2023-11-16T02:34:19.483 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:19.483 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:04.031857Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.tdiwok on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-tdiwok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.tdiwok\nDeploy daemon haproxy.nfs.foo.smithi145.tdiwok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.790544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.inopdc on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-inopdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.inopdc\nDeploy daemon haproxy.nfs.foo.smithi096.inopdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:33:07.792542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.iylayc on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:19.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: cephadm 2023-11-16T02:34:18.354516+0000 mgr.smithi096.ejdhsd (mgr.14182) 1393 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:19.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:19.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.ksfmiy ... 2023-11-16T02:34:19.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:19.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:19.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:19.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:34:19.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:34:19.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:34:19.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:34:19.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:34:19.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:19.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:19.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.ksfmiy ... 2023-11-16T02:34:19.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:19.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:19.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:19.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: cephadm 2023-11-16T02:34:18.355101+0000 mgr.smithi096.ejdhsd (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: cephadm 2023-11-16T02:34:18.357254+0000 mgr.smithi096.ejdhsd (mgr.14182) 1395 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:19.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:19.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.ksfmiy ... 2023-11-16T02:34:19.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.858 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:19.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:19.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:19.859 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.861 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: cephadm 2023-11-16T02:34:18.362136+0000 mgr.smithi096.ejdhsd (mgr.14182) 1396 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.htjgcv on smithi096 2023-11-16T02:34:19.861 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:19 smithi096 bash[25928]: cluster 2023-11-16T02:34:18.610708+0000 mgr.smithi096.ejdhsd (mgr.14182) 1397 : cluster [DBG] pgmap v925: 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-16T02:34:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: cephadm 2023-11-16T02:34:18.354516+0000 mgr.smithi096.ejdhsd (mgr.14182) 1393 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.ksfmiy ... 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:34:19.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.ksfmiy ... 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:19.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: cephadm 2023-11-16T02:34:18.355101+0000 mgr.smithi096.ejdhsd (mgr.14182) 1394 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: cephadm 2023-11-16T02:34:18.357254+0000 mgr.smithi096.ejdhsd (mgr.14182) 1395 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.ksfmiy ... 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:19.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:19.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:19.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:19.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: cephadm 2023-11-16T02:34:18.362136+0000 mgr.smithi096.ejdhsd (mgr.14182) 1396 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.htjgcv on smithi096 2023-11-16T02:34:19.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:19 smithi145 bash[29583]: cluster 2023-11-16T02:34:18.610708+0000 mgr.smithi096.ejdhsd (mgr.14182) 1397 : cluster [DBG] pgmap v925: 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-16T02:34:20.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:20.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:20 smithi096 bash[25928]: audit 2023-11-16T02:34:19.470301+0000 mgr.smithi096.ejdhsd (mgr.14182) 1398 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:20.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:20 smithi145 bash[29583]: audit 2023-11-16T02:34:19.470301+0000 mgr.smithi096.ejdhsd (mgr.14182) 1398 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:21.141 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:21.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:21 smithi145 bash[29583]: cluster 2023-11-16T02:34:20.611942+0000 mgr.smithi096.ejdhsd (mgr.14182) 1399 : cluster [DBG] pgmap v926: 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-16T02:34:21.934 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:21 smithi096 bash[25928]: cluster 2023-11-16T02:34:20.611942+0000 mgr.smithi096.ejdhsd (mgr.14182) 1399 : cluster [DBG] pgmap v926: 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-16T02:34:22.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:22 smithi096 bash[25928]: audit 2023-11-16T02:34:22.259256+0000 mon.smithi096 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.htjgcv"}]: dispatch 2023-11-16T02:34:22.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:22 smithi096 bash[25928]: audit 2023-11-16T02:34:22.293447+0000 mon.smithi096 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:22.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:22 smithi145 bash[29583]: audit 2023-11-16T02:34:22.259256+0000 mon.smithi096 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.htjgcv"}]: dispatch 2023-11-16T02:34:22.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:22 smithi145 bash[29583]: audit 2023-11-16T02:34:22.293447+0000 mon.smithi096 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:23.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: cephadm 2023-11-16T02:34:22.258180+0000 mgr.smithi096.ejdhsd (mgr.14182) 1400 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.htjgcv ... 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:23.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:23.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.htjgcv ... 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: cephadm 2023-11-16T02:34:22.258618+0000 mgr.smithi096.ejdhsd (mgr.14182) 1401 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: cephadm 2023-11-16T02:34:22.260738+0000 mgr.smithi096.ejdhsd (mgr.14182) 1402 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.htjgcv ... 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: cephadm 2023-11-16T02:34:22.265216+0000 mgr.smithi096.ejdhsd (mgr.14182) 1403 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: cephadm 2023-11-16T02:34:22.266993+0000 mgr.smithi096.ejdhsd (mgr.14182) 1404 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: cluster 2023-11-16T02:34:22.268028+0000 mgr.smithi096.ejdhsd (mgr.14182) 1405 : cluster [DBG] pgmap v927: 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-16T02:34:23.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:23 smithi096 bash[25928]: cluster 2023-11-16T02:34:22.492625+0000 mon.smithi096 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:34:23.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: cephadm 2023-11-16T02:34:22.258180+0000 mgr.smithi096.ejdhsd (mgr.14182) 1400 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:23.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.htjgcv ... 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:34:23.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.htjgcv ... 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: cephadm 2023-11-16T02:34:22.258618+0000 mgr.smithi096.ejdhsd (mgr.14182) 1401 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: cephadm 2023-11-16T02:34:22.260738+0000 mgr.smithi096.ejdhsd (mgr.14182) 1402 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.htjgcv ... 2023-11-16T02:34:23.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:34:23.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:34:23.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:34:23.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:34:23.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: cephadm 2023-11-16T02:34:22.265216+0000 mgr.smithi096.ejdhsd (mgr.14182) 1403 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:34:23.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: cephadm 2023-11-16T02:34:22.266993+0000 mgr.smithi096.ejdhsd (mgr.14182) 1404 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:34:23.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: cluster 2023-11-16T02:34:22.268028+0000 mgr.smithi096.ejdhsd (mgr.14182) 1405 : cluster [DBG] pgmap v927: 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-16T02:34:23.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:23 smithi145 bash[29583]: cluster 2023-11-16T02:34:22.492625+0000 mon.smithi096 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:34:24.587 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:26.652 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:25 smithi145 bash[29583]: cluster 2023-11-16T02:34:24.269980+0000 mgr.smithi096.ejdhsd (mgr.14182) 1406 : cluster [DBG] pgmap v928: 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-16T02:34:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:25 smithi145 bash[29583]: audit 2023-11-16T02:34:24.577272+0000 mgr.smithi096.ejdhsd (mgr.14182) 1407 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:26.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:25 smithi145 bash[29583]: audit 2023-11-16T02:34:25.444204+0000 mon.smithi096 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:26.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:26.654 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:25 smithi096 bash[25928]: cluster 2023-11-16T02:34:24.269980+0000 mgr.smithi096.ejdhsd (mgr.14182) 1406 : cluster [DBG] pgmap v928: 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-16T02:34:26.654 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:25 smithi096 bash[25928]: audit 2023-11-16T02:34:24.577272+0000 mgr.smithi096.ejdhsd (mgr.14182) 1407 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:26.654 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:25 smithi096 bash[25928]: audit 2023-11-16T02:34:25.444204+0000 mon.smithi096 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:27.655 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:27.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:27 smithi096 bash[25928]: cluster 2023-11-16T02:34:26.271793+0000 mgr.smithi096.ejdhsd (mgr.14182) 1408 : cluster [DBG] pgmap v929: 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-16T02:34:27.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:27 smithi145 bash[29583]: cluster 2023-11-16T02:34:26.271793+0000 mgr.smithi096.ejdhsd (mgr.14182) 1408 : cluster [DBG] pgmap v929: 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-16T02:34:29.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:29 smithi096 bash[25928]: cluster 2023-11-16T02:34:28.273340+0000 mgr.smithi096.ejdhsd (mgr.14182) 1409 : cluster [DBG] pgmap v930: 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-16T02:34:29.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:29 smithi145 bash[29583]: cluster 2023-11-16T02:34:28.273340+0000 mgr.smithi096.ejdhsd (mgr.14182) 1409 : cluster [DBG] pgmap v930: 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-16T02:34:30.814 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:30.814 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:31.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:31.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:31 smithi096 bash[25928]: cluster 2023-11-16T02:34:30.275226+0000 mgr.smithi096.ejdhsd (mgr.14182) 1410 : cluster [DBG] pgmap v931: 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-16T02:34:31.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:31 smithi096 bash[25928]: audit 2023-11-16T02:34:30.802833+0000 mgr.smithi096.ejdhsd (mgr.14182) 1411 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:31.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:31 smithi145 bash[29583]: cluster 2023-11-16T02:34:30.275226+0000 mgr.smithi096.ejdhsd (mgr.14182) 1410 : cluster [DBG] pgmap v931: 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-16T02:34:31.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:31 smithi145 bash[29583]: audit 2023-11-16T02:34:30.802833+0000 mgr.smithi096.ejdhsd (mgr.14182) 1411 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:32.385 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:33.837 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:33 smithi096 bash[25928]: cluster 2023-11-16T02:34:32.276996+0000 mgr.smithi096.ejdhsd (mgr.14182) 1412 : cluster [DBG] pgmap v932: 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-16T02:34:33.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:33 smithi145 bash[29583]: cluster 2023-11-16T02:34:32.276996+0000 mgr.smithi096.ejdhsd (mgr.14182) 1412 : cluster [DBG] pgmap v932: 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-16T02:34:35.808 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:35.809 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:35.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:35 smithi096 bash[25928]: cluster 2023-11-16T02:34:34.278626+0000 mgr.smithi096.ejdhsd (mgr.14182) 1413 : 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-16T02:34:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:35 smithi145 bash[29583]: cluster 2023-11-16T02:34:34.278626+0000 mgr.smithi096.ejdhsd (mgr.14182) 1413 : 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-16T02:34:36.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:36 smithi096 bash[25928]: audit 2023-11-16T02:34:35.797979+0000 mgr.smithi096.ejdhsd (mgr.14182) 1414 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:36.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:36 smithi145 bash[29583]: audit 2023-11-16T02:34:35.797979+0000 mgr.smithi096.ejdhsd (mgr.14182) 1414 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:37.447 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:37.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:37 smithi096 bash[25928]: cluster 2023-11-16T02:34:36.280210+0000 mgr.smithi096.ejdhsd (mgr.14182) 1415 : 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-16T02:34:37.983 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:37 smithi096 bash[25928]: audit 2023-11-16T02:34:37.294254+0000 mon.smithi096 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:37.984 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:37 smithi145 bash[29583]: cluster 2023-11-16T02:34:36.280210+0000 mgr.smithi096.ejdhsd (mgr.14182) 1415 : 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-16T02:34:37.984 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:37 smithi145 bash[29583]: audit 2023-11-16T02:34:37.294254+0000 mon.smithi096 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:34:39.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:39 smithi096 bash[25928]: cluster 2023-11-16T02:34:38.281810+0000 mgr.smithi096.ejdhsd (mgr.14182) 1416 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:39 smithi145 bash[29583]: cluster 2023-11-16T02:34:38.281810+0000 mgr.smithi096.ejdhsd (mgr.14182) 1416 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:40.668 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:40.668 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:41.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:41.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:41 smithi096 bash[25928]: cluster 2023-11-16T02:34:40.283049+0000 mgr.smithi096.ejdhsd (mgr.14182) 1417 : cluster [DBG] pgmap v936: 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-16T02:34:41.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:41 smithi096 bash[25928]: audit 2023-11-16T02:34:40.657479+0000 mgr.smithi096.ejdhsd (mgr.14182) 1418 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:41.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:41 smithi145 bash[29583]: cluster 2023-11-16T02:34:40.283049+0000 mgr.smithi096.ejdhsd (mgr.14182) 1417 : cluster [DBG] pgmap v936: 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-16T02:34:41.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:41 smithi145 bash[29583]: audit 2023-11-16T02:34:40.657479+0000 mgr.smithi096.ejdhsd (mgr.14182) 1418 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:42.239 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:43.709 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:43 smithi096 bash[25928]: cluster 2023-11-16T02:34:42.284711+0000 mgr.smithi096.ejdhsd (mgr.14182) 1419 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:43.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:43 smithi145 bash[29583]: cluster 2023-11-16T02:34:42.284711+0000 mgr.smithi096.ejdhsd (mgr.14182) 1419 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:45.681 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:45.681 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:45.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:45 smithi096 bash[25928]: cluster 2023-11-16T02:34:44.286229+0000 mgr.smithi096.ejdhsd (mgr.14182) 1420 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:45.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:45 smithi145 bash[29583]: cluster 2023-11-16T02:34:44.286229+0000 mgr.smithi096.ejdhsd (mgr.14182) 1420 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:46.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:46.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:46 smithi096 bash[25928]: audit 2023-11-16T02:34:45.671760+0000 mgr.smithi096.ejdhsd (mgr.14182) 1421 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:46.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:46 smithi145 bash[29583]: audit 2023-11-16T02:34:45.671760+0000 mgr.smithi096.ejdhsd (mgr.14182) 1421 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:47.335 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:47.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:47 smithi096 bash[25928]: cluster 2023-11-16T02:34:46.288076+0000 mgr.smithi096.ejdhsd (mgr.14182) 1422 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:47.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:47 smithi145 bash[29583]: cluster 2023-11-16T02:34:46.288076+0000 mgr.smithi096.ejdhsd (mgr.14182) 1422 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:49 smithi096 bash[25928]: cluster 2023-11-16T02:34:48.289669+0000 mgr.smithi096.ejdhsd (mgr.14182) 1423 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:49 smithi145 bash[29583]: cluster 2023-11-16T02:34:48.289669+0000 mgr.smithi096.ejdhsd (mgr.14182) 1423 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:50.717 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:50.717 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:51.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:51.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:51 smithi096 bash[25928]: cluster 2023-11-16T02:34:50.291119+0000 mgr.smithi096.ejdhsd (mgr.14182) 1424 : cluster [DBG] pgmap v941: 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-16T02:34:51.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:51 smithi096 bash[25928]: audit 2023-11-16T02:34:50.711657+0000 mgr.smithi096.ejdhsd (mgr.14182) 1425 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:51.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:51 smithi145 bash[29583]: cluster 2023-11-16T02:34:50.291119+0000 mgr.smithi096.ejdhsd (mgr.14182) 1424 : cluster [DBG] pgmap v941: 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-16T02:34:51.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:51 smithi145 bash[29583]: audit 2023-11-16T02:34:50.711657+0000 mgr.smithi096.ejdhsd (mgr.14182) 1425 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:52.363 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:53.758 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:53 smithi096 bash[25928]: cluster 2023-11-16T02:34:52.297772+0000 mgr.smithi096.ejdhsd (mgr.14182) 1426 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:53.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:53 smithi145 bash[29583]: cluster 2023-11-16T02:34:52.297772+0000 mgr.smithi096.ejdhsd (mgr.14182) 1426 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:55.661 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:34:55.661 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:34:55.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:55 smithi145 bash[29583]: cluster 2023-11-16T02:34:54.299419+0000 mgr.smithi096.ejdhsd (mgr.14182) 1427 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:56.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:55 smithi096 bash[25928]: cluster 2023-11-16T02:34:54.299419+0000 mgr.smithi096.ejdhsd (mgr.14182) 1427 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:56.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:34:56.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:56 smithi145 bash[29583]: audit 2023-11-16T02:34:55.656442+0000 mgr.smithi096.ejdhsd (mgr.14182) 1428 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:57.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:56 smithi096 bash[25928]: audit 2023-11-16T02:34:55.656442+0000 mgr.smithi096.ejdhsd (mgr.14182) 1428 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:34:57.349 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:34:57.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:57 smithi145 bash[29583]: cluster 2023-11-16T02:34:56.301273+0000 mgr.smithi096.ejdhsd (mgr.14182) 1429 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:58.159 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:57 smithi096 bash[25928]: cluster 2023-11-16T02:34:56.301273+0000 mgr.smithi096.ejdhsd (mgr.14182) 1429 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:34:59.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:34:59 smithi145 bash[29583]: cluster 2023-11-16T02:34:58.302843+0000 mgr.smithi096.ejdhsd (mgr.14182) 1430 : 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-16T02:35:00.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:34:59 smithi096 bash[25928]: cluster 2023-11-16T02:34:58.302843+0000 mgr.smithi096.ejdhsd (mgr.14182) 1430 : 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-16T02:35:00.657 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:00.658 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:01.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:01.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:01 smithi145 bash[29583]: cluster 2023-11-16T02:35:00.304409+0000 mgr.smithi096.ejdhsd (mgr.14182) 1431 : cluster [DBG] pgmap v946: 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-16T02:35:01.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:01 smithi145 bash[29583]: audit 2023-11-16T02:35:00.645138+0000 mgr.smithi096.ejdhsd (mgr.14182) 1432 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:02.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:01 smithi096 bash[25928]: cluster 2023-11-16T02:35:00.304409+0000 mgr.smithi096.ejdhsd (mgr.14182) 1431 : cluster [DBG] pgmap v946: 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-16T02:35:02.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:01 smithi096 bash[25928]: audit 2023-11-16T02:35:00.645138+0000 mgr.smithi096.ejdhsd (mgr.14182) 1432 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:02.282 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:03.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:03 smithi145 bash[29583]: cluster 2023-11-16T02:35:02.305501+0000 mgr.smithi096.ejdhsd (mgr.14182) 1433 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:04.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:03 smithi096 bash[25928]: cluster 2023-11-16T02:35:02.305501+0000 mgr.smithi096.ejdhsd (mgr.14182) 1433 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:05.375 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:05.375 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:05.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:05 smithi096 bash[25928]: cluster 2023-11-16T02:35:04.307215+0000 mgr.smithi096.ejdhsd (mgr.14182) 1434 : 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-16T02:35:06.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:06.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:05 smithi145 bash[29583]: cluster 2023-11-16T02:35:04.307215+0000 mgr.smithi096.ejdhsd (mgr.14182) 1434 : 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-16T02:35:07.083 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:07.095 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:06 smithi096 bash[25928]: audit 2023-11-16T02:35:05.370127+0000 mgr.smithi096.ejdhsd (mgr.14182) 1435 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:07.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:06 smithi145 bash[29583]: audit 2023-11-16T02:35:05.370127+0000 mgr.smithi096.ejdhsd (mgr.14182) 1435 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:08.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:07 smithi096 bash[25928]: cluster 2023-11-16T02:35:06.309104+0000 mgr.smithi096.ejdhsd (mgr.14182) 1436 : 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-16T02:35:08.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:07 smithi145 bash[29583]: cluster 2023-11-16T02:35:06.309104+0000 mgr.smithi096.ejdhsd (mgr.14182) 1436 : 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-16T02:35:10.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:09 smithi096 bash[25928]: cluster 2023-11-16T02:35:08.310214+0000 mgr.smithi096.ejdhsd (mgr.14182) 1437 : 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-16T02:35:10.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:09 smithi145 bash[29583]: cluster 2023-11-16T02:35:08.310214+0000 mgr.smithi096.ejdhsd (mgr.14182) 1437 : 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-16T02:35:10.277 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:10.277 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:10.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:11.913 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:12.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:11 smithi096 bash[25928]: audit 2023-11-16T02:35:10.267816+0000 mgr.smithi096.ejdhsd (mgr.14182) 1438 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:12.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:11 smithi096 bash[25928]: cluster 2023-11-16T02:35:10.311876+0000 mgr.smithi096.ejdhsd (mgr.14182) 1439 : cluster [DBG] pgmap v951: 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-16T02:35:12.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:11 smithi145 bash[29583]: audit 2023-11-16T02:35:10.267816+0000 mgr.smithi096.ejdhsd (mgr.14182) 1438 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:12.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:11 smithi145 bash[29583]: cluster 2023-11-16T02:35:10.311876+0000 mgr.smithi096.ejdhsd (mgr.14182) 1439 : cluster [DBG] pgmap v951: 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-16T02:35:14.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:13 smithi096 bash[25928]: cluster 2023-11-16T02:35:12.313466+0000 mgr.smithi096.ejdhsd (mgr.14182) 1440 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:14.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:13 smithi145 bash[29583]: cluster 2023-11-16T02:35:12.313466+0000 mgr.smithi096.ejdhsd (mgr.14182) 1440 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:15.129 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:15.129 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:15.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:16.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:15 smithi096 bash[25928]: cluster 2023-11-16T02:35:14.315094+0000 mgr.smithi096.ejdhsd (mgr.14182) 1441 : 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-16T02:35:16.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:15 smithi145 bash[29583]: cluster 2023-11-16T02:35:14.315094+0000 mgr.smithi096.ejdhsd (mgr.14182) 1441 : 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-16T02:35:16.809 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:17.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:16 smithi096 bash[25928]: audit 2023-11-16T02:35:15.123457+0000 mgr.smithi096.ejdhsd (mgr.14182) 1442 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:17.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:16 smithi145 bash[29583]: audit 2023-11-16T02:35:15.123457+0000 mgr.smithi096.ejdhsd (mgr.14182) 1442 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:18.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:17 smithi096 bash[25928]: cluster 2023-11-16T02:35:16.317018+0000 mgr.smithi096.ejdhsd (mgr.14182) 1443 : 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-16T02:35:18.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:17 smithi145 bash[29583]: cluster 2023-11-16T02:35:16.317018+0000 mgr.smithi096.ejdhsd (mgr.14182) 1443 : 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-16T02:35:19.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:19 smithi096 bash[25928]: cluster 2023-11-16T02:35:18.318679+0000 mgr.smithi096.ejdhsd (mgr.14182) 1444 : 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-16T02:35:19.938 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:19.938 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:20.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:19 smithi145 bash[29583]: cluster 2023-11-16T02:35:18.318679+0000 mgr.smithi096.ejdhsd (mgr.14182) 1444 : 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-16T02:35:20.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:20.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:20 smithi096 bash[25928]: audit 2023-11-16T02:35:19.928335+0000 mgr.smithi096.ejdhsd (mgr.14182) 1445 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:21.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:20 smithi145 bash[29583]: audit 2023-11-16T02:35:19.928335+0000 mgr.smithi096.ejdhsd (mgr.14182) 1445 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:21.540 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:21.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:21 smithi096 bash[25928]: cluster 2023-11-16T02:35:20.320459+0000 mgr.smithi096.ejdhsd (mgr.14182) 1446 : cluster [DBG] pgmap v956: 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-16T02:35:22.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:21 smithi145 bash[29583]: cluster 2023-11-16T02:35:20.320459+0000 mgr.smithi096.ejdhsd (mgr.14182) 1446 : cluster [DBG] pgmap v956: 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-16T02:35:22.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:22 smithi096 bash[25928]: audit 2023-11-16T02:35:22.271178+0000 mon.smithi096 (mon.0) 1024 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:35:23.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:22 smithi145 bash[29583]: audit 2023-11-16T02:35:22.271178+0000 mon.smithi096 (mon.0) 1024 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:35:24.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:23 smithi096 bash[25928]: cluster 2023-11-16T02:35:22.322229+0000 mgr.smithi096.ejdhsd (mgr.14182) 1447 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:24.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:23 smithi145 bash[29583]: cluster 2023-11-16T02:35:22.322229+0000 mgr.smithi096.ejdhsd (mgr.14182) 1447 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:24.664 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:24.664 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:25:01.681600Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:25:01.681985Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:25:01.682256Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:25:01.682509Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:25:01.683052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:25:01.682759Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:25:01.684045Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:25.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:26.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:25 smithi096 bash[25928]: cluster 2023-11-16T02:35:24.323673+0000 mgr.smithi096.ejdhsd (mgr.14182) 1448 : 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-16T02:35:26.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:25 smithi096 bash[25928]: audit 2023-11-16T02:35:24.658330+0000 mgr.smithi096.ejdhsd (mgr.14182) 1449 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:26.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:25 smithi145 bash[29583]: cluster 2023-11-16T02:35:24.323673+0000 mgr.smithi096.ejdhsd (mgr.14182) 1448 : 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-16T02:35:26.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:25 smithi145 bash[29583]: audit 2023-11-16T02:35:24.658330+0000 mgr.smithi096.ejdhsd (mgr.14182) 1449 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:26.337 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:27.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:27 smithi096 bash[25928]: cluster 2023-11-16T02:35:26.325523+0000 mgr.smithi096.ejdhsd (mgr.14182) 1450 : 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-16T02:35:28.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:27 smithi145 bash[29583]: cluster 2023-11-16T02:35:26.325523+0000 mgr.smithi096.ejdhsd (mgr.14182) 1450 : 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-16T02:35:29.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:29 smithi145 bash[29583]: audit 2023-11-16T02:35:28.159612+0000 mon.smithi096 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:35:29.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:29 smithi145 bash[29583]: cluster 2023-11-16T02:35:28.327041+0000 mgr.smithi096.ejdhsd (mgr.14182) 1451 : 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-16T02:35:29.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:29 smithi145 bash[29583]: audit 2023-11-16T02:35:28.455371+0000 mon.smithi096 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:35:29.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:29 smithi145 bash[29583]: audit 2023-11-16T02:35:28.457205+0000 mon.smithi096 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:35:29.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:29 smithi145 bash[29583]: audit 2023-11-16T02:35:28.467964+0000 mon.smithi096 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:35:29.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:29 smithi145 bash[29583]: cluster 2023-11-16T02:35:28.469328+0000 mgr.smithi096.ejdhsd (mgr.14182) 1452 : cluster [DBG] pgmap v961: 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-16T02:35:29.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:29 smithi145 bash[29583]: audit 2023-11-16T02:35:28.475597+0000 mon.smithi096 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:35:29.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:29 smithi145 bash[29583]: audit 2023-11-16T02:35:28.494429+0000 mon.smithi096 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:35:29.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:29 smithi145 bash[29583]: cephadm 2023-11-16T02:35:28.500973+0000 mgr.smithi096.ejdhsd (mgr.14182) 1453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.oipqad on smithi145 2023-11-16T02:35:29.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:29 smithi096 bash[25928]: audit 2023-11-16T02:35:28.159612+0000 mon.smithi096 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:35:29.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:29 smithi096 bash[25928]: cluster 2023-11-16T02:35:28.327041+0000 mgr.smithi096.ejdhsd (mgr.14182) 1451 : 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-16T02:35:29.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:29 smithi096 bash[25928]: audit 2023-11-16T02:35:28.455371+0000 mon.smithi096 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:35:29.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:29 smithi096 bash[25928]: audit 2023-11-16T02:35:28.457205+0000 mon.smithi096 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:35:29.603 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:29 smithi096 bash[25928]: audit 2023-11-16T02:35:28.467964+0000 mon.smithi096 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:35:29.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:29 smithi096 bash[25928]: cluster 2023-11-16T02:35:28.469328+0000 mgr.smithi096.ejdhsd (mgr.14182) 1452 : cluster [DBG] pgmap v961: 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-16T02:35:29.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:29 smithi096 bash[25928]: audit 2023-11-16T02:35:28.475597+0000 mon.smithi096 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:35:29.604 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:29 smithi096 bash[25928]: audit 2023-11-16T02:35:28.494429+0000 mon.smithi096 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:35:29.605 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:29 smithi096 bash[25928]: cephadm 2023-11-16T02:35:28.500973+0000 mgr.smithi096.ejdhsd (mgr.14182) 1453 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.oipqad on smithi145 2023-11-16T02:35:29.620 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:29.620 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:33:07.794842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.rfszhr on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:30.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:30.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:30 smithi096 bash[25928]: cluster 2023-11-16T02:35:29.155802+0000 mon.smithi096 (mon.0) 1031 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:35:30.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:30 smithi096 bash[25928]: cluster 2023-11-16T02:35:29.155881+0000 mon.smithi096 (mon.0) 1032 : cluster [INF] Cluster is now healthy 2023-11-16T02:35:30.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:30 smithi096 bash[25928]: audit 2023-11-16T02:35:29.607696+0000 mgr.smithi096.ejdhsd (mgr.14182) 1454 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:30.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:30 smithi145 bash[29583]: cluster 2023-11-16T02:35:29.155802+0000 mon.smithi096 (mon.0) 1031 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:35:30.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:30 smithi145 bash[29583]: cluster 2023-11-16T02:35:29.155881+0000 mon.smithi096 (mon.0) 1032 : cluster [INF] Cluster is now healthy 2023-11-16T02:35:30.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:30 smithi145 bash[29583]: audit 2023-11-16T02:35:29.607696+0000 mgr.smithi096.ejdhsd (mgr.14182) 1454 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:31.304 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:31.602 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:31 smithi096 bash[25928]: cluster 2023-11-16T02:35:30.470769+0000 mgr.smithi096.ejdhsd (mgr.14182) 1455 : cluster [DBG] pgmap v962: 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-16T02:35:31.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:31 smithi145 bash[29583]: cluster 2023-11-16T02:35:30.470769+0000 mgr.smithi096.ejdhsd (mgr.14182) 1455 : cluster [DBG] pgmap v962: 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-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: cluster 2023-11-16T02:35:32.472162+0000 mgr.smithi096.ejdhsd (mgr.14182) 1456 : cluster [DBG] pgmap v963: 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-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: cephadm 2023-11-16T02:35:32.508378+0000 mgr.smithi096.ejdhsd (mgr.14182) 1457 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.oipqad ... 2023-11-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.oipqad ... 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: cephadm 2023-11-16T02:35:32.509025+0000 mgr.smithi096.ejdhsd (mgr.14182) 1458 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: audit 2023-11-16T02:35:32.509769+0000 mon.smithi096 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.oipqad"}]: dispatch 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: cephadm 2023-11-16T02:35:32.511645+0000 mgr.smithi096.ejdhsd (mgr.14182) 1459 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:33.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.oipqad ... 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:33 smithi096 bash[25928]: cephadm 2023-11-16T02:35:32.515111+0000 mgr.smithi096.ejdhsd (mgr.14182) 1460 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.xjbigd on smithi096 2023-11-16T02:35:33.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: cluster 2023-11-16T02:35:32.472162+0000 mgr.smithi096.ejdhsd (mgr.14182) 1456 : cluster [DBG] pgmap v963: 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-16T02:35:33.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: cephadm 2023-11-16T02:35:32.508378+0000 mgr.smithi096.ejdhsd (mgr.14182) 1457 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:33.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.oipqad ... 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:35:33.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.oipqad ... 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: cephadm 2023-11-16T02:35:32.509025+0000 mgr.smithi096.ejdhsd (mgr.14182) 1458 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: audit 2023-11-16T02:35:32.509769+0000 mon.smithi096 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.oipqad"}]: dispatch 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: cephadm 2023-11-16T02:35:32.511645+0000 mgr.smithi096.ejdhsd (mgr.14182) 1459 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.oipqad ... 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:33.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:33.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:33 smithi145 bash[29583]: cephadm 2023-11-16T02:35:32.515111+0000 mgr.smithi096.ejdhsd (mgr.14182) 1460 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.xjbigd on smithi096 2023-11-16T02:35:34.737 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:34.737 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:18.357032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.ksfmiy on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-ksfmiy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.ksfmiy\nDeploy daemon haproxy.nfs.foo.smithi145.ksfmiy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.260433Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.htjgcv on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-htjgcv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.htjgcv\nDeploy daemon haproxy.nfs.foo.smithi096.htjgcv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:34:22.265035Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.pxcbla on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:35.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:35.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:35 smithi096 bash[25928]: cluster 2023-11-16T02:35:34.473582+0000 mgr.smithi096.ejdhsd (mgr.14182) 1461 : cluster [DBG] pgmap v964: 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-16T02:35:35.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:35 smithi096 bash[25928]: audit 2023-11-16T02:35:34.731745+0000 mgr.smithi096.ejdhsd (mgr.14182) 1462 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:35.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:35 smithi145 bash[29583]: cluster 2023-11-16T02:35:34.473582+0000 mgr.smithi096.ejdhsd (mgr.14182) 1461 : cluster [DBG] pgmap v964: 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-16T02:35:35.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:35 smithi145 bash[29583]: audit 2023-11-16T02:35:34.731745+0000 mgr.smithi096.ejdhsd (mgr.14182) 1462 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:36.435 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:36.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:36 smithi096 bash[25928]: audit 2023-11-16T02:35:36.294035+0000 mon.smithi096 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.xjbigd"}]: dispatch 2023-11-16T02:35:36.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:36 smithi145 bash[29583]: audit 2023-11-16T02:35:36.294035+0000 mon.smithi096 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.xjbigd"}]: dispatch 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: cephadm 2023-11-16T02:35:36.293007+0000 mgr.smithi096.ejdhsd (mgr.14182) 1463 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.xjbigd ... 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:37.762 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:37.763 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.xjbigd ... 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: cephadm 2023-11-16T02:35:36.293451+0000 mgr.smithi096.ejdhsd (mgr.14182) 1464 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: cephadm 2023-11-16T02:35:36.295316+0000 mgr.smithi096.ejdhsd (mgr.14182) 1465 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.764 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.xjbigd ... 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: cephadm 2023-11-16T02:35:36.299531+0000 mgr.smithi096.ejdhsd (mgr.14182) 1466 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: cephadm 2023-11-16T02:35:36.302700+0000 mgr.smithi096.ejdhsd (mgr.14182) 1467 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: cluster 2023-11-16T02:35:36.305171+0000 mgr.smithi096.ejdhsd (mgr.14182) 1468 : cluster [DBG] pgmap v965: 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-16T02:35:37.765 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:37 smithi096 bash[25928]: cluster 2023-11-16T02:35:36.493212+0000 mon.smithi096 (mon.0) 1035 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:35:37.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: cephadm 2023-11-16T02:35:36.293007+0000 mgr.smithi096.ejdhsd (mgr.14182) 1463 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:37.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.xjbigd ... 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:35:37.920 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.xjbigd ... 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:37.921 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: cephadm 2023-11-16T02:35:36.293451+0000 mgr.smithi096.ejdhsd (mgr.14182) 1464 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: cephadm 2023-11-16T02:35:36.295316+0000 mgr.smithi096.ejdhsd (mgr.14182) 1465 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.xjbigd ... 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:35:37.922 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:35:37.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:35:37.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:35:37.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: cephadm 2023-11-16T02:35:36.299531+0000 mgr.smithi096.ejdhsd (mgr.14182) 1466 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:35:37.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: cephadm 2023-11-16T02:35:36.302700+0000 mgr.smithi096.ejdhsd (mgr.14182) 1467 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:35:37.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: cluster 2023-11-16T02:35:36.305171+0000 mgr.smithi096.ejdhsd (mgr.14182) 1468 : cluster [DBG] pgmap v965: 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-16T02:35:37.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:37 smithi145 bash[29583]: cluster 2023-11-16T02:35:36.493212+0000 mon.smithi096 (mon.0) 1035 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:35:39.534 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:39.534 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:39.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:39 smithi096 bash[25928]: cluster 2023-11-16T02:35:38.306856+0000 mgr.smithi096.ejdhsd (mgr.14182) 1469 : cluster [DBG] pgmap v966: 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-16T02:35:39.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:39 smithi145 bash[29583]: cluster 2023-11-16T02:35:38.306856+0000 mgr.smithi096.ejdhsd (mgr.14182) 1469 : cluster [DBG] pgmap v966: 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-16T02:35:40.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:40.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:40 smithi096 bash[25928]: audit 2023-11-16T02:35:39.526572+0000 mgr.smithi096.ejdhsd (mgr.14182) 1470 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:40.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:40 smithi096 bash[25928]: audit 2023-11-16T02:35:40.508840+0000 mon.smithi096 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:35:40.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:40 smithi145 bash[29583]: audit 2023-11-16T02:35:39.526572+0000 mgr.smithi096.ejdhsd (mgr.14182) 1470 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:40.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:40 smithi145 bash[29583]: audit 2023-11-16T02:35:40.508840+0000 mon.smithi096 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:35:41.196 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:41.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:41 smithi096 bash[25928]: cluster 2023-11-16T02:35:40.308666+0000 mgr.smithi096.ejdhsd (mgr.14182) 1471 : cluster [DBG] pgmap v967: 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-16T02:35:41.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:41 smithi145 bash[29583]: cluster 2023-11-16T02:35:40.308666+0000 mgr.smithi096.ejdhsd (mgr.14182) 1471 : cluster [DBG] pgmap v967: 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-16T02:35:43.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:43 smithi096 bash[25928]: cluster 2023-11-16T02:35:42.310283+0000 mgr.smithi096.ejdhsd (mgr.14182) 1472 : cluster [DBG] pgmap v968: 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-16T02:35:43.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:43 smithi145 bash[29583]: cluster 2023-11-16T02:35:42.310283+0000 mgr.smithi096.ejdhsd (mgr.14182) 1472 : cluster [DBG] pgmap v968: 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-16T02:35:44.393 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:44.394 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:45.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:45.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:45 smithi096 bash[25928]: cluster 2023-11-16T02:35:44.311839+0000 mgr.smithi096.ejdhsd (mgr.14182) 1473 : cluster [DBG] pgmap v969: 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-16T02:35:45.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:45 smithi096 bash[25928]: audit 2023-11-16T02:35:44.383978+0000 mgr.smithi096.ejdhsd (mgr.14182) 1474 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:45.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:45 smithi145 bash[29583]: cluster 2023-11-16T02:35:44.311839+0000 mgr.smithi096.ejdhsd (mgr.14182) 1473 : cluster [DBG] pgmap v969: 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-16T02:35:45.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:45 smithi145 bash[29583]: audit 2023-11-16T02:35:44.383978+0000 mgr.smithi096.ejdhsd (mgr.14182) 1474 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:46.053 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:47.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:47 smithi096 bash[25928]: cluster 2023-11-16T02:35:46.313717+0000 mgr.smithi096.ejdhsd (mgr.14182) 1475 : cluster [DBG] pgmap v970: 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-16T02:35:47.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:47 smithi145 bash[29583]: cluster 2023-11-16T02:35:46.313717+0000 mgr.smithi096.ejdhsd (mgr.14182) 1475 : cluster [DBG] pgmap v970: 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-16T02:35:49.179 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:49.180 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:49.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:49 smithi096 bash[25928]: cluster 2023-11-16T02:35:48.315273+0000 mgr.smithi096.ejdhsd (mgr.14182) 1476 : 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-16T02:35:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:49 smithi145 bash[29583]: cluster 2023-11-16T02:35:48.315273+0000 mgr.smithi096.ejdhsd (mgr.14182) 1476 : 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-16T02:35:50.784 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:50.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:50 smithi096 bash[25928]: audit 2023-11-16T02:35:49.167319+0000 mgr.smithi096.ejdhsd (mgr.14182) 1477 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:50.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:50 smithi145 bash[29583]: audit 2023-11-16T02:35:49.167319+0000 mgr.smithi096.ejdhsd (mgr.14182) 1477 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:51.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:51 smithi096 bash[25928]: cluster 2023-11-16T02:35:50.316973+0000 mgr.smithi096.ejdhsd (mgr.14182) 1478 : 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-16T02:35:51.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:51 smithi145 bash[29583]: cluster 2023-11-16T02:35:50.316973+0000 mgr.smithi096.ejdhsd (mgr.14182) 1478 : 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-16T02:35:53.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:53 smithi096 bash[25928]: cluster 2023-11-16T02:35:52.318221+0000 mgr.smithi096.ejdhsd (mgr.14182) 1479 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:53.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:53 smithi145 bash[29583]: cluster 2023-11-16T02:35:52.318221+0000 mgr.smithi096.ejdhsd (mgr.14182) 1479 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:54.027 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:54.028 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:54.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:55.647 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:35:55.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:55 smithi096 bash[25928]: audit 2023-11-16T02:35:54.018191+0000 mgr.smithi096.ejdhsd (mgr.14182) 1480 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:55.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:55 smithi096 bash[25928]: cluster 2023-11-16T02:35:54.319929+0000 mgr.smithi096.ejdhsd (mgr.14182) 1481 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:55.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:55 smithi145 bash[29583]: audit 2023-11-16T02:35:54.018191+0000 mgr.smithi096.ejdhsd (mgr.14182) 1480 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:55.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:55 smithi145 bash[29583]: cluster 2023-11-16T02:35:54.319929+0000 mgr.smithi096.ejdhsd (mgr.14182) 1481 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:57.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:57 smithi096 bash[25928]: cluster 2023-11-16T02:35:56.322582+0000 mgr.smithi096.ejdhsd (mgr.14182) 1482 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:57.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:57 smithi145 bash[29583]: cluster 2023-11-16T02:35:56.322582+0000 mgr.smithi096.ejdhsd (mgr.14182) 1482 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:58.812 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:35:58.813 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:35:59.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:35:59.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:59 smithi096 bash[25928]: cluster 2023-11-16T02:35:58.324293+0000 mgr.smithi096.ejdhsd (mgr.14182) 1483 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:59.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:35:59 smithi096 bash[25928]: audit 2023-11-16T02:35:58.802430+0000 mgr.smithi096.ejdhsd (mgr.14182) 1484 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:35:59.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:59 smithi145 bash[29583]: cluster 2023-11-16T02:35:58.324293+0000 mgr.smithi096.ejdhsd (mgr.14182) 1483 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:35:59.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:35:59 smithi145 bash[29583]: audit 2023-11-16T02:35:58.802430+0000 mgr.smithi096.ejdhsd (mgr.14182) 1484 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:00.417 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:01.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:01 smithi096 bash[25928]: cluster 2023-11-16T02:36:00.326088+0000 mgr.smithi096.ejdhsd (mgr.14182) 1485 : cluster [DBG] pgmap v977: 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-16T02:36:01.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:01 smithi145 bash[29583]: cluster 2023-11-16T02:36:00.326088+0000 mgr.smithi096.ejdhsd (mgr.14182) 1485 : cluster [DBG] pgmap v977: 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-16T02:36:03.708 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:03.708 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:03.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:03 smithi096 bash[25928]: cluster 2023-11-16T02:36:02.327682+0000 mgr.smithi096.ejdhsd (mgr.14182) 1486 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:03.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:03 smithi145 bash[29583]: cluster 2023-11-16T02:36:02.327682+0000 mgr.smithi096.ejdhsd (mgr.14182) 1486 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:04.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:04.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:04 smithi096 bash[25928]: audit 2023-11-16T02:36:03.703382+0000 mgr.smithi096.ejdhsd (mgr.14182) 1487 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:04.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:04 smithi145 bash[29583]: audit 2023-11-16T02:36:03.703382+0000 mgr.smithi096.ejdhsd (mgr.14182) 1487 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:05.470 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:05.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:05 smithi096 bash[25928]: cluster 2023-11-16T02:36:04.329740+0000 mgr.smithi096.ejdhsd (mgr.14182) 1488 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:05.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:05 smithi145 bash[29583]: cluster 2023-11-16T02:36:04.329740+0000 mgr.smithi096.ejdhsd (mgr.14182) 1488 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:07.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:07 smithi145 bash[29583]: cluster 2023-11-16T02:36:06.331585+0000 mgr.smithi096.ejdhsd (mgr.14182) 1489 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:08.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:07 smithi096 bash[25928]: cluster 2023-11-16T02:36:06.331585+0000 mgr.smithi096.ejdhsd (mgr.14182) 1489 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:08.768 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:08.768 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:09.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:09.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:09 smithi145 bash[29583]: cluster 2023-11-16T02:36:08.332502+0000 mgr.smithi096.ejdhsd (mgr.14182) 1490 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:09.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:09 smithi145 bash[29583]: audit 2023-11-16T02:36:08.755681+0000 mgr.smithi096.ejdhsd (mgr.14182) 1491 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:10.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:09 smithi096 bash[25928]: cluster 2023-11-16T02:36:08.332502+0000 mgr.smithi096.ejdhsd (mgr.14182) 1490 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:10.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:09 smithi096 bash[25928]: audit 2023-11-16T02:36:08.755681+0000 mgr.smithi096.ejdhsd (mgr.14182) 1491 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:10.347 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:11.697 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:11 smithi096 bash[25928]: cluster 2023-11-16T02:36:10.334190+0000 mgr.smithi096.ejdhsd (mgr.14182) 1492 : cluster [DBG] pgmap v982: 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-16T02:36:11.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:11 smithi145 bash[29583]: cluster 2023-11-16T02:36:10.334190+0000 mgr.smithi096.ejdhsd (mgr.14182) 1492 : cluster [DBG] pgmap v982: 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-16T02:36:13.507 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:13.507 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:13.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:13 smithi096 bash[25928]: cluster 2023-11-16T02:36:12.335323+0000 mgr.smithi096.ejdhsd (mgr.14182) 1493 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:13.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:13 smithi145 bash[29583]: cluster 2023-11-16T02:36:12.335323+0000 mgr.smithi096.ejdhsd (mgr.14182) 1493 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:14.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:14.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:14 smithi096 bash[25928]: audit 2023-11-16T02:36:13.494901+0000 mgr.smithi096.ejdhsd (mgr.14182) 1494 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:14.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:14 smithi145 bash[29583]: audit 2023-11-16T02:36:13.494901+0000 mgr.smithi096.ejdhsd (mgr.14182) 1494 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:15.146 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:15.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:15 smithi145 bash[29583]: cluster 2023-11-16T02:36:14.336941+0000 mgr.smithi096.ejdhsd (mgr.14182) 1495 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:16.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:15 smithi096 bash[25928]: cluster 2023-11-16T02:36:14.336941+0000 mgr.smithi096.ejdhsd (mgr.14182) 1495 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:17 smithi145 bash[29583]: cluster 2023-11-16T02:36:16.338867+0000 mgr.smithi096.ejdhsd (mgr.14182) 1496 : 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-16T02:36:18.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:17 smithi096 bash[25928]: cluster 2023-11-16T02:36:16.338867+0000 mgr.smithi096.ejdhsd (mgr.14182) 1496 : 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-16T02:36:18.229 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:18.229 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:18.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:19.909 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:19.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:19 smithi145 bash[29583]: audit 2023-11-16T02:36:18.219691+0000 mgr.smithi096.ejdhsd (mgr.14182) 1497 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:19.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:19 smithi145 bash[29583]: cluster 2023-11-16T02:36:18.340480+0000 mgr.smithi096.ejdhsd (mgr.14182) 1498 : 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-16T02:36:19.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:19 smithi096 bash[25928]: audit 2023-11-16T02:36:18.219691+0000 mgr.smithi096.ejdhsd (mgr.14182) 1497 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:19.921 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:19 smithi096 bash[25928]: cluster 2023-11-16T02:36:18.340480+0000 mgr.smithi096.ejdhsd (mgr.14182) 1498 : 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-16T02:36:21.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:21 smithi145 bash[29583]: cluster 2023-11-16T02:36:20.342167+0000 mgr.smithi096.ejdhsd (mgr.14182) 1499 : cluster [DBG] pgmap v987: 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-16T02:36:22.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:21 smithi096 bash[25928]: cluster 2023-11-16T02:36:20.342167+0000 mgr.smithi096.ejdhsd (mgr.14182) 1499 : cluster [DBG] pgmap v987: 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-16T02:36:23.143 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:23.144 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:23.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:24.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:23 smithi096 bash[25928]: cluster 2023-11-16T02:36:22.343842+0000 mgr.smithi096.ejdhsd (mgr.14182) 1500 : 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-16T02:36:24.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:23 smithi145 bash[29583]: cluster 2023-11-16T02:36:22.343842+0000 mgr.smithi096.ejdhsd (mgr.14182) 1500 : 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-16T02:36:24.782 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:24.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:24 smithi096 bash[25928]: audit 2023-11-16T02:36:23.130791+0000 mgr.smithi096.ejdhsd (mgr.14182) 1501 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:25.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:24 smithi145 bash[29583]: audit 2023-11-16T02:36:23.130791+0000 mgr.smithi096.ejdhsd (mgr.14182) 1501 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:25.959 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:25 smithi096 bash[25928]: cluster 2023-11-16T02:36:24.345664+0000 mgr.smithi096.ejdhsd (mgr.14182) 1502 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:26.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:25 smithi145 bash[29583]: cluster 2023-11-16T02:36:24.345664+0000 mgr.smithi096.ejdhsd (mgr.14182) 1502 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:28.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:27 smithi096 bash[25928]: cluster 2023-11-16T02:36:26.347574+0000 mgr.smithi096.ejdhsd (mgr.14182) 1503 : 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-16T02:36:28.126 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:28.127 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:28.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:27 smithi145 bash[29583]: cluster 2023-11-16T02:36:26.347574+0000 mgr.smithi096.ejdhsd (mgr.14182) 1503 : 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-16T02:36:28.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:29.780 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:30.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:29 smithi096 bash[25928]: audit 2023-11-16T02:36:28.121574+0000 mgr.smithi096.ejdhsd (mgr.14182) 1504 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:30.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:29 smithi096 bash[25928]: cluster 2023-11-16T02:36:28.349051+0000 mgr.smithi096.ejdhsd (mgr.14182) 1505 : 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-16T02:36:30.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:29 smithi145 bash[29583]: audit 2023-11-16T02:36:28.121574+0000 mgr.smithi096.ejdhsd (mgr.14182) 1504 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:30.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:29 smithi145 bash[29583]: cluster 2023-11-16T02:36:28.349051+0000 mgr.smithi096.ejdhsd (mgr.14182) 1505 : 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-16T02:36:32.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:31 smithi096 bash[25928]: cluster 2023-11-16T02:36:30.350807+0000 mgr.smithi096.ejdhsd (mgr.14182) 1506 : cluster [DBG] pgmap v992: 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-16T02:36:32.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:31 smithi145 bash[29583]: cluster 2023-11-16T02:36:30.350807+0000 mgr.smithi096.ejdhsd (mgr.14182) 1506 : cluster [DBG] pgmap v992: 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-16T02:36:32.995 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:32.995 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:33.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:34.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:33 smithi096 bash[25928]: cluster 2023-11-16T02:36:32.352234+0000 mgr.smithi096.ejdhsd (mgr.14182) 1507 : 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-16T02:36:34.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:33 smithi145 bash[29583]: cluster 2023-11-16T02:36:32.352234+0000 mgr.smithi096.ejdhsd (mgr.14182) 1507 : 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-16T02:36:34.607 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:34.869 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:34 smithi096 bash[25928]: audit 2023-11-16T02:36:32.984216+0000 mgr.smithi096.ejdhsd (mgr.14182) 1508 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:35.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:34 smithi145 bash[29583]: audit 2023-11-16T02:36:32.984216+0000 mgr.smithi096.ejdhsd (mgr.14182) 1508 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:35.948 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:35 smithi096 bash[25928]: cluster 2023-11-16T02:36:34.353913+0000 mgr.smithi096.ejdhsd (mgr.14182) 1509 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:36.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:35 smithi145 bash[29583]: cluster 2023-11-16T02:36:34.353913+0000 mgr.smithi096.ejdhsd (mgr.14182) 1509 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:36:37.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:36 smithi096 bash[25928]: audit 2023-11-16T02:36:36.307537+0000 mon.smithi096 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:36:37.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:36 smithi096 bash[25928]: audit 2023-11-16T02:36:36.613931+0000 mon.smithi096 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:36:37.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:36 smithi145 bash[29583]: audit 2023-11-16T02:36:36.307537+0000 mon.smithi096 (mon.0) 1037 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:36:37.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:36 smithi145 bash[29583]: audit 2023-11-16T02:36:36.613931+0000 mon.smithi096 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:36:37.873 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:37.873 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:34:22.266886Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.uqcbfl on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:38.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:37 smithi096 bash[25928]: cluster 2023-11-16T02:36:36.355270+0000 mgr.smithi096.ejdhsd (mgr.14182) 1510 : 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-16T02:36:38.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:37 smithi096 bash[25928]: audit 2023-11-16T02:36:36.899704+0000 mon.smithi096 (mon.0) 1039 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:36:38.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:37 smithi096 bash[25928]: audit 2023-11-16T02:36:36.900669+0000 mon.smithi096 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:36:38.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:37 smithi096 bash[25928]: audit 2023-11-16T02:36:36.908333+0000 mon.smithi096 (mon.0) 1041 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:36:38.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:37 smithi096 bash[25928]: cluster 2023-11-16T02:36:36.909269+0000 mgr.smithi096.ejdhsd (mgr.14182) 1511 : cluster [DBG] pgmap v996: 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-16T02:36:38.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:37 smithi096 bash[25928]: audit 2023-11-16T02:36:36.915381+0000 mon.smithi096 (mon.0) 1042 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:36:38.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:37 smithi096 bash[25928]: audit 2023-11-16T02:36:36.927294+0000 mon.smithi096 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:36:38.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:37 smithi096 bash[25928]: cephadm 2023-11-16T02:36:36.930550+0000 mgr.smithi096.ejdhsd (mgr.14182) 1512 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.oaifbt on smithi145 2023-11-16T02:36:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:37 smithi145 bash[29583]: cluster 2023-11-16T02:36:36.355270+0000 mgr.smithi096.ejdhsd (mgr.14182) 1510 : 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-16T02:36:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:37 smithi145 bash[29583]: audit 2023-11-16T02:36:36.899704+0000 mon.smithi096 (mon.0) 1039 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:36:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:37 smithi145 bash[29583]: audit 2023-11-16T02:36:36.900669+0000 mon.smithi096 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:36:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:37 smithi145 bash[29583]: audit 2023-11-16T02:36:36.908333+0000 mon.smithi096 (mon.0) 1041 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:36:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:37 smithi145 bash[29583]: cluster 2023-11-16T02:36:36.909269+0000 mgr.smithi096.ejdhsd (mgr.14182) 1511 : cluster [DBG] pgmap v996: 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-16T02:36:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:37 smithi145 bash[29583]: audit 2023-11-16T02:36:36.915381+0000 mon.smithi096 (mon.0) 1042 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:36:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:37 smithi145 bash[29583]: audit 2023-11-16T02:36:36.927294+0000 mon.smithi096 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:36:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:37 smithi145 bash[29583]: cephadm 2023-11-16T02:36:36.930550+0000 mgr.smithi096.ejdhsd (mgr.14182) 1512 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.oaifbt on smithi145 2023-11-16T02:36:38.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:38.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:38 smithi096 bash[25928]: audit 2023-11-16T02:36:37.860068+0000 mgr.smithi096.ejdhsd (mgr.14182) 1513 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:38.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:38 smithi096 bash[25928]: cluster 2023-11-16T02:36:37.904522+0000 mon.smithi096 (mon.0) 1044 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:36:38.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:38 smithi096 bash[25928]: cluster 2023-11-16T02:36:37.904582+0000 mon.smithi096 (mon.0) 1045 : cluster [INF] Cluster is now healthy 2023-11-16T02:36:39.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:38 smithi145 bash[29583]: audit 2023-11-16T02:36:37.860068+0000 mgr.smithi096.ejdhsd (mgr.14182) 1513 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:39.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:38 smithi145 bash[29583]: cluster 2023-11-16T02:36:37.904522+0000 mon.smithi096 (mon.0) 1044 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:36:39.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:38 smithi145 bash[29583]: cluster 2023-11-16T02:36:37.904582+0000 mon.smithi096 (mon.0) 1045 : cluster [INF] Cluster is now healthy 2023-11-16T02:36:39.564 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:39.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:39 smithi096 bash[25928]: cluster 2023-11-16T02:36:38.910737+0000 mgr.smithi096.ejdhsd (mgr.14182) 1514 : cluster [DBG] pgmap v997: 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-16T02:36:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:39 smithi145 bash[29583]: cluster 2023-11-16T02:36:38.910737+0000 mgr.smithi096.ejdhsd (mgr.14182) 1514 : cluster [DBG] pgmap v997: 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-16T02:36:41.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: cephadm 2023-11-16T02:36:40.677890+0000 mgr.smithi096.ejdhsd (mgr.14182) 1515 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:41.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:41.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.oaifbt ... 2023-11-16T02:36:41.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:41.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.oaifbt ... 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: cephadm 2023-11-16T02:36:40.678408+0000 mgr.smithi096.ejdhsd (mgr.14182) 1516 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: audit 2023-11-16T02:36:40.679086+0000 mon.smithi096 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.oaifbt"}]: dispatch 2023-11-16T02:36:41.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: cephadm 2023-11-16T02:36:40.680668+0000 mgr.smithi096.ejdhsd (mgr.14182) 1517 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.oaifbt ... 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.856 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: cephadm 2023-11-16T02:36:40.686501+0000 mgr.smithi096.ejdhsd (mgr.14182) 1518 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.mcqpih on smithi096 2023-11-16T02:36:41.857 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:41 smithi096 bash[25928]: cluster 2023-11-16T02:36:40.912113+0000 mgr.smithi096.ejdhsd (mgr.14182) 1519 : cluster [DBG] pgmap v998: 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-16T02:36:41.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: cephadm 2023-11-16T02:36:40.677890+0000 mgr.smithi096.ejdhsd (mgr.14182) 1515 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:41.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.oaifbt ... 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:36:41.881 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.oaifbt ... 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:41.882 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: cephadm 2023-11-16T02:36:40.678408+0000 mgr.smithi096.ejdhsd (mgr.14182) 1516 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: audit 2023-11-16T02:36:40.679086+0000 mon.smithi096 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.oaifbt"}]: dispatch 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: cephadm 2023-11-16T02:36:40.680668+0000 mgr.smithi096.ejdhsd (mgr.14182) 1517 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.oaifbt ... 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.883 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:41.884 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:41.884 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:41.884 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:41.884 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: cephadm 2023-11-16T02:36:40.686501+0000 mgr.smithi096.ejdhsd (mgr.14182) 1518 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.mcqpih on smithi096 2023-11-16T02:36:41.884 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:41 smithi145 bash[29583]: cluster 2023-11-16T02:36:40.912113+0000 mgr.smithi096.ejdhsd (mgr.14182) 1519 : cluster [DBG] pgmap v998: 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-16T02:36:42.827 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:42.827 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:32.511353Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oipqad on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oipqad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oipqad\nDeploy daemon haproxy.nfs.foo.smithi145.oipqad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.295050Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.xjbigd on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-xjbigd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.xjbigd\nDeploy daemon haproxy.nfs.foo.smithi096.xjbigd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:35:36.299356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.enbewy on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:43.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:44.343 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:43 smithi096 bash[25928]: audit 2023-11-16T02:36:42.821998+0000 mgr.smithi096.ejdhsd (mgr.14182) 1520 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:44.343 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:43 smithi096 bash[25928]: cluster 2023-11-16T02:36:42.913436+0000 mgr.smithi096.ejdhsd (mgr.14182) 1521 : cluster [DBG] pgmap v999: 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-16T02:36:44.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:43 smithi145 bash[29583]: audit 2023-11-16T02:36:42.821998+0000 mgr.smithi096.ejdhsd (mgr.14182) 1520 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:44.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:43 smithi145 bash[29583]: cluster 2023-11-16T02:36:42.913436+0000 mgr.smithi096.ejdhsd (mgr.14182) 1521 : cluster [DBG] pgmap v999: 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-16T02:36:44.511 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:45.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:44 smithi096 bash[25928]: audit 2023-11-16T02:36:44.412311+0000 mon.smithi096 (mon.0) 1047 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.mcqpih"}]: dispatch 2023-11-16T02:36:45.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:44 smithi145 bash[29583]: audit 2023-11-16T02:36:44.412311+0000 mon.smithi096 (mon.0) 1047 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.mcqpih"}]: dispatch 2023-11-16T02:36:46.125 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: cephadm 2023-11-16T02:36:44.411394+0000 mgr.smithi096.ejdhsd (mgr.14182) 1522 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.125 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.mcqpih ... 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.126 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.mcqpih ... 2023-11-16T02:36:46.127 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: cephadm 2023-11-16T02:36:44.411763+0000 mgr.smithi096.ejdhsd (mgr.14182) 1523 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: cephadm 2023-11-16T02:36:44.413624+0000 mgr.smithi096.ejdhsd (mgr.14182) 1524 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:36:46.128 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.mcqpih ... 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: cephadm 2023-11-16T02:36:44.416283+0000 mgr.smithi096.ejdhsd (mgr.14182) 1525 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: cephadm 2023-11-16T02:36:44.418326+0000 mgr.smithi096.ejdhsd (mgr.14182) 1526 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: cluster 2023-11-16T02:36:44.419946+0000 mgr.smithi096.ejdhsd (mgr.14182) 1527 : cluster [DBG] pgmap v1000: 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-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: cluster 2023-11-16T02:36:44.971439+0000 mon.smithi096 (mon.0) 1048 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:36:46.129 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:45 smithi096 bash[25928]: audit 2023-11-16T02:36:45.571509+0000 mon.smithi096 (mon.0) 1049 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:36:46.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: cephadm 2023-11-16T02:36:44.411394+0000 mgr.smithi096.ejdhsd (mgr.14182) 1522 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:46.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.mcqpih ... 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:36:46.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.mcqpih ... 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: cephadm 2023-11-16T02:36:44.411763+0000 mgr.smithi096.ejdhsd (mgr.14182) 1523 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: cephadm 2023-11-16T02:36:44.413624+0000 mgr.smithi096.ejdhsd (mgr.14182) 1524 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.mcqpih ... 2023-11-16T02:36:46.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:36:46.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:36:46.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:36:46.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:36:46.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: cephadm 2023-11-16T02:36:44.416283+0000 mgr.smithi096.ejdhsd (mgr.14182) 1525 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:36:46.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: cephadm 2023-11-16T02:36:44.418326+0000 mgr.smithi096.ejdhsd (mgr.14182) 1526 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:36:46.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: cluster 2023-11-16T02:36:44.419946+0000 mgr.smithi096.ejdhsd (mgr.14182) 1527 : cluster [DBG] pgmap v1000: 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-16T02:36:46.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: cluster 2023-11-16T02:36:44.971439+0000 mon.smithi096 (mon.0) 1048 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:36:46.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:45 smithi145 bash[29583]: audit 2023-11-16T02:36:45.571509+0000 mon.smithi096 (mon.0) 1049 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:36:47.352 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:47 smithi096 bash[25928]: cluster 2023-11-16T02:36:46.421889+0000 mgr.smithi096.ejdhsd (mgr.14182) 1528 : cluster [DBG] pgmap v1001: 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-16T02:36:47.418 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:47 smithi145 bash[29583]: cluster 2023-11-16T02:36:46.421889+0000 mgr.smithi096.ejdhsd (mgr.14182) 1528 : cluster [DBG] pgmap v1001: 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-16T02:36:48.069 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:48.070 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:48.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:49.686 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:49 smithi096 bash[25928]: audit 2023-11-16T02:36:48.056778+0000 mgr.smithi096.ejdhsd (mgr.14182) 1529 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:49.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:49 smithi096 bash[25928]: cluster 2023-11-16T02:36:48.423607+0000 mgr.smithi096.ejdhsd (mgr.14182) 1530 : cluster [DBG] pgmap v1002: 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-16T02:36:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:49 smithi145 bash[29583]: audit 2023-11-16T02:36:48.056778+0000 mgr.smithi096.ejdhsd (mgr.14182) 1529 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:49.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:49 smithi145 bash[29583]: cluster 2023-11-16T02:36:48.423607+0000 mgr.smithi096.ejdhsd (mgr.14182) 1530 : cluster [DBG] pgmap v1002: 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-16T02:36:51.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:51 smithi096 bash[25928]: cluster 2023-11-16T02:36:50.425152+0000 mgr.smithi096.ejdhsd (mgr.14182) 1531 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-16T02:36:51.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:51 smithi145 bash[29583]: cluster 2023-11-16T02:36:50.425152+0000 mgr.smithi096.ejdhsd (mgr.14182) 1531 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-16T02:36:52.842 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:36:52.842 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:36:53.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:36:53.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:53 smithi096 bash[25928]: cluster 2023-11-16T02:36:52.426197+0000 mgr.smithi096.ejdhsd (mgr.14182) 1532 : cluster [DBG] pgmap v1004: 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-16T02:36:53.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:53 smithi096 bash[25928]: audit 2023-11-16T02:36:52.831324+0000 mgr.smithi096.ejdhsd (mgr.14182) 1533 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:53.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:53 smithi145 bash[29583]: cluster 2023-11-16T02:36:52.426197+0000 mgr.smithi096.ejdhsd (mgr.14182) 1532 : cluster [DBG] pgmap v1004: 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-16T02:36:53.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:53 smithi145 bash[29583]: audit 2023-11-16T02:36:52.831324+0000 mgr.smithi096.ejdhsd (mgr.14182) 1533 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:36:54.549 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:36:55.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:55 smithi096 bash[25928]: cluster 2023-11-16T02:36:54.427839+0000 mgr.smithi096.ejdhsd (mgr.14182) 1534 : cluster [DBG] pgmap v1005: 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-16T02:36:55.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:55 smithi145 bash[29583]: cluster 2023-11-16T02:36:54.427839+0000 mgr.smithi096.ejdhsd (mgr.14182) 1534 : cluster [DBG] pgmap v1005: 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-16T02:36:57.738 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:03.244 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:03.245 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:57 smithi096 bash[25928]: cluster 2023-11-16T02:36:56.431685+0000 mgr.smithi096.ejdhsd (mgr.14182) 1535 : 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-16T02:37:03.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:57 smithi145 bash[29583]: cluster 2023-11-16T02:36:56.431685+0000 mgr.smithi096.ejdhsd (mgr.14182) 1535 : 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-16T02:37:03.246 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:58 smithi145 bash[29583]: audit 2023-11-16T02:36:57.726026+0000 mgr.smithi096.ejdhsd (mgr.14182) 1536 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:03.246 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:36:59 smithi145 bash[29583]: cluster 2023-11-16T02:36:58.433582+0000 mgr.smithi096.ejdhsd (mgr.14182) 1537 : 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-16T02:37:03.246 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:01 smithi145 bash[29583]: cluster 2023-11-16T02:37:00.435097+0000 mgr.smithi096.ejdhsd (mgr.14182) 1538 : cluster [DBG] pgmap v1008: 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-16T02:37:03.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:03.247 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:58 smithi096 bash[25928]: audit 2023-11-16T02:36:57.726026+0000 mgr.smithi096.ejdhsd (mgr.14182) 1536 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:03.247 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:36:59 smithi096 bash[25928]: cluster 2023-11-16T02:36:58.433582+0000 mgr.smithi096.ejdhsd (mgr.14182) 1537 : 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-16T02:37:03.247 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:01 smithi096 bash[25928]: cluster 2023-11-16T02:37:00.435097+0000 mgr.smithi096.ejdhsd (mgr.14182) 1538 : cluster [DBG] pgmap v1008: 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-16T02:37:03.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:03 smithi096 bash[25928]: cluster 2023-11-16T02:37:02.436796+0000 mgr.smithi096.ejdhsd (mgr.14182) 1539 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:03.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:03 smithi145 bash[29583]: cluster 2023-11-16T02:37:02.436796+0000 mgr.smithi096.ejdhsd (mgr.14182) 1539 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:04.247 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:05.749 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:05 smithi096 bash[25928]: cluster 2023-11-16T02:37:04.439057+0000 mgr.smithi096.ejdhsd (mgr.14182) 1540 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:05.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:05 smithi145 bash[29583]: cluster 2023-11-16T02:37:04.439057+0000 mgr.smithi096.ejdhsd (mgr.14182) 1540 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:07.529 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:07.530 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:07.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:07 smithi096 bash[25928]: cluster 2023-11-16T02:37:06.440276+0000 mgr.smithi096.ejdhsd (mgr.14182) 1541 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:07.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:07 smithi145 bash[29583]: cluster 2023-11-16T02:37:06.440276+0000 mgr.smithi096.ejdhsd (mgr.14182) 1541 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:08.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:08.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:08 smithi096 bash[25928]: audit 2023-11-16T02:37:07.520107+0000 mgr.smithi096.ejdhsd (mgr.14182) 1542 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:08.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:08 smithi145 bash[29583]: audit 2023-11-16T02:37:07.520107+0000 mgr.smithi096.ejdhsd (mgr.14182) 1542 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:09.188 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:09.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:09 smithi096 bash[25928]: cluster 2023-11-16T02:37:08.441949+0000 mgr.smithi096.ejdhsd (mgr.14182) 1543 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:09.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:09 smithi145 bash[29583]: cluster 2023-11-16T02:37:08.441949+0000 mgr.smithi096.ejdhsd (mgr.14182) 1543 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:11.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:11 smithi096 bash[25928]: cluster 2023-11-16T02:37:10.443325+0000 mgr.smithi096.ejdhsd (mgr.14182) 1544 : cluster [DBG] pgmap v1013: 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-16T02:37:11.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:11 smithi145 bash[29583]: cluster 2023-11-16T02:37:10.443325+0000 mgr.smithi096.ejdhsd (mgr.14182) 1544 : cluster [DBG] pgmap v1013: 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-16T02:37:12.497 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:12.497 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:13.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:13.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:13 smithi096 bash[25928]: cluster 2023-11-16T02:37:12.444833+0000 mgr.smithi096.ejdhsd (mgr.14182) 1545 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:13.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:13 smithi096 bash[25928]: audit 2023-11-16T02:37:12.485121+0000 mgr.smithi096.ejdhsd (mgr.14182) 1546 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:13.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:13 smithi145 bash[29583]: cluster 2023-11-16T02:37:12.444833+0000 mgr.smithi096.ejdhsd (mgr.14182) 1545 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:13.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:13 smithi145 bash[29583]: audit 2023-11-16T02:37:12.485121+0000 mgr.smithi096.ejdhsd (mgr.14182) 1546 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:14.135 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:15.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:15 smithi096 bash[25928]: cluster 2023-11-16T02:37:14.446463+0000 mgr.smithi096.ejdhsd (mgr.14182) 1547 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:15.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:15 smithi145 bash[29583]: cluster 2023-11-16T02:37:14.446463+0000 mgr.smithi096.ejdhsd (mgr.14182) 1547 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:17.374 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:17.374 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:17.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:17 smithi096 bash[25928]: cluster 2023-11-16T02:37:16.447811+0000 mgr.smithi096.ejdhsd (mgr.14182) 1548 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:17.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:17 smithi145 bash[29583]: cluster 2023-11-16T02:37:16.447811+0000 mgr.smithi096.ejdhsd (mgr.14182) 1548 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:18.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:18.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:18 smithi145 bash[29583]: audit 2023-11-16T02:37:17.361932+0000 mgr.smithi096.ejdhsd (mgr.14182) 1549 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:19.006 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:19.021 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:18 smithi096 bash[25928]: audit 2023-11-16T02:37:17.361932+0000 mgr.smithi096.ejdhsd (mgr.14182) 1549 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:19.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:19 smithi145 bash[29583]: cluster 2023-11-16T02:37:18.449591+0000 mgr.smithi096.ejdhsd (mgr.14182) 1550 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:19 smithi096 bash[25928]: cluster 2023-11-16T02:37:18.449591+0000 mgr.smithi096.ejdhsd (mgr.14182) 1550 : cluster [DBG] pgmap v1017: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:21.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:21 smithi145 bash[29583]: cluster 2023-11-16T02:37:20.450473+0000 mgr.smithi096.ejdhsd (mgr.14182) 1551 : cluster [DBG] pgmap v1018: 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-16T02:37:21.889 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:21 smithi096 bash[25928]: cluster 2023-11-16T02:37:20.450473+0000 mgr.smithi096.ejdhsd (mgr.14182) 1551 : cluster [DBG] pgmap v1018: 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-16T02:37:22.254 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:22.324 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:22.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:23.842 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:23.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:23 smithi145 bash[29583]: audit 2023-11-16T02:37:22.240665+0000 mgr.smithi096.ejdhsd (mgr.14182) 1552 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:23.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:23 smithi145 bash[29583]: cluster 2023-11-16T02:37:22.451588+0000 mgr.smithi096.ejdhsd (mgr.14182) 1553 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:24.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:23 smithi096 bash[25928]: audit 2023-11-16T02:37:22.240665+0000 mgr.smithi096.ejdhsd (mgr.14182) 1552 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:24.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:23 smithi096 bash[25928]: cluster 2023-11-16T02:37:22.451588+0000 mgr.smithi096.ejdhsd (mgr.14182) 1553 : cluster [DBG] pgmap v1019: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:25.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:25 smithi145 bash[29583]: cluster 2023-11-16T02:37:24.452632+0000 mgr.smithi096.ejdhsd (mgr.14182) 1554 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:26.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:25 smithi096 bash[25928]: cluster 2023-11-16T02:37:24.452632+0000 mgr.smithi096.ejdhsd (mgr.14182) 1554 : cluster [DBG] pgmap v1020: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:27.026 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:27.026 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:27.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:27.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:27 smithi145 bash[29583]: cluster 2023-11-16T02:37:26.453837+0000 mgr.smithi096.ejdhsd (mgr.14182) 1555 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:28.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:27 smithi096 bash[25928]: cluster 2023-11-16T02:37:26.453837+0000 mgr.smithi096.ejdhsd (mgr.14182) 1555 : cluster [DBG] pgmap v1021: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:28.683 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:28.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:28 smithi145 bash[29583]: audit 2023-11-16T02:37:27.013748+0000 mgr.smithi096.ejdhsd (mgr.14182) 1556 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:29.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:28 smithi096 bash[25928]: audit 2023-11-16T02:37:27.013748+0000 mgr.smithi096.ejdhsd (mgr.14182) 1556 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:29.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:29 smithi145 bash[29583]: cluster 2023-11-16T02:37:28.455492+0000 mgr.smithi096.ejdhsd (mgr.14182) 1557 : cluster [DBG] pgmap v1022: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:29.964 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:29 smithi096 bash[25928]: cluster 2023-11-16T02:37:28.455492+0000 mgr.smithi096.ejdhsd (mgr.14182) 1557 : cluster [DBG] pgmap v1022: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:31.697 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:31.698 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:31.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:31 smithi145 bash[29583]: cluster 2023-11-16T02:37:30.457029+0000 mgr.smithi096.ejdhsd (mgr.14182) 1558 : cluster [DBG] pgmap v1023: 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-16T02:37:32.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:31 smithi096 bash[25928]: cluster 2023-11-16T02:37:30.457029+0000 mgr.smithi096.ejdhsd (mgr.14182) 1558 : cluster [DBG] pgmap v1023: 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-16T02:37:32.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:32.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:32 smithi145 bash[29583]: audit 2023-11-16T02:37:31.692530+0000 mgr.smithi096.ejdhsd (mgr.14182) 1559 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:33.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:32 smithi096 bash[25928]: audit 2023-11-16T02:37:31.692530+0000 mgr.smithi096.ejdhsd (mgr.14182) 1559 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:33.322 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:34.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:33 smithi096 bash[25928]: cluster 2023-11-16T02:37:32.458666+0000 mgr.smithi096.ejdhsd (mgr.14182) 1560 : cluster [DBG] pgmap v1024: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:34.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:33 smithi145 bash[29583]: cluster 2023-11-16T02:37:32.458666+0000 mgr.smithi096.ejdhsd (mgr.14182) 1560 : cluster [DBG] pgmap v1024: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:36.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:35 smithi096 bash[25928]: cluster 2023-11-16T02:37:34.459987+0000 mgr.smithi096.ejdhsd (mgr.14182) 1561 : cluster [DBG] pgmap v1025: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:36.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:35 smithi145 bash[29583]: cluster 2023-11-16T02:37:34.459987+0000 mgr.smithi096.ejdhsd (mgr.14182) 1561 : cluster [DBG] pgmap v1025: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:36.709 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:36.709 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:37.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:38.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:37 smithi096 bash[25928]: cluster 2023-11-16T02:37:36.461558+0000 mgr.smithi096.ejdhsd (mgr.14182) 1562 : cluster [DBG] pgmap v1026: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:38.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:37 smithi096 bash[25928]: audit 2023-11-16T02:37:36.697268+0000 mgr.smithi096.ejdhsd (mgr.14182) 1563 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:38.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:37 smithi145 bash[29583]: cluster 2023-11-16T02:37:36.461558+0000 mgr.smithi096.ejdhsd (mgr.14182) 1562 : cluster [DBG] pgmap v1026: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:37 smithi145 bash[29583]: audit 2023-11-16T02:37:36.697268+0000 mgr.smithi096.ejdhsd (mgr.14182) 1563 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:38.351 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:40.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:39 smithi096 bash[25928]: cluster 2023-11-16T02:37:38.463271+0000 mgr.smithi096.ejdhsd (mgr.14182) 1564 : cluster [DBG] pgmap v1027: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:40.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:39 smithi145 bash[29583]: cluster 2023-11-16T02:37:38.463271+0000 mgr.smithi096.ejdhsd (mgr.14182) 1564 : cluster [DBG] pgmap v1027: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:41.519 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:41.519 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:41.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:41 smithi096 bash[25928]: cluster 2023-11-16T02:37:40.464867+0000 mgr.smithi096.ejdhsd (mgr.14182) 1565 : cluster [DBG] pgmap v1028: 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-16T02:37:42.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:42.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:41 smithi145 bash[29583]: cluster 2023-11-16T02:37:40.464867+0000 mgr.smithi096.ejdhsd (mgr.14182) 1565 : cluster [DBG] pgmap v1028: 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-16T02:37:43.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:42 smithi096 bash[25928]: audit 2023-11-16T02:37:41.506677+0000 mgr.smithi096.ejdhsd (mgr.14182) 1566 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:43.155 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:43.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:42 smithi145 bash[29583]: audit 2023-11-16T02:37:41.506677+0000 mgr.smithi096.ejdhsd (mgr.14182) 1566 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:44.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:43 smithi096 bash[25928]: cluster 2023-11-16T02:37:42.466527+0000 mgr.smithi096.ejdhsd (mgr.14182) 1567 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:44.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:43 smithi145 bash[29583]: cluster 2023-11-16T02:37:42.466527+0000 mgr.smithi096.ejdhsd (mgr.14182) 1567 : cluster [DBG] pgmap v1029: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:45.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:44 smithi096 bash[25928]: audit 2023-11-16T02:37:44.422037+0000 mon.smithi096 (mon.0) 1050 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:37:45.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:44 smithi145 bash[29583]: audit 2023-11-16T02:37:44.422037+0000 mon.smithi096 (mon.0) 1050 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T02:37:46.045 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:45 smithi096 bash[25928]: cluster 2023-11-16T02:37:44.467621+0000 mgr.smithi096.ejdhsd (mgr.14182) 1568 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:46.045 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:45 smithi096 bash[25928]: audit 2023-11-16T02:37:44.741488+0000 mon.smithi096 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:46.046 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:45 smithi096 bash[25928]: audit 2023-11-16T02:37:45.071910+0000 mon.smithi096 (mon.0) 1052 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:37:46.046 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:45 smithi096 bash[25928]: audit 2023-11-16T02:37:45.073737+0000 mon.smithi096 (mon.0) 1053 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:37:46.046 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:45 smithi096 bash[25928]: audit 2023-11-16T02:37:45.085144+0000 mon.smithi096 (mon.0) 1054 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:46.046 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:45 smithi096 bash[25928]: audit 2023-11-16T02:37:45.092897+0000 mon.smithi096 (mon.0) 1055 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:37:46.046 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:45 smithi096 bash[25928]: audit 2023-11-16T02:37:45.109812+0000 mon.smithi096 (mon.0) 1056 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:45 smithi145 bash[29583]: cluster 2023-11-16T02:37:44.467621+0000 mgr.smithi096.ejdhsd (mgr.14182) 1568 : cluster [DBG] pgmap v1030: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:37:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:45 smithi145 bash[29583]: audit 2023-11-16T02:37:44.741488+0000 mon.smithi096 (mon.0) 1051 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:45 smithi145 bash[29583]: audit 2023-11-16T02:37:45.071910+0000 mon.smithi096 (mon.0) 1052 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T02:37:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:45 smithi145 bash[29583]: audit 2023-11-16T02:37:45.073737+0000 mon.smithi096 (mon.0) 1053 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T02:37:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:45 smithi145 bash[29583]: audit 2023-11-16T02:37:45.085144+0000 mon.smithi096 (mon.0) 1054 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:45 smithi145 bash[29583]: audit 2023-11-16T02:37:45.092897+0000 mon.smithi096 (mon.0) 1055 : audit [DBG] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T02:37:46.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:45 smithi145 bash[29583]: audit 2023-11-16T02:37:45.109812+0000 mon.smithi096 (mon.0) 1056 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:46.395 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:46.395 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:35:36.302525Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.zwbwxn on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:47.035 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:46 smithi096 bash[25928]: cluster 2023-11-16T02:37:45.086528+0000 mgr.smithi096.ejdhsd (mgr.14182) 1569 : cluster [DBG] pgmap v1031: 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-16T02:37:47.035 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:46 smithi096 bash[25928]: cephadm 2023-11-16T02:37:45.114838+0000 mgr.smithi096.ejdhsd (mgr.14182) 1570 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.uhmlnq on smithi145 2023-11-16T02:37:47.035 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:46 smithi096 bash[25928]: cluster 2023-11-16T02:37:46.081442+0000 mon.smithi096 (mon.0) 1057 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:37:47.035 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:46 smithi096 bash[25928]: cluster 2023-11-16T02:37:46.081493+0000 mon.smithi096 (mon.0) 1058 : cluster [INF] Cluster is now healthy 2023-11-16T02:37:47.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:47.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:46 smithi145 bash[29583]: cluster 2023-11-16T02:37:45.086528+0000 mgr.smithi096.ejdhsd (mgr.14182) 1569 : cluster [DBG] pgmap v1031: 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-16T02:37:47.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:46 smithi145 bash[29583]: cephadm 2023-11-16T02:37:45.114838+0000 mgr.smithi096.ejdhsd (mgr.14182) 1570 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.uhmlnq on smithi145 2023-11-16T02:37:47.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:46 smithi145 bash[29583]: cluster 2023-11-16T02:37:46.081442+0000 mon.smithi096 (mon.0) 1057 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T02:37:47.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:46 smithi145 bash[29583]: cluster 2023-11-16T02:37:46.081493+0000 mon.smithi096 (mon.0) 1058 : cluster [INF] Cluster is now healthy 2023-11-16T02:37:48.037 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:48.049 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:47 smithi096 bash[25928]: audit 2023-11-16T02:37:46.384331+0000 mgr.smithi096.ejdhsd (mgr.14182) 1571 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:48.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:47 smithi145 bash[29583]: audit 2023-11-16T02:37:46.384331+0000 mgr.smithi096.ejdhsd (mgr.14182) 1571 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:48.836 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:48 smithi145 bash[29583]: cluster 2023-11-16T02:37:47.087693+0000 mgr.smithi096.ejdhsd (mgr.14182) 1572 : cluster [DBG] pgmap v1032: 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-16T02:37:49.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:48 smithi096 bash[25928]: cluster 2023-11-16T02:37:47.087693+0000 mgr.smithi096.ejdhsd (mgr.14182) 1572 : cluster [DBG] pgmap v1032: 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-16T02:37:50.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: cephadm 2023-11-16T02:37:48.911526+0000 mgr.smithi096.ejdhsd (mgr.14182) 1573 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:50.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:50.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.uhmlnq ... 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:37:50.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.uhmlnq ... 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: cephadm 2023-11-16T02:37:48.911998+0000 mgr.smithi096.ejdhsd (mgr.14182) 1574 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: audit 2023-11-16T02:37:48.912648+0000 mon.smithi096 (mon.0) 1059 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.uhmlnq"}]: dispatch 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: cephadm 2023-11-16T02:37:48.914106+0000 mgr.smithi096.ejdhsd (mgr.14182) 1575 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi145.uhmlnq ... 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:50.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:50.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:49 smithi096 bash[25928]: cephadm 2023-11-16T02:37:48.916366+0000 mgr.smithi096.ejdhsd (mgr.14182) 1576 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.nojwqm on smithi096 2023-11-16T02:37:50.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: cephadm 2023-11-16T02:37:48.911526+0000 mgr.smithi096.ejdhsd (mgr.14182) 1573 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:50.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:50.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.uhmlnq ... 2023-11-16T02:37:50.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:50.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:50.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:50.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:50.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.uhmlnq ... 2023-11-16T02:37:50.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:50.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:50.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:50.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: cephadm 2023-11-16T02:37:48.911998+0000 mgr.smithi096.ejdhsd (mgr.14182) 1574 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: audit 2023-11-16T02:37:48.912648+0000 mon.smithi096 (mon.0) 1059 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.uhmlnq"}]: dispatch 2023-11-16T02:37:50.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: cephadm 2023-11-16T02:37:48.914106+0000 mgr.smithi096.ejdhsd (mgr.14182) 1575 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:50.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq 2023-11-16T02:37:50.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:50.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq 2023-11-16T02:37:50.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi145.uhmlnq ... 2023-11-16T02:37:50.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:50.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:50.175 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:50.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:50.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:49 smithi145 bash[29583]: cephadm 2023-11-16T02:37:48.916366+0000 mgr.smithi096.ejdhsd (mgr.14182) 1576 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi096.nojwqm on smithi096 2023-11-16T02:37:51.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:50 smithi096 bash[25928]: cluster 2023-11-16T02:37:49.089144+0000 mgr.smithi096.ejdhsd (mgr.14182) 1577 : cluster [DBG] pgmap v1033: 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-16T02:37:51.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:50 smithi145 bash[29583]: cluster 2023-11-16T02:37:49.089144+0000 mgr.smithi096.ejdhsd (mgr.14182) 1577 : cluster [DBG] pgmap v1033: 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-16T02:37:51.358 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:51.359 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:40.680349Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.oaifbt on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-oaifbt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.oaifbt\nDeploy daemon haproxy.nfs.foo.smithi145.oaifbt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.413474Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.mcqpih on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-mcqpih\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.mcqpih\nDeploy daemon haproxy.nfs.foo.smithi096.mcqpih ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:36:44.416145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.xhjnfx on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -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.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:51.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:52.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:52 smithi096 bash[25928]: cluster 2023-11-16T02:37:51.090731+0000 mgr.smithi096.ejdhsd (mgr.14182) 1578 : cluster [DBG] pgmap v1034: 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-16T02:37:52.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:52 smithi096 bash[25928]: audit 2023-11-16T02:37:51.348334+0000 mgr.smithi096.ejdhsd (mgr.14182) 1579 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:52.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:52 smithi096 bash[25928]: audit 2023-11-16T02:37:52.304557+0000 mon.smithi096 (mon.0) 1060 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:52.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:52 smithi096 bash[25928]: audit 2023-11-16T02:37:52.699015+0000 mon.smithi096 (mon.0) 1061 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.nojwqm"}]: dispatch 2023-11-16T02:37:52.979 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:52 smithi145 bash[29583]: cluster 2023-11-16T02:37:51.090731+0000 mgr.smithi096.ejdhsd (mgr.14182) 1578 : cluster [DBG] pgmap v1034: 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-16T02:37:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:52 smithi145 bash[29583]: audit 2023-11-16T02:37:51.348334+0000 mgr.smithi096.ejdhsd (mgr.14182) 1579 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:52 smithi145 bash[29583]: audit 2023-11-16T02:37:52.304557+0000 mon.smithi096 (mon.0) 1060 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:53.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:52 smithi145 bash[29583]: audit 2023-11-16T02:37:52.699015+0000 mon.smithi096 (mon.0) 1061 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi096.nojwqm"}]: dispatch 2023-11-16T02:37:54.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: cephadm 2023-11-16T02:37:52.697761+0000 mgr.smithi096.ejdhsd (mgr.14182) 1580 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:54.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:54.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.nojwqm ... 2023-11-16T02:37:54.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Traceback (most recent call last): 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: yield (conn, connr) 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: code, '\n'.join(err))) 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:54.104 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.nojwqm ... 2023-11-16T02:37:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:54.105 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: cephadm 2023-11-16T02:37:52.698400+0000 mgr.smithi096.ejdhsd (mgr.14182) 1581 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: cephadm 2023-11-16T02:37:52.700413+0000 mgr.smithi096.ejdhsd (mgr.14182) 1582 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stdout 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Deploy daemon haproxy.nfs.foo.smithi096.nojwqm ... 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.106 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:54.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:54.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:54.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: cephadm 2023-11-16T02:37:52.704642+0000 mgr.smithi096.ejdhsd (mgr.14182) 1583 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:37:54.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: cephadm 2023-11-16T02:37:52.706971+0000 mgr.smithi096.ejdhsd (mgr.14182) 1584 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:37:54.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: cluster 2023-11-16T02:37:52.708215+0000 mgr.smithi096.ejdhsd (mgr.14182) 1585 : cluster [DBG] pgmap v1035: 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-16T02:37:54.107 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:53 smithi096 bash[25928]: cluster 2023-11-16T02:37:53.300365+0000 mon.smithi096 (mon.0) 1062 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:37:54.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: cephadm 2023-11-16T02:37:52.697761+0000 mgr.smithi096.ejdhsd (mgr.14182) 1580 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:54.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.nojwqm ... 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Traceback (most recent call last): 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: yield (conn, connr) 2023-11-16T02:37:54.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: code, '\n'.join(err))) 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.nojwqm ... 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:54.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: cephadm 2023-11-16T02:37:52.698400+0000 mgr.smithi096.ejdhsd (mgr.14182) 1581 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: cephadm 2023-11-16T02:37:52.700413+0000 mgr.smithi096.ejdhsd (mgr.14182) 1582 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stdout 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: /usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Deploy daemon haproxy.nfs.foo.smithi096.nojwqm ... 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: stat: stderr See 'docker run --help'. 2023-11-16T02:37:54.173 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T02:37:54.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: cephadm 2023-11-16T02:37:52.704642+0000 mgr.smithi096.ejdhsd (mgr.14182) 1583 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:37:54.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: cephadm 2023-11-16T02:37:52.706971+0000 mgr.smithi096.ejdhsd (mgr.14182) 1584 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-16T02:37:54.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: cluster 2023-11-16T02:37:52.708215+0000 mgr.smithi096.ejdhsd (mgr.14182) 1585 : cluster [DBG] pgmap v1035: 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-16T02:37:54.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:53 smithi145 bash[29583]: cluster 2023-11-16T02:37:53.300365+0000 mon.smithi096 (mon.0) 1062 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T02:37:56.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:55 smithi096 bash[25928]: cluster 2023-11-16T02:37:54.709827+0000 mgr.smithi096.ejdhsd (mgr.14182) 1586 : cluster [DBG] pgmap v1036: 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-16T02:37:56.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:55 smithi096 bash[25928]: audit 2023-11-16T02:37:55.632372+0000 mon.smithi096 (mon.0) 1063 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:56.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:55 smithi145 bash[29583]: cluster 2023-11-16T02:37:54.709827+0000 mgr.smithi096.ejdhsd (mgr.14182) 1586 : cluster [DBG] pgmap v1036: 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-16T02:37:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:55 smithi145 bash[29583]: audit 2023-11-16T02:37:55.632372+0000 mon.smithi096 (mon.0) 1063 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:37:56.259 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:37:56.259 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:37:56.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:37:58.013 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:37:58.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:57 smithi096 bash[25928]: audit 2023-11-16T02:37:56.253985+0000 mgr.smithi096.ejdhsd (mgr.14182) 1587 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:58.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:57 smithi096 bash[25928]: cluster 2023-11-16T02:37:56.711683+0000 mgr.smithi096.ejdhsd (mgr.14182) 1588 : cluster [DBG] pgmap v1037: 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-16T02:37:58.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:57 smithi145 bash[29583]: audit 2023-11-16T02:37:56.253985+0000 mgr.smithi096.ejdhsd (mgr.14182) 1587 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:37:58.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:57 smithi145 bash[29583]: cluster 2023-11-16T02:37:56.711683+0000 mgr.smithi096.ejdhsd (mgr.14182) 1588 : cluster [DBG] pgmap v1037: 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-16T02:38:00.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:37:59 smithi096 bash[25928]: cluster 2023-11-16T02:37:58.713507+0000 mgr.smithi096.ejdhsd (mgr.14182) 1589 : cluster [DBG] pgmap v1038: 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-16T02:38:00.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:37:59 smithi145 bash[29583]: cluster 2023-11-16T02:37:58.713507+0000 mgr.smithi096.ejdhsd (mgr.14182) 1589 : cluster [DBG] pgmap v1038: 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-16T02:38:01.120 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:38:01.120 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:38:01.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:01.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:01 smithi096 bash[25928]: cluster 2023-11-16T02:38:00.715461+0000 mgr.smithi096.ejdhsd (mgr.14182) 1590 : cluster [DBG] pgmap v1039: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-16T02:38:01.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:01 smithi145 bash[29583]: cluster 2023-11-16T02:38:00.715461+0000 mgr.smithi096.ejdhsd (mgr.14182) 1590 : cluster [DBG] pgmap v1039: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-16T02:38:02.672 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:02.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:02 smithi096 bash[25928]: audit 2023-11-16T02:38:01.110742+0000 mgr.smithi096.ejdhsd (mgr.14182) 1591 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:02.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:02 smithi145 bash[29583]: audit 2023-11-16T02:38:01.110742+0000 mgr.smithi096.ejdhsd (mgr.14182) 1591 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:03.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:03 smithi096 bash[25928]: cluster 2023-11-16T02:38:02.716814+0000 mgr.smithi096.ejdhsd (mgr.14182) 1592 : cluster [DBG] pgmap v1040: 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-16T02:38:03.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:03 smithi145 bash[29583]: cluster 2023-11-16T02:38:02.716814+0000 mgr.smithi096.ejdhsd (mgr.14182) 1592 : cluster [DBG] pgmap v1040: 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-16T02:38:05.955 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:38:05.956 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:38:06.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:05 smithi096 bash[25928]: cluster 2023-11-16T02:38:04.718483+0000 mgr.smithi096.ejdhsd (mgr.14182) 1593 : cluster [DBG] pgmap v1041: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:06.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:05 smithi145 bash[29583]: cluster 2023-11-16T02:38:04.718483+0000 mgr.smithi096.ejdhsd (mgr.14182) 1593 : cluster [DBG] pgmap v1041: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:06.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:07.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:06 smithi096 bash[25928]: audit 2023-11-16T02:38:05.942941+0000 mgr.smithi096.ejdhsd (mgr.14182) 1594 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:07.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:06 smithi145 bash[29583]: audit 2023-11-16T02:38:05.942941+0000 mgr.smithi096.ejdhsd (mgr.14182) 1594 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:07.661 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:08.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:07 smithi096 bash[25928]: cluster 2023-11-16T02:38:06.720025+0000 mgr.smithi096.ejdhsd (mgr.14182) 1595 : cluster [DBG] pgmap v1042: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:08.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:07 smithi096 bash[25928]: audit 2023-11-16T02:38:07.304722+0000 mon.smithi096 (mon.0) 1064 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:38:08.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:07 smithi145 bash[29583]: cluster 2023-11-16T02:38:06.720025+0000 mgr.smithi096.ejdhsd (mgr.14182) 1595 : cluster [DBG] pgmap v1042: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:08.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:07 smithi145 bash[29583]: audit 2023-11-16T02:38:07.304722+0000 mon.smithi096 (mon.0) 1064 : audit [INF] from='mgr.14182 172.21.15.96:0/1529131291' entity='mgr.smithi096.ejdhsd' 2023-11-16T02:38:10.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:09 smithi096 bash[25928]: cluster 2023-11-16T02:38:08.721762+0000 mgr.smithi096.ejdhsd (mgr.14182) 1596 : cluster [DBG] pgmap v1043: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:10.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:09 smithi145 bash[29583]: cluster 2023-11-16T02:38:08.721762+0000 mgr.smithi096.ejdhsd (mgr.14182) 1596 : cluster [DBG] pgmap v1043: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:10.887 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:38:10.887 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:38:11.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:11.853 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:11 smithi096 bash[25928]: cluster 2023-11-16T02:38:10.723504+0000 mgr.smithi096.ejdhsd (mgr.14182) 1597 : cluster [DBG] pgmap v1044: 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-16T02:38:11.855 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:11 smithi096 bash[25928]: audit 2023-11-16T02:38:10.882624+0000 mgr.smithi096.ejdhsd (mgr.14182) 1598 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:11.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:11 smithi145 bash[29583]: cluster 2023-11-16T02:38:10.723504+0000 mgr.smithi096.ejdhsd (mgr.14182) 1597 : cluster [DBG] pgmap v1044: 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-16T02:38:11.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:11 smithi145 bash[29583]: audit 2023-11-16T02:38:10.882624+0000 mgr.smithi096.ejdhsd (mgr.14182) 1598 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:12.492 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:13.920 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:13 smithi096 bash[25928]: cluster 2023-11-16T02:38:12.724661+0000 mgr.smithi096.ejdhsd (mgr.14182) 1599 : cluster [DBG] pgmap v1045: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:14.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:13 smithi145 bash[29583]: cluster 2023-11-16T02:38:12.724661+0000 mgr.smithi096.ejdhsd (mgr.14182) 1599 : cluster [DBG] pgmap v1045: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:15.907 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:38:15.907 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:38:16.103 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:15 smithi096 bash[25928]: cluster 2023-11-16T02:38:14.726327+0000 mgr.smithi096.ejdhsd (mgr.14182) 1600 : cluster [DBG] pgmap v1046: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:16.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:15 smithi145 bash[29583]: cluster 2023-11-16T02:38:14.726327+0000 mgr.smithi096.ejdhsd (mgr.14182) 1600 : cluster [DBG] pgmap v1046: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:16.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:17.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:16 smithi096 bash[25928]: audit 2023-11-16T02:38:15.897749+0000 mgr.smithi096.ejdhsd (mgr.14182) 1601 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:17.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:16 smithi145 bash[29583]: audit 2023-11-16T02:38:15.897749+0000 mgr.smithi096.ejdhsd (mgr.14182) 1601 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:17.606 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:18.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:17 smithi096 bash[25928]: cluster 2023-11-16T02:38:16.727819+0000 mgr.smithi096.ejdhsd (mgr.14182) 1602 : cluster [DBG] pgmap v1047: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:18.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:17 smithi145 bash[29583]: cluster 2023-11-16T02:38:16.727819+0000 mgr.smithi096.ejdhsd (mgr.14182) 1602 : cluster [DBG] pgmap v1047: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:20.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:19 smithi096 bash[25928]: cluster 2023-11-16T02:38:18.729607+0000 mgr.smithi096.ejdhsd (mgr.14182) 1603 : cluster [DBG] pgmap v1048: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:20.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:19 smithi145 bash[29583]: cluster 2023-11-16T02:38:18.729607+0000 mgr.smithi096.ejdhsd (mgr.14182) 1603 : cluster [DBG] pgmap v1048: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:20.870 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:38:20.870 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:38:21.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:21.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:21 smithi096 bash[25928]: cluster 2023-11-16T02:38:20.731503+0000 mgr.smithi096.ejdhsd (mgr.14182) 1604 : cluster [DBG] pgmap v1049: 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-16T02:38:21.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:21 smithi096 bash[25928]: audit 2023-11-16T02:38:20.858035+0000 mgr.smithi096.ejdhsd (mgr.14182) 1605 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:21.879 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:21 smithi145 bash[29583]: cluster 2023-11-16T02:38:20.731503+0000 mgr.smithi096.ejdhsd (mgr.14182) 1604 : cluster [DBG] pgmap v1049: 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-16T02:38:21.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:21 smithi145 bash[29583]: audit 2023-11-16T02:38:20.858035+0000 mgr.smithi096.ejdhsd (mgr.14182) 1605 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:22.530 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:23.991 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:23 smithi096 bash[25928]: cluster 2023-11-16T02:38:22.732548+0000 mgr.smithi096.ejdhsd (mgr.14182) 1606 : cluster [DBG] pgmap v1050: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:24.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:23 smithi145 bash[29583]: cluster 2023-11-16T02:38:22.732548+0000 mgr.smithi096.ejdhsd (mgr.14182) 1606 : cluster [DBG] pgmap v1050: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:25.863 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:38:25.863 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:38:26.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:25 smithi096 bash[25928]: cluster 2023-11-16T02:38:24.734306+0000 mgr.smithi096.ejdhsd (mgr.14182) 1607 : cluster [DBG] pgmap v1051: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:26.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:25 smithi145 bash[29583]: cluster 2023-11-16T02:38:24.734306+0000 mgr.smithi096.ejdhsd (mgr.14182) 1607 : cluster [DBG] pgmap v1051: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:26.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:27.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:26 smithi096 bash[25928]: audit 2023-11-16T02:38:25.852425+0000 mgr.smithi096.ejdhsd (mgr.14182) 1608 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:27.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:26 smithi145 bash[29583]: audit 2023-11-16T02:38:25.852425+0000 mgr.smithi096.ejdhsd (mgr.14182) 1608 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:27.555 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:27.852 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:27 smithi096 bash[25928]: cluster 2023-11-16T02:38:26.735805+0000 mgr.smithi096.ejdhsd (mgr.14182) 1609 : cluster [DBG] pgmap v1052: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:28.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:27 smithi145 bash[29583]: cluster 2023-11-16T02:38:26.735805+0000 mgr.smithi096.ejdhsd (mgr.14182) 1609 : cluster [DBG] pgmap v1052: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:30.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:29 smithi096 bash[25928]: cluster 2023-11-16T02:38:28.737761+0000 mgr.smithi096.ejdhsd (mgr.14182) 1610 : cluster [DBG] pgmap v1053: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:30.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:29 smithi145 bash[29583]: cluster 2023-11-16T02:38:28.737761+0000 mgr.smithi096.ejdhsd (mgr.14182) 1610 : cluster [DBG] pgmap v1053: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:30.953 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:38:30.953 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:38:31.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:31.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:31 smithi096 bash[25928]: cluster 2023-11-16T02:38:30.739278+0000 mgr.smithi096.ejdhsd (mgr.14182) 1611 : cluster [DBG] pgmap v1054: 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-16T02:38:31.854 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:31 smithi096 bash[25928]: audit 2023-11-16T02:38:30.940673+0000 mgr.smithi096.ejdhsd (mgr.14182) 1612 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:31.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:31 smithi145 bash[29583]: cluster 2023-11-16T02:38:30.739278+0000 mgr.smithi096.ejdhsd (mgr.14182) 1611 : cluster [DBG] pgmap v1054: 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-16T02:38:31.880 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:31 smithi145 bash[29583]: audit 2023-11-16T02:38:30.940673+0000 mgr.smithi096.ejdhsd (mgr.14182) 1612 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:32.571 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:33.935 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:33 smithi096 bash[25928]: cluster 2023-11-16T02:38:32.740823+0000 mgr.smithi096.ejdhsd (mgr.14182) 1613 : cluster [DBG] pgmap v1055: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:34.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:33 smithi145 bash[29583]: cluster 2023-11-16T02:38:32.740823+0000 mgr.smithi096.ejdhsd (mgr.14182) 1613 : cluster [DBG] pgmap v1055: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:35.791 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:38:35.791 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:38:36.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:35 smithi096 bash[25928]: cluster 2023-11-16T02:38:34.742457+0000 mgr.smithi096.ejdhsd (mgr.14182) 1614 : cluster [DBG] pgmap v1056: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:36.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:35 smithi145 bash[29583]: cluster 2023-11-16T02:38:34.742457+0000 mgr.smithi096.ejdhsd (mgr.14182) 1614 : cluster [DBG] pgmap v1056: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:36.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:37.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:36 smithi096 bash[25928]: audit 2023-11-16T02:38:35.781534+0000 mgr.smithi096.ejdhsd (mgr.14182) 1615 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:37.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:36 smithi145 bash[29583]: audit 2023-11-16T02:38:35.781534+0000 mgr.smithi096.ejdhsd (mgr.14182) 1615 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:37.461 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T02:38:38.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:37 smithi096 bash[25928]: cluster 2023-11-16T02:38:36.743959+0000 mgr.smithi096.ejdhsd (mgr.14182) 1616 : cluster [DBG] pgmap v1057: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:38.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:37 smithi145 bash[29583]: cluster 2023-11-16T02:38:36.743959+0000 mgr.smithi096.ejdhsd (mgr.14182) 1616 : cluster [DBG] pgmap v1057: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:40.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:39 smithi096 bash[25928]: cluster 2023-11-16T02:38:38.745831+0000 mgr.smithi096.ejdhsd (mgr.14182) 1617 : cluster [DBG] pgmap v1058: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:40.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:39 smithi145 bash[29583]: cluster 2023-11-16T02:38:38.745831+0000 mgr.smithi096.ejdhsd (mgr.14182) 1617 : cluster [DBG] pgmap v1058: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-16T02:38:40.562 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-11-16T02:38:40.562 INFO:teuthology.orchestra.run.smithi096.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T02:04:43.710679Z", "last_refresh": "2023-11-16T02:34:14.300071Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T02:04:35.786530Z", "last_refresh": "2023-11-16T02:34:14.300211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T02:04:39.834148Z", "last_refresh": "2023-11-16T02:34:14.300346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:36:44.418220Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.ddemhh on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:48.913883Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uhmlnq on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi145-uhmlnq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi145.uhmlnq\nDeploy daemon haproxy.nfs.foo.smithi145.uhmlnq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.700165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi096.nojwqm on smithi096: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi096-nojwqm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi096.nojwqm\nDeploy daemon haproxy.nfs.foo.smithi096.nojwqm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi096 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T02:37:52.704430Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi096.syccbw on smithi096: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-16T02:37:52.706868Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.aczbzz on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.96/16"}, "status": {"created": "2023-11-16T02:12:34.477175Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.96/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T02:04:33.834713Z", "last_refresh": "2023-11-16T02:34:14.299905Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:02.582120Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi096:172.21.15.96=smithi096", "smithi145:172.21.15.145=smithi145"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T02:06:02.576952Z", "last_refresh": "2023-11-16T02:34:14.299674Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T02:12:34.475098Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-16T02:12:34.470134Z", "last_refresh": "2023-11-16T02:34:14.301111Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T02:04:41.740790Z", "last_refresh": "2023-11-16T02:34:14.300478Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T02:06:35.605343Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T02:06:35.598621Z", "last_refresh": "2023-11-16T02:34:14.300635Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T02:04:37.759676Z", "last_refresh": "2023-11-16T02:35:28.145120Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T02:12:28.460790Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-16T02:12:42.451177Z", "last_refresh": "2023-11-16T02:34:14.301016Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-16T02:38:41.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-16T02:38:41.201 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_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/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-16T02:38:41.269 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e7c5e75fc27c4c7dbe67534ec270bd9b 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_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/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-16T02:38:41.271 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-16T02:38:41.280 INFO:tasks.vip:Removing 10.0.15.96 (and any VIPs) on smithi096.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T02:38:41.281 DEBUG:teuthology.orchestra.run.smithi096:> sudo ip addr del 10.0.15.96/16 dev enp3s0f1 2023-11-16T02:38:41.312 DEBUG:teuthology.orchestra.run.smithi096:> sudo ip addr del 10.0.31.96/16 dev enp3s0f1 2023-11-16T02:38:41.369 INFO:teuthology.orchestra.run.smithi096.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-16T02:38:41.370 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-16T02:38:41.371 INFO:tasks.vip:Removing 10.0.15.145 (and any VIPs) on smithi145.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T02:38:41.372 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr del 10.0.15.145/16 dev enp3s0f1 2023-11-16T02:38:41.391 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr del 10.0.31.96/16 dev enp3s0f1 2023-11-16T02:38:41.447 INFO:teuthology.orchestra.run.smithi145.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-16T02:38:41.448 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-16T02:38:41.448 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T02:38:41.458 INFO:tasks.cephadm:Teardown begin 2023-11-16T02:38:41.459 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:38:41.474 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:38:41.503 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T02:38:41.506 DEBUG:teuthology.orchestra.run.smithi096:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T02:38:41.522 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T02:38:41.555 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T02:38:41.555 INFO:tasks.cephadm.mon.smithi096:Stopping mon.smithi096... 2023-11-16T02:38:41.556 DEBUG:teuthology.orchestra.run.smithi096:> sudo systemctl stop ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mon.smithi096 2023-11-16T02:38:41.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:41 smithi145 bash[29583]: audit 2023-11-16T02:38:40.555453+0000 mgr.smithi096.ejdhsd (mgr.14182) 1618 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:41.669 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:41 smithi145 bash[29583]: cluster 2023-11-16T02:38:40.747858+0000 mgr.smithi096.ejdhsd (mgr.14182) 1619 : cluster [DBG] pgmap v1059: 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-16T02:38:41.743 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:41 smithi096 bash[25928]: audit 2023-11-16T02:38:40.555453+0000 mgr.smithi096.ejdhsd (mgr.14182) 1618 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T02:38:41.743 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:41 smithi096 bash[25928]: cluster 2023-11-16T02:38:40.747858+0000 mgr.smithi096.ejdhsd (mgr.14182) 1619 : cluster [DBG] pgmap v1059: 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-16T02:38:41.743 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:41 smithi096 systemd[1]: Stopping Ceph mon.smithi096 for 4c25bd38-8424-11ee-8dbe-212e2dc638e7... 2023-11-16T02:38:41.743 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:41 smithi096 bash[120386]: Error response from daemon: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-mon.smithi096 2023-11-16T02:38:42.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:41 smithi096 bash[25928]: debug 2023-11-16T02:38:41.740+0000 7f27978c3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi096 -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-16T02:38:42.102 INFO:journalctl@ceph.mon.smithi096.smithi096.stdout:Nov 16 02:38:41 smithi096 bash[25928]: debug 2023-11-16T02:38:41.740+0000 7f27978c3700 -1 mon.smithi096@0(leader) e2 *** Got Signal Terminated *** 2023-11-16T02:38:42.590 DEBUG:teuthology.orchestra.run.smithi096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mon.smithi096.service' 2023-11-16T02:38:42.630 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T02:38:42.630 INFO:tasks.cephadm.mon.smithi096:Stopped mon.smithi096 2023-11-16T02:38:42.630 INFO:tasks.cephadm.mon.smithi145:Stopping mon.smithi145... 2023-11-16T02:38:42.630 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mon.smithi145 2023-11-16T02:38:42.918 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:42 smithi145 systemd[1]: Stopping Ceph mon.smithi145 for 4c25bd38-8424-11ee-8dbe-212e2dc638e7... 2023-11-16T02:38:42.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:42 smithi145 bash[22522]: Error response from daemon: No such container: ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7-mon.smithi145 2023-11-16T02:38:42.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:42 smithi145 bash[29583]: debug 2023-11-16T02:38:42.839+0000 7fdd07058700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi145 -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-16T02:38:42.919 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Nov 16 02:38:42 smithi145 bash[29583]: debug 2023-11-16T02:38:42.839+0000 7fdd07058700 -1 mon.smithi145@1(peon) e2 *** Got Signal Terminated *** 2023-11-16T02:38:43.616 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4c25bd38-8424-11ee-8dbe-212e2dc638e7@mon.smithi145.service' 2023-11-16T02:38:43.671 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T02:38:43.671 INFO:tasks.cephadm.mon.smithi145:Stopped mon.smithi145 2023-11-16T02:38:43.671 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T02:39:47.424 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T02:40:39.950 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:40:39.966 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T02:40:39.980 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T02:40:39.982 DEBUG:teuthology.misc:Transferring archived files from smithi096:/var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739/remote/ubuntu@smithi096.front.sepia.ceph.com/crash 2023-11-16T02:40:39.983 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T02:40:40.022 INFO:teuthology.orchestra.run.smithi096.stderr:tar: /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T02:40:40.023 INFO:teuthology.orchestra.run.smithi096.stderr:tar: Error is not recoverable: exiting now 2023-11-16T02:40:40.025 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739/remote/ubuntu@smithi145.front.sepia.ceph.com/crash 2023-11-16T02:40:40.026 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T02:40:40.038 INFO:teuthology.orchestra.run.smithi145.stderr:tar: /var/lib/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T02:40:40.038 INFO:teuthology.orchestra.run.smithi145.stderr:tar: Error is not recoverable: exiting now 2023-11-16T02:40:40.039 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T02:40:40.039 DEBUG:teuthology.orchestra.run.smithi096:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T02:40:40.079 INFO:teuthology.orchestra.run.smithi096.stderr:grep: /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T02:40:40.081 INFO:tasks.cephadm:Compressing logs... 2023-11-16T02:40:40.082 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:40:40.126 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T02:40:40.139 INFO:teuthology.orchestra.run.smithi096.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-16T02:40:40.139 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T02:40:40.140 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T02:40:40.140 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi096.fgqhel.log 2023-11-16T02:40:40.141 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-16T02:40:40.142 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi096.fgqhel.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-16T02:40:40.143 INFO:teuthology.orchestra.run.smithi145.stderr:find: '/var/log/rbd-target-api'gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T02:40:40.143 INFO:teuthology.orchestra.run.smithi145.stderr:: No such file or directory 2023-11-16T02:40:40.143 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-16T02:40:40.144 INFO:teuthology.orchestra.run.smithi096.stderr: 77.7% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi096.fgqhel.log.gz 2023-11-16T02:40:40.144 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-16T02:40:40.144 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi096.ejdhsd.log 2023-11-16T02:40:40.144 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mon.smithi096.log 2023-11-16T02:40:40.146 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi096.ejdhsd.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-16T02:40:40.147 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T02:40:40.147 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-16T02:40:40.147 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi145.ompmvw.log 2023-11-16T02:40:40.147 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi145.tanrve.log 2023-11-16T02:40:40.147 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi145.ompmvw.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-16T02:40:40.148 INFO:teuthology.orchestra.run.smithi145.stderr: 79.3% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi145.ompmvw.log.gz 2023-11-16T02:40:40.148 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-16T02:40:40.148 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi145.tanrve.log: gzip -5 --verbose -- /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mon.smithi145.log 2023-11-16T02:40:40.154 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mon.smithi145.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T02:40:40.156 INFO:teuthology.orchestra.run.smithi145.stderr: 92.5% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T02:40:40.157 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mon.smithi096.log: /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: 92.6% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T02:40:40.158 INFO:teuthology.orchestra.run.smithi145.stderr: 93.6% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi145.tanrve.log.gz 2023-11-16T02:40:40.164 INFO:teuthology.orchestra.run.smithi096.stderr: 93.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T02:40:40.561 INFO:teuthology.orchestra.run.smithi096.stderr: 89.9% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi096.ejdhsd.log.gz 2023-11-16T02:40:40.602 INFO:teuthology.orchestra.run.smithi145.stderr: 92.9% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mon.smithi145.log.gz 2023-11-16T02:40:41.075 INFO:teuthology.orchestra.run.smithi096.stderr: 90.4% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-mon.smithi096.log.gz 2023-11-16T02:40:41.110 INFO:teuthology.orchestra.run.smithi096.stderr: 93.5% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-16T02:40:41.367 INFO:teuthology.orchestra.run.smithi096.stderr: 93.5% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-16T02:40:41.373 INFO:teuthology.orchestra.run.smithi145.stderr: 93.3% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-16T02:40:41.402 INFO:teuthology.orchestra.run.smithi145.stderr: 93.4% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-16T02:40:41.417 INFO:teuthology.orchestra.run.smithi145.stderr: 93.7% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-16T02:40:41.462 INFO:teuthology.orchestra.run.smithi145.stderr: 93.6% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-16T02:40:41.464 INFO:teuthology.orchestra.run.smithi145.stderr: 2023-11-16T02:40:41.464 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m1.332s 2023-11-16T02:40:41.464 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m5.355s 2023-11-16T02:40:41.464 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m0.235s 2023-11-16T02:40:41.564 INFO:teuthology.orchestra.run.smithi096.stderr: 93.4% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-16T02:40:41.845 INFO:teuthology.orchestra.run.smithi096.stderr: 93.6% -- replaced with /var/log/ceph/4c25bd38-8424-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-16T02:40:41.846 INFO:teuthology.orchestra.run.smithi096.stderr: 2023-11-16T02:40:41.847 INFO:teuthology.orchestra.run.smithi096.stderr:real 0m1.717s 2023-11-16T02:40:41.847 INFO:teuthology.orchestra.run.smithi096.stderr:user 0m6.479s 2023-11-16T02:40:41.847 INFO:teuthology.orchestra.run.smithi096.stderr:sys 0m0.243s 2023-11-16T02:40:41.847 INFO:tasks.cephadm:Archiving logs... 2023-11-16T02:40:41.848 DEBUG:teuthology.misc:Transferring archived files from smithi096:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739/remote/ubuntu@smithi096.front.sepia.ceph.com/log 2023-11-16T02:40:41.849 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T02:40:42.813 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739/remote/ubuntu@smithi145.front.sepia.ceph.com/log 2023-11-16T02:40:42.814 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T02:40:43.589 INFO:tasks.cephadm:Removing cluster... 2023-11-16T02:40:43.589 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 --force 2023-11-16T02:40:44.975 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4c25bd38-8424-11ee-8dbe-212e2dc638e7 --force 2023-11-16T02:40:46.369 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T02:40:46.370 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T02:40:46.377 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T02:40:46.383 INFO:tasks.cephadm:Teardown complete 2023-11-16T02:40:46.384 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-16T02:40:46.394 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi096:/dev/vg_nvme/lv_1... 2023-11-16T02:40:46.394 DEBUG:teuthology.orchestra.run.smithi096:> sudo nvme disconnect -n lv_1 2023-11-16T02:40:46.721 INFO:teuthology.orchestra.run.smithi096.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T02:40:46.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:46.722 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi096:/dev/vg_nvme/lv_2... 2023-11-16T02:40:46.723 DEBUG:teuthology.orchestra.run.smithi096:> sudo nvme disconnect -n lv_2 2023-11-16T02:40:47.005 INFO:teuthology.orchestra.run.smithi096.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T02:40:47.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:47.006 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi096:/dev/vg_nvme/lv_3... 2023-11-16T02:40:47.007 DEBUG:teuthology.orchestra.run.smithi096:> sudo nvme disconnect -n lv_3 2023-11-16T02:40:47.281 INFO:teuthology.orchestra.run.smithi096.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T02:40:47.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:47.282 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi096:/dev/vg_nvme/lv_4... 2023-11-16T02:40:47.283 DEBUG:teuthology.orchestra.run.smithi096:> sudo nvme disconnect -n lv_4 2023-11-16T02:40:47.565 INFO:teuthology.orchestra.run.smithi096.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T02:40:47.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:47.567 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-11-16T02:40:47.567 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/scratch_devs 2023-11-16T02:40:47.582 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_1... 2023-11-16T02:40:47.582 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_1 2023-11-16T02:40:47.898 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T02:40:47.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:47.900 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_2... 2023-11-16T02:40:47.900 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_2 2023-11-16T02:40:48.174 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T02:40:48.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:48.176 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_3... 2023-11-16T02:40:48.176 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_3 2023-11-16T02:40:48.466 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T02:40:48.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:48.468 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_4... 2023-11-16T02:40:48.468 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_4 2023-11-16T02:40:48.754 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T02:40:48.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:48.756 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-11-16T02:40:48.756 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/scratch_devs 2023-11-16T02:40:48.771 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T02:40:48.782 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T02:40:48.783 DEBUG:teuthology.orchestra.run.smithi096:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T02:40:48.785 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T02:40:48.805 INFO:teuthology.orchestra.run.smithi096.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T02:40:48.805 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================== 2023-11-16T02:40:48.805 INFO:teuthology.orchestra.run.smithi096.stdout:*hv01.front.sepi 44.4.53.2 2 u 99 128 377 0.054 -3.797 0.611 2023-11-16T02:40:48.805 INFO:teuthology.orchestra.run.smithi096.stdout:+hv02.front.sepi 63.231.80.2 3 u 93 128 377 0.089 -0.801 0.427 2023-11-16T02:40:48.806 INFO:teuthology.orchestra.run.smithi096.stdout:+hv03.front.sepi 74.6.168.72 3 u 31 128 377 0.099 -0.469 0.469 2023-11-16T02:40:48.806 INFO:teuthology.orchestra.run.smithi096.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-16T02:40:48.834 INFO:teuthology.orchestra.run.smithi145.stdout: remote refid st t when poll reach delay offset jitter 2023-11-16T02:40:48.835 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================== 2023-11-16T02:40:48.836 INFO:teuthology.orchestra.run.smithi145.stdout:*hv01.front.sepi 44.4.53.2 2 u 99 128 377 0.088 -1.526 0.114 2023-11-16T02:40:48.836 INFO:teuthology.orchestra.run.smithi145.stdout:+hv02.front.sepi 63.231.80.2 3 u 83 128 377 0.113 1.316 0.087 2023-11-16T02:40:48.836 INFO:teuthology.orchestra.run.smithi145.stdout:+hv03.front.sepi 74.6.168.72 3 u 92 128 377 0.117 1.680 0.062 2023-11-16T02:40:48.836 INFO:teuthology.orchestra.run.smithi145.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-16T02:40:48.837 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T02:40:48.848 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T02:40:48.848 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T02:40:48.877 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T02:40:48.910 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T02:40:48.944 INFO:teuthology.task.internal:Duration was 2630.995321 seconds 2023-11-16T02:40:48.945 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T02:40:48.976 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T02:40:48.977 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T02:40:48.981 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T02:40:49.031 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T02:40:49.031 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi096.front.sepia.ceph.com 2023-11-16T02:40:49.031 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:40:49.042 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2023-11-16T02:40:49.042 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T02:40:49.054 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T02:40:49.055 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T02:40:49.086 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T02:40:49.155 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T02:40:49.155 DEBUG:teuthology.orchestra.run.smithi096:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T02:40:49.157 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T02:40:49.328 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T02:40:49.344 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T02:40:49.345 DEBUG:teuthology.orchestra.run.smithi096:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T02:40:49.357 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T02:40:49.374 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T02:40:49.385 DEBUG:teuthology.orchestra.run.smithi096:> 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-16T02:40:49.402 DEBUG:teuthology.orchestra.run.smithi145:> 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-16T02:40:49.413 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = core 2023-11-16T02:40:49.431 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2023-11-16T02:40:49.461 DEBUG:teuthology.orchestra.run.smithi096:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T02:40:49.489 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:49.490 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T02:40:49.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T02:40:49.511 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T02:40:49.522 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T02:40:49.523 DEBUG:teuthology.misc:Transferring archived files from smithi096:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739/remote/smithi096 2023-11-16T02:40:49.524 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T02:40:49.570 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739/remote/smithi145 2023-11-16T02:40:49.571 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T02:40:49.598 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T02:40:49.598 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T02:40:49.606 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T02:40:49.640 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T02:40:49.652 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T02:40:49.653 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T02:40:49.682 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T02:40:49.683 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T02:40:49.685 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T02:40:49.690 INFO:teuthology.orchestra.run.smithi096.stdout: 659556 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 02:40 /home/ubuntu/cephtest 2023-11-16T02:40:49.692 INFO:teuthology.orchestra.run.smithi145.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 02:40 /home/ubuntu/cephtest 2023-11-16T02:40:49.695 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T02:40:49.719 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T02:40:49.789 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T02:40:49.817 DEBUG:teuthology.nuke:shortname: smithi096 2023-11-16T02:40:49.817 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T02:40:49.837 DEBUG:teuthology.nuke:shortname: smithi145 2023-11-16T02:40:49.837 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T02:40:49.844 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739', '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-16 01:48:29.074558', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-16T02:40:49.859 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459739', '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-16 01:48:29.075963', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-16T02:40:49.886 INFO:teuthology.orchestra.console.smithi096:Power off 2023-11-16T02:40:49.887 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T02:40:49.911 DEBUG:teuthology.orchestra.console.smithi096:power off output: Chassis Power Control: Down/Off 2023-11-16T02:40:49.911 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:40:49.929 INFO:teuthology.orchestra.console.smithi145:Power off 2023-11-16T02:40:49.930 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T02:40:49.939 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2023-11-16T02:40:49.957 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2023-11-16T02:40:49.958 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:40:49.981 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-11-16T02:40:53.941 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:40:53.982 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:40:54.051 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2023-11-16T02:40:54.092 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-11-16T02:40:58.054 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:40:58.094 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T02:40:58.164 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is off 2023-11-16T02:40:58.204 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2023-11-16T02:40:58.266 INFO:teuthology.orchestra.console.smithi096:Power off completed 2023-11-16T02:40:58.306 INFO:teuthology.orchestra.console.smithi145:Power off completed 2023-11-16T02:40:58.410 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-user 3-final} duration: 2630.995321035385 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e7c5e75fc27c4c7dbe67534ec270bd9b status: fail success: false 2023-11-16T02:40:58.410 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T02:40:58.613 INFO:teuthology.run:FAIL